Property | Type | Description | |
---|---|---|---|
correspondingEntity | WTEntity, | ||
isShowing | bool | ||
scrollBar | WTScrollBar, | ||
tableCells | List |
Method | Description | |
---|---|---|
AddTableCell ( string centerLabelString, TableCellType type ) : void | ||
AddTableCell ( string leftLabelString, string rightSpriteImageName, TableCellType type ) : void | ||
ContainsTouch ( FTouch, touch ) : bool | ||
Dismiss ( ) : void | ||
HandleTouchBegan ( FTouch, touch ) : bool | ||
RemoveTableCell ( WTTableCell, tableCell ) : void | ||
Show ( WTEntity, correspondingEntity ) : void | ||
WTPopoverDialogue ( bool withScrollBar, string name = "popover dialogue" ) : System |
Method | Description | |
---|---|---|
ArrangeCells ( ) : void | ||
RefreshHeight ( ) : void |
public AddTableCell ( string centerLabelString, TableCellType type ) : void | ||
centerLabelString | string | |
type | TableCellType | |
return | void |
public AddTableCell ( string leftLabelString, string rightSpriteImageName, TableCellType type ) : void | ||
leftLabelString | string | |
rightSpriteImageName | string | |
type | TableCellType | |
return | void |
public ContainsTouch ( FTouch, touch ) : bool | ||
touch | FTouch, | |
return | bool |
public HandleTouchBegan ( FTouch, touch ) : bool | ||
touch | FTouch, | |
return | bool |
public RemoveTableCell ( WTTableCell, tableCell ) : void | ||
tableCell | WTTableCell, | |
return | void |
public Show ( WTEntity, correspondingEntity ) : void | ||
correspondingEntity | WTEntity, | |
return | void |
public WTPopoverDialogue ( bool withScrollBar, string name = "popover dialogue" ) : System | ||
withScrollBar | bool | |
name | string | |
return | System |