#include <CEGUIDragContainer.h>
Inheritance diagram for CEGUI::DragContainerFactory:
Public Member Functions | |
DragContainerFactory (void) | |
~DragContainerFactory (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 473 of file CEGUIDragContainer.h.
|
Definition at line 476 of file CEGUIDragContainer.h. |
|
Definition at line 477 of file CEGUIDragContainer.h. |
|
Create a new Window object of whatever type this WindowFactory produces.
Implements CEGUI::WindowFactory. Definition at line 479 of file CEGUIDragContainer.h. References CEGUI::WindowFactory::d_type. |
|
Destroys the given Window object.
Implements CEGUI::WindowFactory. Definition at line 485 of file CEGUIDragContainer.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 CEGUI::ScrolledContainerFactory::createWindow(), CEGUI::GUISheetFactory::createWindow(), createWindow(), CEGUI::ScrolledContainerFactory::destroyWindow(), CEGUI::GUISheetFactory::destroyWindow(), and destroyWindow(). |