#include <class_u_i_1_1_new_control.h>

Public Member Functions |
|
| __init__ () | |
| setName () | |
| getName () | |
| setNode () | |
| getNode () | |
| getStyle () | |
| enable () | |
| isEnabled () | |
| setVisible () | |
| isVisible () | |
| setPressEvent () | |
| getPressEvent () | |
| setDraggable () | |
| isDraggable () | |
| setDragData () | |
| getDragData () | |
| wantsDragData () | |
| dropAnywhere () | |
| doMove () | |
| doPress () | |
| doDrag () | |
| doDragMove () | |
| doRelease () | |
| doDoubleClick () | |
| doEnter () | |
| doExit () | |
| doContextMenu () | |
| doDragEnter () | |
| doDragExit () | |
| doDrop () | |
| doLayout () | |
| UI.NewControl.__init__ | ( | ) |
Reimplemented from UI.SizeSupport.
Reimplemented in ComparisonUi.StageButton, LightsUi.LightButton, StoryboardUi.SlideItemControl, UI.Button, UI.CheckBox, UI.ImageButton, UI.PopupMenuButton, UI.ScrollBar, UI.StaticImage, UI.StaticText, UI.StaticTextImage, and UI.TextImageControl.
| UI.NewControl.setName | ( | ) |
| UI.NewControl.getName | ( | ) |
| UI.NewControl.setNode | ( | ) |
| UI.NewControl.getNode | ( | ) |
| UI.NewControl.getStyle | ( | ) |
| UI.NewControl.enable | ( | ) |
| UI.NewControl.isEnabled | ( | ) |
| UI.NewControl.setVisible | ( | ) |
| UI.NewControl.isVisible | ( | ) |
| UI.NewControl.setPressEvent | ( | ) |
| UI.NewControl.getPressEvent | ( | ) |
| UI.NewControl.setDraggable | ( | ) |
| UI.NewControl.isDraggable | ( | ) |
| UI.NewControl.setDragData | ( | ) |
| UI.NewControl.getDragData | ( | ) |
| UI.NewControl.wantsDragData | ( | ) |
Reimplemented in StoryboardUi.SlideItemControl.
| UI.NewControl.dropAnywhere | ( | ) |
| UI.NewControl.doMove | ( | ) |
| UI.NewControl.doPress | ( | ) |
Reimplemented in UI.Button, UI.CheckBox, UI.ImageButton, UI.PopupMenuButton, and UI.ScrollBar.
| UI.NewControl.doDrag | ( | ) |
Reimplemented in UI.Button, UI.CheckBox, and UI.ScrollBar.
| UI.NewControl.doDragMove | ( | ) |
| UI.NewControl.doRelease | ( | ) |
Reimplemented in UI.Button, UI.CheckBox, UI.ImageButton, UI.PopupMenuButton, and UI.ScrollBar.
| UI.NewControl.doDoubleClick | ( | ) |
Reimplemented in UI.Button, and UI.CheckBox.
| UI.NewControl.doEnter | ( | ) |
Reimplemented in UI.Button, UI.CheckBox, UI.ImageButton, UI.PopupMenuButton, UI.ScrollBar, and UI.TextImageControl.
| UI.NewControl.doExit | ( | ) |
Reimplemented in UI.Button, UI.CheckBox, UI.ImageButton, UI.PopupMenuButton, UI.ScrollBar, and UI.TextImageControl.
| UI.NewControl.doContextMenu | ( | ) |
Reimplemented in UI.Button, and UI.CheckBox.
| UI.NewControl.doDragEnter | ( | ) |
Reimplemented in UI.Button, and UI.CheckBox.
| UI.NewControl.doDragExit | ( | ) |
Reimplemented in UI.Button, and UI.CheckBox.
| UI.NewControl.doDrop | ( | ) |
Reimplemented in UI.Button, and UI.CheckBox.
| UI.NewControl.doLayout | ( | ) |