C# Класс WTPopoverDialogue, FutilePrototyper

Наследование: ImEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
correspondingEntity WTEntity,
isShowing bool
scrollBar WTScrollBar,
tableCells List

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ArrangeCells ( ) : void
RefreshHeight ( ) : void

Описание методов

AddTableCell() публичный Метод

public AddTableCell ( string centerLabelString, TableCellType type ) : void
centerLabelString string
type TableCellType
Результат void

AddTableCell() публичный Метод

public AddTableCell ( string leftLabelString, string rightSpriteImageName, TableCellType type ) : void
leftLabelString string
rightSpriteImageName string
type TableCellType
Результат void

ContainsTouch() публичный Метод

public ContainsTouch ( FTouch, touch ) : bool
touch FTouch,
Результат bool

Dismiss() публичный Метод

public Dismiss ( ) : void
Результат void

HandleTouchBegan() публичный Метод

public HandleTouchBegan ( FTouch, touch ) : bool
touch FTouch,
Результат bool

RemoveTableCell() публичный Метод

public RemoveTableCell ( WTTableCell, tableCell ) : void
tableCell WTTableCell,
Результат void

Show() публичный Метод

public Show ( WTEntity, correspondingEntity ) : void
correspondingEntity WTEntity,
Результат void

WTPopoverDialogue() публичный Метод

public WTPopoverDialogue ( bool withScrollBar, string name = "popover dialogue" ) : System
withScrollBar bool
name string
Результат System

Описание свойств

correspondingEntity публичное свойство

public WTEntity, correspondingEntity
Результат WTEntity,

isShowing публичное свойство

public bool isShowing
Результат bool

scrollBar публичное свойство

public WTScrollBar, scrollBar
Результат WTScrollBar,

tableCells публичное свойство

public List tableCells
Результат List