|
virtual | ~BundleToGraphWriter () |
|
void | setFileString (const std::string &) |
|
| BundleToGraph () |
|
| BundleToGraph (Graph &) |
|
virtual | ~BundleToGraph () |
|
const carto::rc_ptr< Graph > & | getGraph () const |
|
virtual | ~BundleListener () |
|
| PropertySet () |
|
| PropertySet (const PropertySet &) |
|
PropertySet & | operator= (const PropertySet &) |
|
virtual | ~PropertySet () |
|
Signal & | getSignalPropertyChanged () |
|
void | addBuiltinProperty (const std::string &, T &) |
|
void | addBuiltinProperty (const std::string &, T &, bool &provided) |
|
bool | getProperty (const std::string &, T &) const |
|
void | setProperty (const std::string &, const T &) |
|
virtual bool | getProperty (const std::string &, Object &) const |
|
virtual void | setProperty (const std::string &, Object) |
|
virtual bool | removeProperty (const std::string &key) |
|
virtual bool | hasProperty (const std::string &) const |
|
virtual size_t | size () const |
|
virtual void | clearProperties () |
|
virtual void | copyBuiltinProperties (const PropertySet &source) |
|
virtual Object | objectIterator () const |
|
iterator | getIterator () const |
|
void | changeBuiltinProperty (const std::string &, T &) |
|
void | changeBuiltinProperty (const std::string &, T &, bool &provided) |
|
| RCObject () |
|
| RCObject (const RCObject &) |
|
RCObject & | operator= (const RCObject &) |
|
virtual | ~RCObject () |
|
virtual | ~DictionaryInterface () |
|
virtual bool | isDictionary () const |
|
Object | getProperty (const std::string &) const |
|
Object | getProperty (Object key) const |
|
bool | getProperty (const std::string &key, T &value) const |
|
void | setProperty (const std::string &, const char *) |
|
void | setProperty (const std::string &, const T &) |
|
virtual void | copyProperties (Object source) |
|
virtual bool | operator== (const DictionaryInterface &other) const |
|
virtual bool | operator!= (const DictionaryInterface &other) const |
|
void | setProperty (const std::string &key, Object const &value) |
|
bool | getProperty (const std::string &key, Object &value) const |
|
virtual | ~SizeInterface () |
|
virtual | ~Interface () |
|
virtual | ~IterableInterface () |
|
virtual bool | isIterable () const |
|
virtual bool | operator== (const IterableInterface &other) const |
|
virtual bool | operator!= (const IterableInterface &other) const |
|
Definition at line 414 of file bundles.h.