|
WT Toolkit 0.3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--wtObject
|
+--wtWindowManager
A window manager that manages the ordering and activation/deactivation of wtWindow widgets.
Available signals:
| Constructor Summary | |
wtWindowManager(<wtWidget|DOM_Node> parentWidget)
Constructs a window manager |
|
| Method Summary | |
void
|
addWidget(<wtWindow> widget, <Boolean> modal)
Adds a wtWindow to be managed by this window manager |
wtWindow
|
bottomWindow()
Tells the bottom window in the window stack. |
Boolean
|
isEmpty()
Tells whether the window stack is empty or not. |
void
|
popAll()
Removes all windows from the window stack. |
void
|
popWindow()
Removes the top window on the window stack. |
void
|
raiseWindow(<wtWindow> widget)
Raises an inactive window to the top, regardless of whether a modal window is currently on the top or not. |
void
|
removeWindow(<wtWindow> widget)
Removes a window from the window manager and from the DOM tree. |
void
|
setZBase(<Number> zBase)
Sets the base z-axis position for the window stack. |
wtWindow
|
topWindow()
Tells the top window on the window stack. |
| Methods inherited from class wtObject |
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency, clearLapsedListeners
|
| Constructor Detail |
wtWindowManager(<wtWidget|DOM_Node> parentWidget)
parentWidget - The parent container for placing windows inside.
| Method Detail |
void addWidget(<wtWindow> widget, <Boolean> modal)
widget - The window to be managed
modal - (Optional) Whether the window added should become modal or not. Leave empty to make the window modeless.
wtWindow bottomWindow()
Boolean isEmpty()
void popAll()
void popWindow()
void raiseWindow(<wtWindow> widget)
widget - The window to be moved to the top
void removeWindow(<wtWindow> widget)
widget - The window to be removed
void setZBase(<Number> zBase)
zBase - The base z-axis position.
wtWindow topWindow()
|
WT Toolkit 0.3.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||