#include <CEGUIScrolledContainer.h>
Inheritance diagram for CEGUI::ScrolledContainerFactory:
Public Member Functions | |
ScrolledContainerFactory (void) | |
~ScrolledContainerFactory (void) | |
Window * | createWindow (const String &name) |
Create a new Window object of whatever type this WindowFactory produces. | |
void | destroyWindow (Window *window) |
Destroys the given Window object. | |
const String & | getTypeName (void) const |
Get the string that describes the type of Window object this WindowFactory produces. | |
Protected Attributes | |
String | d_type |
String holding the type of object created by this factory. |
Definition at line 244 of file CEGUIScrolledContainer.h.
|
Definition at line 247 of file CEGUIScrolledContainer.h. |
|
Definition at line 248 of file CEGUIScrolledContainer.h. |
|
Create a new Window object of whatever type this WindowFactory produces.
Implements CEGUI::WindowFactory. Definition at line 250 of file CEGUIScrolledContainer.h. References CEGUI::WindowFactory::d_type. |
|
Destroys the given Window object.
Implements CEGUI::WindowFactory. Definition at line 256 of file CEGUIScrolledContainer.h. References CEGUI::WindowFactory::d_type, and CEGUI::Window::getType(). |
|
Get the string that describes the type of Window object this WindowFactory produces.
Definition at line 80 of file CEGUIWindowFactory.h. Referenced by CEGUI::WindowFactoryManager::addFactory(), and CEGUI::WindowFactoryManager::removeFactory(). |
|
String holding the type of object created by this factory.
Definition at line 95 of file CEGUIWindowFactory.h. Referenced by createWindow(), CEGUI::GUISheetFactory::createWindow(), CEGUI::DragContainerFactory::createWindow(), destroyWindow(), CEGUI::GUISheetFactory::destroyWindow(), and CEGUI::DragContainerFactory::destroyWindow(). |