#include <mattribute.h>
Public Methods | |
Attributed () | |
~Attributed () | |
void | setAttribute (const String &key, Object *value) |
const Object& | getAttribute (const String &key) const |
Object& | getAttribute (const String &key) |
const Object* | getAttributep (const String &key) const |
Definition at line 13 of file mattribute.h.
|
Returns attribute by given key. Non-const version. |
|
Returns attribute by given key. Const version. |
|
Returns attribute by given key. Const version. |
|
Sets an attribute value, replaces possible old value. Note: Takes ownership of the object. |