MyViewComponent

Undocumented in source.

Constructors

this
this(View view, string laytoutFileName, string shortcutsFileName)
Undocumented in source.

Members

Functions

onCancelButtonClick
void onCancelButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onCloseDialogButtonClick
void onCloseDialogButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onOkButtonClick
void onOkButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onOkButtonClick2
void onOkButtonClick2()
Undocumented in source. Be warned that the author may not have intended to support it.
onOpenDialogButtonClick
void onOpenDialogButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
someShortcutAction
void someShortcutAction()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
int a;
Undocumented in source.
buttons
Button[3] buttons;
Undocumented in source.
myButton
Button myButton;
Undocumented in source.
okButton
Button okButton;
Undocumented in source.
openglCanvas
Canvas openglCanvas;
Undocumented in source.
testDialog
Dialog testDialog;
Undocumented in source.
testPanel
Panel testPanel;
Undocumented in source.

Inherited Members

From ViewComponent

shortcuts
Shortcuts shortcuts [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
widgetFactory
RpdlWidgetFactory widgetFactory;
Undocumented in source.
focusNext
void focusNext()
Undocumented in source. Be warned that the author may not have intended to support it.
focusPrev
void focusPrev()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy()
Undocumented in source. Be warned that the author may not have intended to support it.
paste
void paste()
Undocumented in source. Be warned that the author may not have intended to support it.
cut
void cut()
Undocumented in source. Be warned that the author may not have intended to support it.
unselect
void unselect()
Undocumented in source. Be warned that the author may not have intended to support it.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
createFromFile
createFromFile(View view, string fileName)

Create new view instance from file placed in res/ui/layouts. Instance will be created of T type.

createFromFileWithShortcuts
createFromFileWithShortcuts(View view, string fileName, string shortcuts)

Create new view instance from file placed in res/ui/layouts. Instance will be created of T type.

createFromFile
createFromFile(View view, string layoutFileName, string shortcutsFilename)

Create new view instance from file placed in res/ui/layouts with custom shorcuts shortcutsFilename. Instance will be created of T type.

findWidgetByName
Widget findWidgetByName()

Find widget in relative view root widget.

Meta