#include <gl_label.h>
Classes | |
| class | Mode |
Public Types | |
| enum | LabelPosition { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT } |
Static Public Member Functions | |
| static void | render (QPainter *painter, const vcg::Point3f &p, const QString &text) |
| static void | render (QPainter *painter, const vcg::Point3f &p, const QString &text, const Mode &m) |
| static void | render (QPainter *painter, const vcg::Point3d &p, const QString &text) |
| static void | render (QPainter *painter, const vcg::Point3d &p, const QString &text, const Mode &m) |
| static void | render2D (QPainter *painter, const LabelPosition pos, const QString &text, const Mode &m=Mode()) |
| static void | render2D (QPainter *painter, const LabelPosition pos, int linePos, const QString &text, const Mode &m=Mode()) |
| static void | render2D (QPainter *painter, const vcg::Point2f &p, const QString &text, const Mode &m) |
Static Private Member Functions | |
| static void | enter2D (QPainter *painter) |
| static void | exit2D (QPainter *painter) |
Definition at line 35 of file gl_label.h.
Definition at line 102 of file gl_label.h.
| static void vcg::glLabel::enter2D | ( | QPainter * | painter | ) | [inline, static, private] |
Definition at line 77 of file gl_label.h.
| static void vcg::glLabel::exit2D | ( | QPainter * | painter | ) | [inline, static, private] |
Definition at line 89 of file gl_label.h.
| static void vcg::glLabel::render | ( | QPainter * | painter, |
| const vcg::Point3f & | p, | ||
| const QString & | text | ||
| ) | [inline, static] |
Definition at line 151 of file gl_label.h.
| static void vcg::glLabel::render | ( | QPainter * | painter, |
| const vcg::Point3f & | p, | ||
| const QString & | text, | ||
| const Mode & | m | ||
| ) | [inline, static] |
Definition at line 157 of file gl_label.h.
| static void vcg::glLabel::render | ( | QPainter * | painter, |
| const vcg::Point3d & | p, | ||
| const QString & | text | ||
| ) | [inline, static] |
Definition at line 190 of file gl_label.h.
| static void vcg::glLabel::render | ( | QPainter * | painter, |
| const vcg::Point3d & | p, | ||
| const QString & | text, | ||
| const Mode & | m | ||
| ) | [inline, static] |
Definition at line 192 of file gl_label.h.
| static void vcg::glLabel::render2D | ( | QPainter * | painter, |
| const LabelPosition | pos, | ||
| const QString & | text, | ||
| const Mode & | m = Mode() |
||
| ) | [inline, static] |
Definition at line 104 of file gl_label.h.
| static void vcg::glLabel::render2D | ( | QPainter * | painter, |
| const LabelPosition | pos, | ||
| int | linePos, | ||
| const QString & | text, | ||
| const Mode & | m = Mode() |
||
| ) | [inline, static] |
Definition at line 108 of file gl_label.h.
| static void vcg::glLabel::render2D | ( | QPainter * | painter, |
| const vcg::Point2f & | p, | ||
| const QString & | text, | ||
| const Mode & | m | ||
| ) | [inline, static] |
Definition at line 130 of file gl_label.h.