|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Text object. More...
#include <conv_annotation_item.h>
Inheritance diagram for MaTextItem:
Collaboration diagram for MaTextItem:Public Member Functions | |
| MaTextItem () | |
| Default constructor. | |
| void | SetVisibility (bool v) |
| Set visibility. | |
| bool | IsVisible () const |
| Get visibility. | |
| bool | IsTag (MaeTextFormatTag tag) const |
| Is a tag set. | |
| bool | GetTagIfUnique (MaeTextFormatTag &tag) const |
| Get the tag provided it id qnique. | |
| void | SetTag (MaeTextFormatTag tag) |
| Set a tag. | |
| void | ResetTag (MaeTextFormatTag tag) |
| reset a tag. | |
| bool | TagUniqueOrUndefined () const |
| If less than two tags assinged. | |
| bool | NoTag () const |
| If threre are no tags. | |
| virtual | ~MaTextItem () |
| Destructor. | |
Public Member Functions inherited from MbRefItem | |
| virtual MbeRefType | RefType () const |
| Registration type (for copying, duplication). | |
| void | AddRegistrator (MbRegDuplicate *reg) const |
| Add the register. | |
| void | RemoveRegistrator (MbRegDuplicate *reg) const |
| Remove the register. | |
| refcount_t | GetUseCount () const |
| Get count of references (get count of owners of an object). | |
| refcount_t | AddRef () const |
| Increase count of references by one. | |
| refcount_t | DecRef () const |
| Decrease count of references by one. | |
| refcount_t | Release () const |
| Decrease count of references by one and if count of references became zero, then remove itself. | |
Additional Inherited Members | |
Protected Member Functions inherited from MbRefItem | |
| MbRefItem () | |
| Constructor without parameters. | |
Text object.