|
typedef std::map< QString, QAction * > | ActionMap |
|
Definition at line 73 of file QGLViewerWidget.hh.
◆ ActionMap
typedef std::map<QString,QAction*> QGLViewerWidget::ActionMap |
|
private |
◆ Super
typedef QGLWidget QGLViewerWidget::Super |
◆ QGLViewerWidget()
QGLViewerWidget::QGLViewerWidget |
( |
QWidget * |
_parent = 0 | ) |
|
|
explicit |
◆ ~QGLViewerWidget()
QGLViewerWidget::~QGLViewerWidget |
( |
| ) |
|
|
virtual |
◆ add_draw_mode()
QAction * QGLViewerWidget::add_draw_mode |
( |
const std::string & |
_s | ) |
|
add draw mode to popup menu, and return the QAction created
Definition at line 650 of file QGLViewerWidget.cc.
◆ addAction()
void QGLViewerWidget::addAction |
( |
QAction * |
action, |
|
|
const char * |
name |
|
) |
| |
◆ center()
◆ current_draw_mode()
const std::string & QGLViewerWidget::current_draw_mode |
( |
| ) |
const |
|
inline |
◆ del_draw_mode()
void QGLViewerWidget::del_draw_mode |
( |
const std::string & |
_s | ) |
|
◆ draw_scene()
void QGLViewerWidget::draw_scene |
( |
const std::string & |
_draw_mode | ) |
|
|
protectedvirtual |
◆ findAction()
QAction * QGLViewerWidget::findAction |
( |
const char * |
name | ) |
|
◆ fovy()
float QGLViewerWidget::fovy |
( |
| ) |
const |
|
inline |
◆ init()
void QGLViewerWidget::init |
( |
void |
| ) |
|
|
private |
◆ initializeGL()
void QGLViewerWidget::initializeGL |
( |
| ) |
|
|
private |
◆ keyPressEvent()
void QGLViewerWidget::keyPressEvent |
( |
QKeyEvent * |
_event | ) |
|
|
protectedvirtual |
◆ map_to_sphere()
bool QGLViewerWidget::map_to_sphere |
( |
const QPoint & |
_point, |
|
|
OpenMesh::Vec3f & |
_result |
|
) |
| |
|
private |
◆ modelview_matrix()
const GLdouble * QGLViewerWidget::modelview_matrix |
( |
| ) |
const |
|
inline |
◆ mouseMoveEvent()
void QGLViewerWidget::mouseMoveEvent |
( |
QMouseEvent * |
_event | ) |
|
|
protectedvirtual |
◆ mousePressEvent()
void QGLViewerWidget::mousePressEvent |
( |
QMouseEvent * |
_event | ) |
|
|
protectedvirtual |
◆ mouseReleaseEvent()
void QGLViewerWidget::mouseReleaseEvent |
( |
QMouseEvent * |
| ) |
|
|
protectedvirtual |
◆ paintGL()
void QGLViewerWidget::paintGL |
( |
| ) |
|
|
private |
◆ performance()
double QGLViewerWidget::performance |
( |
void |
| ) |
|
|
protected |
◆ projection_matrix()
const GLdouble * QGLViewerWidget::projection_matrix |
( |
| ) |
const |
|
inline |
◆ radius()
float QGLViewerWidget::radius |
( |
| ) |
const |
|
inline |
◆ removeAction() [1/2]
void QGLViewerWidget::removeAction |
( |
const char * |
name | ) |
|
◆ removeAction() [2/2]
void QGLViewerWidget::removeAction |
( |
QAction * |
action | ) |
|
◆ resizeGL()
void QGLViewerWidget::resizeGL |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
private |
◆ rotate()
void QGLViewerWidget::rotate |
( |
const OpenMesh::Vec3f & |
_axis, |
|
|
float |
_angle |
|
) |
| |
|
private |
◆ set_scene_pos()
void QGLViewerWidget::set_scene_pos |
( |
const OpenMesh::Vec3f & |
_center, |
|
|
float |
_radius |
|
) |
| |
◆ setDefaultLight()
void QGLViewerWidget::setDefaultLight |
( |
void |
| ) |
|
|
protected |
◆ setDefaultMaterial()
void QGLViewerWidget::setDefaultMaterial |
( |
void |
| ) |
|
|
protected |
◆ slotDrawMode
void QGLViewerWidget::slotDrawMode |
( |
QAction * |
_mode | ) |
|
|
privateslot |
◆ slotSnapshot
void QGLViewerWidget::slotSnapshot |
( |
void |
| ) |
|
|
privateslot |
◆ translate()
◆ update_projection_matrix()
void QGLViewerWidget::update_projection_matrix |
( |
| ) |
|
|
private |
◆ view_all()
void QGLViewerWidget::view_all |
( |
| ) |
|
◆ wheelEvent()
void QGLViewerWidget::wheelEvent |
( |
QWheelEvent * |
_event | ) |
|
|
protectedvirtual |
◆ center_
◆ draw_mode_
unsigned int QGLViewerWidget::draw_mode_ |
|
private |
◆ draw_mode_names_
std::vector<std::string> QGLViewerWidget::draw_mode_names_ |
|
private |
◆ draw_modes_group_
QActionGroup* QGLViewerWidget::draw_modes_group_ |
|
private |
◆ last_point_2D_
QPoint QGLViewerWidget::last_point_2D_ |
|
private |
◆ last_point_3D_
◆ last_point_ok_
bool QGLViewerWidget::last_point_ok_ |
|
private |
◆ modelview_matrix_
GLdouble QGLViewerWidget::modelview_matrix_[16] |
|
private |
◆ n_draw_modes_
unsigned int QGLViewerWidget::n_draw_modes_ |
|
private |
◆ names_to_actions
ActionMap QGLViewerWidget::names_to_actions |
|
private |
◆ nomode_
std::string QGLViewerWidget::nomode_ = "" |
|
staticprivate |
◆ popup_menu_
QMenu* QGLViewerWidget::popup_menu_ |
|
private |
◆ projection_matrix_
GLdouble QGLViewerWidget::projection_matrix_[16] |
|
private |
◆ radius_
float QGLViewerWidget::radius_ |
|
private |
The documentation for this class was generated from the following files: