OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimPropertyInterfaceRegistry.h>
Public Member Functions | |
virtual | ~ossimPropertyInterfaceRegistry () |
virtual ossimPropertyInterface * | createInterface (const ossimObject *obj) const |
virtual ossimObject * | createObject (const ossimString &typeName) const |
virtual ossimObject * | createObject (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual void | getTypeNameList (std::vector< ossimString > &typeList) const |
bool | addFactory (ossimPropertyInterfaceFactory *factory) |
bool | registerFactory (ossimPropertyInterfaceFactory *factory) |
![]() | |
virtual | ~ossimObjectFactory () |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Static Public Member Functions | |
static ossimPropertyInterfaceRegistry * | instance () |
Protected Member Functions | |
ossimPropertyInterfaceRegistry () | |
ossimPropertyInterfaceRegistry (const ossimPropertyInterfaceRegistry &rhs) | |
void | operator= (const ossimPropertyInterfaceRegistry &) |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
vector< ossimPropertyInterfaceFactory * > | theFactoryList |
Static Protected Attributes | |
static ossimPropertyInterfaceRegistry * | theInstance = NULL |
Definition at line 13 of file ossimPropertyInterfaceRegistry.h.
|
virtual |
Definition at line 12 of file ossimPropertyInterfaceRegistry.cpp.
|
inlineprotected |
Definition at line 43 of file ossimPropertyInterfaceRegistry.h.
|
inlineprotected |
Definition at line 47 of file ossimPropertyInterfaceRegistry.h.
bool ossimPropertyInterfaceRegistry::addFactory | ( | ossimPropertyInterfaceFactory * | factory | ) |
Definition at line 90 of file ossimPropertyInterfaceRegistry.cpp.
|
virtual |
Definition at line 17 of file ossimPropertyInterfaceRegistry.cpp.
|
virtual |
Creates an object given a type name.
Implements ossimObjectFactory.
Definition at line 42 of file ossimPropertyInterfaceRegistry.cpp.
|
virtual |
Creates and object given a keyword list.
Implements ossimObjectFactory.
Definition at line 57 of file ossimPropertyInterfaceRegistry.cpp.
|
virtual |
This should return the type name of all objects in all factories. This is the name used to construct the objects dynamially and this name must be unique.
Implements ossimObjectFactory.
Definition at line 73 of file ossimPropertyInterfaceRegistry.cpp.
|
static |
Definition at line 32 of file ossimPropertyInterfaceRegistry.cpp.
Referenced by ossimPropertyInterfaceRegistryGetInstance().
|
inlineprotected |
Definition at line 50 of file ossimPropertyInterfaceRegistry.h.
bool ossimPropertyInterfaceRegistry::registerFactory | ( | ossimPropertyInterfaceFactory * | factory | ) |
Definition at line 95 of file ossimPropertyInterfaceRegistry.cpp.
|
protected |
Definition at line 52 of file ossimPropertyInterfaceRegistry.h.
|
staticprotected |
Definition at line 51 of file ossimPropertyInterfaceRegistry.h.