#include <MyGUI_LayoutManager.h>
Detailed Description
Definition at line 35 of file MyGUI_LayoutManager.h.
Constructor & Destructor Documentation
MyGUI::LayoutManager::LayoutManager |
( |
| ) |
|
MyGUI::LayoutManager::~LayoutManager |
( |
| ) |
|
Member Function Documentation
static LayoutManager& MyGUI::LayoutManager::getInstance |
( |
| ) |
[static] |
static LayoutManager* MyGUI::LayoutManager::getInstancePtr |
( |
| ) |
[static] |
void MyGUI::LayoutManager::initialise |
( |
| ) |
|
Load layout file
- Parameters:
-
- Returns:
- Return vector of pointers of loaded root widgets (root == without parents)
Definition at line 63 of file MyGUI_LayoutManager.cpp.
VectorWidgetPtr & MyGUI::LayoutManager::loadLayout |
( |
const std::string & |
_file, |
|
|
const std::string & |
_prefix = "" , |
|
|
Widget * |
_parent = 0 |
|
) |
| |
Load layout file
- Parameters:
-
_file | name of layout |
_prefix | will be added to all loaded widgets names |
_parent | widget to load on |
- Returns:
- Return vector of pointers of loaded root widgets (root == without parents)
Definition at line 78 of file MyGUI_LayoutManager.cpp.
void MyGUI::LayoutManager::shutdown |
( |
| ) |
|
The documentation for this class was generated from the following files: