OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimContainerProperty.h>
Public Member Functions | |
ossimContainerProperty (const ossimString &name=ossimString("")) | |
ossimContainerProperty (const ossimContainerProperty &rhs) | |
virtual | ~ossimContainerProperty () |
virtual ossimObject * | dup () const |
virtual const ossimProperty & | assign (const ossimProperty &rhs) |
virtual void | addChildren (std::vector< ossimRefPtr< ossimProperty > > &propertyList) |
virtual void | addChild (ossimProperty *propery) |
virtual void | addStringProperty (const ossimString &name, const ossimString &value, bool readOnlyFlag=false) |
virtual const ossimContainerProperty * | asContainer () const |
virtual ossimContainerProperty * | asContainer () |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name, bool recurse=false) |
virtual void | deleteChildren () |
virtual bool | setValue (const ossimString &value) |
virtual void | valueToString (ossimString &valueResult) const |
virtual ossim_uint32 | getNumberOfProperties () const |
virtual ossimRefPtr< ossimProperty > | getProperty (ossim_uint32 idx) |
virtual void | getPropertyList (std::vector< ossimRefPtr< ossimProperty > > &children) const |
virtual ossimRefPtr< ossimXmlNode > | toXml () const |
virtual void | setReadOnlyFlag (bool flag) |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimProperty (const ossimString &name=ossimString("")) | |
ossimProperty (const ossimProperty &rhs) | |
const ossimProperty & | operator= (const ossimProperty &rhs) |
const ossimString & | getName () const |
void | setName (const ossimString &name) |
virtual ossimString | valueToString () const |
bool | isChangeTypeSet (int type) const |
void | clearChangeType () |
void | setChangeType (int type, bool on=true) |
void | setFullRefreshBit () |
void | setCacheRefreshBit () |
ossimPropertyChangeType | getChangeType () const |
bool | isFullRefresh () const |
bool | isCacheRefresh () const |
bool | isChangeTypeSpecified () const |
bool | affectsOthers () const |
bool | getReadOnlyFlag () const |
bool | isReadOnly () const |
void | setModifiedFlag (bool flag) |
bool | getModifiedFlag () const |
bool | isModified () const |
void | clearModifiedFlag () |
void | setDescription (const ossimString &description) |
virtual ossimString | getDescription () const |
virtual void | saveState (ossimKeywordlist &kwl, const ossimString &prefix="") const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () 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 |
![]() | |
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 |
Protected Member Functions | |
virtual void | copyList (const ossimContainerProperty &rhs) |
![]() | |
virtual | ~ossimProperty () |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
std::vector< ossimRefPtr< ossimProperty > > | theChildPropertyList |
![]() | |
ossimString | theName |
ossimString | theDescription |
bool | theReadOnlyFlag |
ossimPropertyChangeType | theChangeType |
bool | theModifiedFlag |
Friends | |
class | ossimProperty |
Additional Inherited Members | |
![]() | |
enum | ossimPropertyChangeType { ossimPropertyChangeType_NOTSPECIFIED = 0, ossimPropertyChangeType_CACHE_REFRESH = 1, ossimPropertyChangeType_FULL_REFRESH = 2, ossimPropertyChangeType_AFFECTS_OTHERS = 4, ossimPropertyChangeType_ALL = (ossimPropertyChangeType_CACHE_REFRESH|ossimPropertyChangeType_FULL_REFRESH|ossimPropertyChangeType_AFFECTS_OTHERS) } |
Definition at line 15 of file ossimContainerProperty.h.
ossimContainerProperty::ossimContainerProperty | ( | const ossimString & | name = ossimString("") | ) |
Definition at line 15 of file ossimContainerProperty.cpp.
Referenced by dup().
ossimContainerProperty::ossimContainerProperty | ( | const ossimContainerProperty & | rhs | ) |
Definition at line 20 of file ossimContainerProperty.cpp.
References copyList().
|
virtual |
Definition at line 26 of file ossimContainerProperty.cpp.
References deleteChildren().
|
virtual |
Reimplemented from ossimProperty.
Definition at line 212 of file ossimContainerProperty.cpp.
References ossimProperty::accept(), ossimVisitor::getVisitorType(), ossimVisitor::hasVisited(), theChildPropertyList, and ossimVisitor::VISIT_CHILDREN.
|
virtual |
Definition at line 77 of file ossimContainerProperty.cpp.
References theChildPropertyList.
Referenced by addStringProperty(), and ossimMapCompositionSource::getProperty().
|
virtual |
Definition at line 66 of file ossimContainerProperty.cpp.
References theChildPropertyList.
Referenced by ossimNitf20Writer::getProperty(), ossimNitfWriter::getProperty(), and ossimDtedInfo::getProperty().
|
virtual |
Definition at line 82 of file ossimContainerProperty.cpp.
References addChild(), and ossimProperty::setReadOnlyFlag().
|
virtual |
Reimplemented from ossimProperty.
Definition at line 92 of file ossimContainerProperty.cpp.
|
virtual |
Reimplemented from ossimProperty.
Definition at line 97 of file ossimContainerProperty.cpp.
|
virtual |
Reimplemented from ossimProperty.
Definition at line 36 of file ossimContainerProperty.cpp.
References ossimProperty::assign(), and copyList().
|
protectedvirtual |
Definition at line 49 of file ossimContainerProperty.cpp.
References deleteChildren(), and theChildPropertyList.
Referenced by assign(), and ossimContainerProperty().
|
virtual |
Definition at line 141 of file ossimContainerProperty.cpp.
References theChildPropertyList.
Referenced by copyList(), and ~ossimContainerProperty().
|
virtual |
Reimplemented from ossimObject.
Definition at line 31 of file ossimContainerProperty.cpp.
References ossimContainerProperty().
|
virtual |
Definition at line 164 of file ossimContainerProperty.cpp.
References theChildPropertyList.
Referenced by ossimProperty::saveState().
|
virtual |
Definition at line 102 of file ossimContainerProperty.cpp.
References ossimProperty::getName(), theChildPropertyList, and ossimRefPtr< T >::valid().
Referenced by ossimMapCompositionSource::setProperty().
|
virtual |
Definition at line 169 of file ossimContainerProperty.cpp.
References theChildPropertyList.
|
virtual |
Definition at line 179 of file ossimContainerProperty.cpp.
References theChildPropertyList.
Referenced by ossimInfo::getImageMetadata(), ossimNitf20Writer::setProperty(), and ossimNitfWriter::setProperty().
|
virtual |
Reimplemented from ossimProperty.
Definition at line 202 of file ossimContainerProperty.cpp.
References ossimProperty::setReadOnlyFlag(), and theChildPropertyList.
|
virtual |
Implements ossimProperty.
Definition at line 155 of file ossimContainerProperty.cpp.
|
virtual |
Reimplemented from ossimProperty.
Definition at line 185 of file ossimContainerProperty.cpp.
References ossimXmlNode::addChildNode(), ossimRefPtr< T >::get(), ossimProperty::getName(), ossimXmlNode::setTag(), and theChildPropertyList.
|
virtual |
|
friend |
Definition at line 18 of file ossimContainerProperty.h.
|
protected |
Definition at line 55 of file ossimContainerProperty.h.
Referenced by accept(), addChild(), addChildren(), copyList(), deleteChildren(), getNumberOfProperties(), getProperty(), getPropertyList(), ossimProperty::saveState(), setReadOnlyFlag(), and toXml().