HDK
|
A generic source of the vop (connector wire) type definitions. More...
#include <VOP_TypeDefinitionSource.h>
Public Member Functions | |
VOP_TypeDefinitionSource () | |
Constructor and destructor. More... | |
virtual | ~VOP_TypeDefinitionSource () |
virtual VOP_TypeDefinitionHandle | getTypeDefinition (const char *type_name)=0 |
Returns a type definition provided by this source. More... | |
virtual void | getSourcePath (UT_String &path) const |
void | setRegisteredMgr (VOP_LanguageManager *mgr) |
A generic source of the vop (connector wire) type definitions.
Definition at line 20 of file VOP_TypeDefinitionSource.h.
VOP_TypeDefinitionSource::VOP_TypeDefinitionSource | ( | ) |
Constructor and destructor.
|
virtual |
Returns the path indentifying the source. Used for displaying in the default editor.
Reimplemented in VOP_TypeDefinitionFile.
|
pure virtual |
Returns a type definition provided by this source.
Implemented in VOP_TypeDefinitionFile.
void VOP_TypeDefinitionSource::setRegisteredMgr | ( | VOP_LanguageManager * | mgr | ) |
Sets the manager in which this source has been registered as definition provider.