|
wxArt2D
|
list of a2dNamedProperty objects More...
#include <gen.h>


Public Member Functions | |
| a2dNamedPropertyList () | |
| Default constructor. | |
| a2dNamedPropertyList (const a2dNamedPropertyList &other) | |
| Copy constructor (clones all properties and copies the list) | |
| ~a2dNamedPropertyList () | |
| Destructor. | |
| bool | Remove (const a2dPropertyId *id, bool all=true) |
| Remove first/all properties with given id from the list. More... | |
| void | RemoveTemporary () |
| Remove all temporrary properties from the list. | |
| void | Walker (wxObject *parent, a2dWalkerIOHandler &handler) |
| walk a list of properties | |
Public Member Functions inherited from a2dSmrtPtrList< a2dNamedProperty > | |
| itSmart | Find (a2dNamedProperty *object) |
| Find a specific object. | |
| const_itSmart | Find (a2dNamedProperty *object) const |
| Find a specific object. | |
| int | IndexOf (a2dNamedProperty *object) const |
| Find the index of a specific object. | |
| bool | ReleaseObject (a2dNamedProperty *object) |
| release a certain object from the list | |
Public Member Functions inherited from a2dlist< a2dSmrtPtr< a2dNamedProperty > > | |
| a2dlist () | |
| Default constructor. | |
| a2dlist (const a2dlist &other) | |
| Copy constructor. | |
| ~a2dlist () | |
| Destructor. | |
|
a2dlist< a2dSmrtPtr < a2dNamedProperty > >::const_iterator | item (size_t index) const |
|
a2dlist< a2dSmrtPtr < a2dNamedProperty > >::iterator | item (size_t index) |
|
a2dlist< a2dSmrtPtr < a2dNamedProperty > >::reverse_iterator | rerase (typename std::list< a2dSmrtPtr< a2dNamedProperty >, std::allocator< a2dSmrtPtr< a2dNamedProperty > > >::reverse_iterator iterr) |
|
std::list< a2dSmrtPtr < a2dNamedProperty > , std::allocator< a2dSmrtPtr < a2dNamedProperty > > >::iterator | GetPreviousAround (typename std::list< a2dSmrtPtr< a2dNamedProperty >, std::allocator< a2dSmrtPtr< a2dNamedProperty > > >::iterator iter) |
| get the previous node ( –end() if no previous ) | |
|
std::list< a2dSmrtPtr < a2dNamedProperty > , std::allocator< a2dSmrtPtr < a2dNamedProperty > > >::iterator | GetNextAround (typename std::list< a2dSmrtPtr< a2dNamedProperty >, std::allocator< a2dSmrtPtr< a2dNamedProperty > > >::iterator iter) |
| get the next node ( begin() if no next ) | |
Additional Inherited Members | |
Public Types inherited from a2dSmrtPtrList< a2dNamedProperty > | |
|
typedef a2dlist< a2dSmrtPtr < a2dNamedProperty > >::iterator | itSmart |
|
typedef a2dlist< a2dSmrtPtr < a2dNamedProperty > >::const_iterator | const_itSmart |
list of a2dNamedProperty objects
| bool a2dNamedPropertyList::Remove | ( | const a2dPropertyId * | id, |
| bool | all = true |
||
| ) |