C# Class WTPopoverDialogue, FutilePrototyper

Inheritance: ImEntity
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство Type Description
correspondingEntity WTEntity,
isShowing bool
scrollBar WTScrollBar,
tableCells List

Méthodes publiques

Méthode 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

Méthode Description
ArrangeCells ( ) : void
RefreshHeight ( ) : void

Method Details

AddTableCell() public méthode

public AddTableCell ( string centerLabelString, TableCellType type ) : void
centerLabelString string
type TableCellType
Résultat void

AddTableCell() public méthode

public AddTableCell ( string leftLabelString, string rightSpriteImageName, TableCellType type ) : void
leftLabelString string
rightSpriteImageName string
type TableCellType
Résultat void

ContainsTouch() public méthode

public ContainsTouch ( FTouch, touch ) : bool
touch FTouch,
Résultat bool

Dismiss() public méthode

public Dismiss ( ) : void
Résultat void

HandleTouchBegan() public méthode

public HandleTouchBegan ( FTouch, touch ) : bool
touch FTouch,
Résultat bool

RemoveTableCell() public méthode

public RemoveTableCell ( WTTableCell, tableCell ) : void
tableCell WTTableCell,
Résultat void

Show() public méthode

public Show ( WTEntity, correspondingEntity ) : void
correspondingEntity WTEntity,
Résultat void

WTPopoverDialogue() public méthode

public WTPopoverDialogue ( bool withScrollBar, string name = "popover dialogue" ) : System
withScrollBar bool
name string
Résultat System

Property Details

correspondingEntity public_oe property

public WTEntity, correspondingEntity
Résultat WTEntity,

isShowing public_oe property

public bool isShowing
Résultat bool

scrollBar public_oe property

public WTScrollBar, scrollBar
Résultat WTScrollBar,

tableCells public_oe property

public List tableCells
Résultat List