A class that manages a group of toolbox windows.
More...
#include <eedittoolboxmanager.h>
List of all members.
Detailed Description
A class that manages a group of toolbox windows.
Definition at line 35 of file eedittoolboxmanager.h.
Constructor & Destructor Documentation
EEditToolboxManager::EEditToolboxManager |
( |
| ) |
|
EEditToolboxManager::~EEditToolboxManager |
( |
| ) |
|
Member Function Documentation
EEditToolbox* EEditToolboxManager::GetToolbox |
( |
size_t |
type | ) |
const |
Grabs a toolbox of the given type.
- Parameters:
-
- Returns:
- the toolbox.
size_t EEditToolboxManager::GetToolboxCount |
( |
| ) |
const |
Counts the number of toolboxes in the list.
- Returns:
- the number of toolboxes.
pawsWidget* EEditToolboxManager::GetToolboxWidget |
( |
size_t |
type | ) |
const |
Grabs the toolbox widget of the given toolbox type.
- Parameters:
-
- Returns:
- the toolbox as a pawsWidget
bool EEditToolboxManager::LoadWidgets |
( |
PawsManager * |
paws | ) |
|
Loads all the toolbox widgets.
- Parameters:
-
- Returns:
- true on success, false otherwise.
bool EEditToolboxManager::RegisterFactories |
( |
| ) |
const |
Registers all the factories needed by the toolboxes.
- Returns:
- true on success, false otherwise.
void EEditToolboxManager::UpdateAll |
( |
unsigned int |
elapsed | ) |
|
Updates all the toolboxes in the list.
- Parameters:
-
elapsed | the time in milliseconds that has passed since last frame. |
The documentation for this class was generated from the following file: