#include <CEGUIWindowFactoryManager.h>
Public Member Functions | |
AliasTargetStack (void) | |
Constructor for WindowAliasTargetStack objects. | |
~AliasTargetStack (void) | |
Destructor for WindowAliasTargetStack objects. | |
const String & | getActiveTarget (void) const |
Return a String holding the current target type for this stack. | |
uint | getStackedTargetCount (void) const |
Return the number of stacked target types in the stack. | |
Friends | |
class | WindowFactoryManager |
Definition at line 68 of file CEGUIWindowFactoryManager.h.
|
Constructor for WindowAliasTargetStack objects.
Definition at line 75 of file CEGUIWindowFactoryManager.h. |
|
Destructor for WindowAliasTargetStack objects.
Definition at line 82 of file CEGUIWindowFactoryManager.h. |
|
Return a String holding the current target type for this stack.
Definition at line 310 of file CEGUIWindowFactoryManager.cpp. |
|
Return the number of stacked target types in the stack.
Definition at line 316 of file CEGUIWindowFactoryManager.cpp. |
|
Definition at line 105 of file CEGUIWindowFactoryManager.h. |