CGAL 4.12 - Three
|
#include <CGAL/Three/TextRenderer.h>
This is a list of TextItems associated with a CGAL::Three::Scene_item.
Public Member Functions | |
TextListItem (CGAL::Three::Scene_item *pItem) | |
The Constructor. More... | |
CGAL::Three::Scene_item * | item () const |
The associated CGAL::Three::Scene_item. | |
QList< TextItem * > | textList () const |
The list of TextItems. | |
void | append (TextItem *ti) |
Adds a ti to the list. | |
void | clear () |
Clears the list of all the TextItems. | |
bool | isEmpty () const |
Tells if the list there is any TextItem in the list. More... | |
std::size_t | size () const |
The size of the list. | |
TextListItem::TextListItem | ( | CGAL::Three::Scene_item * | pItem | ) |
The Constructor.
pItem | the CGAL::Three::Scene_item associated to the list. |