C# Class WTPopoverDialogue, FutilePrototyper

Inheritance: ImEntity
Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Properties

Property Type Description
correspondingEntity WTEntity,
isShowing bool
scrollBar WTScrollBar,
tableCells List

Public Methods

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

Private Methods

Method Description
ArrangeCells ( ) : void
RefreshHeight ( ) : void

Method Details

AddTableCell() public method

public AddTableCell ( string centerLabelString, TableCellType type ) : void
centerLabelString string
type TableCellType
return void

AddTableCell() public method

public AddTableCell ( string leftLabelString, string rightSpriteImageName, TableCellType type ) : void
leftLabelString string
rightSpriteImageName string
type TableCellType
return void

ContainsTouch() public method

public ContainsTouch ( FTouch, touch ) : bool
touch FTouch,
return bool

Dismiss() public method

public Dismiss ( ) : void
return void

HandleTouchBegan() public method

public HandleTouchBegan ( FTouch, touch ) : bool
touch FTouch,
return bool

RemoveTableCell() public method

public RemoveTableCell ( WTTableCell, tableCell ) : void
tableCell WTTableCell,
return void

Show() public method

public Show ( WTEntity, correspondingEntity ) : void
correspondingEntity WTEntity,
return void

WTPopoverDialogue() public method

public WTPopoverDialogue ( bool withScrollBar, string name = "popover dialogue" ) : System
withScrollBar bool
name string
return System

Property Details

correspondingEntity public property

public WTEntity, correspondingEntity
return WTEntity,

isShowing public property

public bool isShowing
return bool

scrollBar public property

public WTScrollBar, scrollBar
return WTScrollBar,

tableCells public property

public List tableCells
return List