class OEAnnotation : public OESystem::OEBase
This class represents OEAnnotation.
The following methods are publicly inherited from OEBase:
OEAnnotation()
OEAnnotation(const OEAnnotation &rhs)
OEAnnotation(unsigned int type, const char *title=0)
Default and copy constructors.
OEAnnotation &operator=(const OEAnnotation &rhs)
void AddChild(const OEAnnotation &child)
OEBase *CreateCopy() const
OESystem::OEIterBase<OEAnnotation> *GetChildren() const
OESystem::OEColor GetColor() const
const void *GetDataType() const
unsigned int GetRenderHint() const
const char *GetTitle() const
unsigned int GetType() const
bool IsDataType(const void *type) const
OEAnnotation &SetColor(const OESystem::OEColor &)
OEAnnotation &SetRenderHint(unsigned int hint)
void SetTitle(const char *)
void SetType(unsigned int type)