#include <Flag.h>
Public Member Functions | |
void | drawLine (int tox, int toy) |
Flag (QWidget *parent=0) | |
const SbVec3f & | getOrigin () const |
void | setOrigin (const SbVec3f &) |
void | setText (const QString &) |
QSize | sizeHint () const |
~Flag () | |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *) |
void | initializeGL () |
void | mouseMoveEvent (QMouseEvent *) |
void | mousePressEvent (QMouseEvent *) |
void | paintEvent (QPaintEvent *) |
void | paintGL () |
void | resizeEvent (QResizeEvent *) |
void | resizeGL (int width, int height) |
Definition at line 39 of file Flag.h.
void Flag::contextMenuEvent | ( | QContextMenuEvent * | e | ) | [protected] |
Definition at line 312 of file Flag.cpp.
References Draft::select().
void Flag::drawLine | ( | int | tox, | |
int | toy | |||
) |
Definition at line 195 of file Flag.cpp.
References SketcherExample::f, and RobotExample::pos.
Referenced by Gui::View3DInventorViewer::actualRedraw().
const SbVec3f & Flag::getOrigin | ( | ) | const |
Definition at line 190 of file Flag.cpp.
Referenced by Gui::View3DInventorViewer::actualRedraw().
void Flag::mouseMoveEvent | ( | QMouseEvent * | e | ) | [protected] |
Definition at line 296 of file Flag.cpp.
References Draft::move().
void Flag::paintEvent | ( | QPaintEvent * | e | ) | [protected] |
Definition at line 272 of file Flag.cpp.
References draftTools::p.
void Flag::setOrigin | ( | const SbVec3f & | v | ) |
Definition at line 185 of file Flag.cpp.
Referenced by InspectionGui::addFlag(), and MeshGui::ViewProviderMesh::faceInfoCallback().
void Flag::setText | ( | const QString & | t | ) |
Definition at line 253 of file Flag.cpp.
Referenced by InspectionGui::addFlag(), and MeshGui::ViewProviderMesh::faceInfoCallback().