|
| Dialog (Font f, string title, int width=160, int height=90, int topOffset=0) |
|
bool | Show () |
|
virtual bool | Show (CancellationToken token) |
|
|
Action | OnShow = delegate {} |
|
Action | OnExit = delegate {} |
|
|
virtual bool | OnEnterAction () |
|
virtual bool | OnLeftAction () |
|
virtual bool | OnRightAction () |
|
virtual bool | OnUpAction () |
|
virtual bool | OnDownAction () |
|
virtual bool | OnEscape () |
|
void | WriteTextOnLine (string text, int lineIndex, bool color=true, Lcd.Alignment alignment=Lcd.Alignment.Center) |
|
void | DrawCenterButton (string text, bool color) |
|
void | DrawCenterButton (string text, bool color, int textSize) |
|
void | DrawLeftButton (string text, bool color) |
|
void | DrawLeftButton (string text, bool color, int textSize) |
|
void | DrawRightButton (string text, bool color) |
|
void | DrawRightButton (string text, bool color, int textSize) |
|
void | WriteTextOnDialog (string text) |
|
abstract void | OnDrawContent () |
|
void | ClearContent () |
|
virtual void | Draw () |
|
The documentation for this class was generated from the following file:
- Display/Dialogs/Dialog.cs