VCF::ComponentEditorManager Class Reference
The
ComponentEditorManager is used to regulate the different component editors that are available.
More...
#include <vcf/ApplicationKit/ComponentEditorManager.h>
Inheritance diagram for VCF::ComponentEditorManager:
List of all members.
Detailed Description
The
ComponentEditorManager is used to regulate the different component editors that are available.
Constructor & Destructor Documentation
| VCF::ComponentEditorManager::ComponentEditorManager |
( |
|
) |
|
|
| virtual VCF::ComponentEditorManager::~ComponentEditorManager |
( |
|
) |
[virtual] |
|
Member Function Documentation
| static void VCF::ComponentEditorManager::closeComponentEditorManager |
( |
|
) |
[static] |
|
| static ComponentEditor* VCF::ComponentEditorManager::findComponentEditor |
( |
const String & |
className |
) |
[static] |
|
|
|
find a suitable Component editor for a given classname.
|
| static void VCF::ComponentEditorManager::initComponentEditorManager |
( |
|
) |
[static] |
|
|
|
initializes the Component editor manager for use - must be called at start up
|
| static void VCF::ComponentEditorManager::registerComponentEditor |
( |
ComponentEditor * |
componentEditor, |
|
|
const String & |
className |
|
) |
[static] |
|
| static void VCF::ComponentEditorManager::removeComponentEditor |
( |
const String & |
className |
) |
[static] |
|
|
|
Removes a ComponentEditor with a given class/type name from the list of registered component editors.
|
Member Data Documentation
The documentation for this class was generated from the following file: