Developer Documentation
ACG::QtWidgets::QtBaseViewer::PickMode Struct Reference

Public Member Functions

 PickMode (const std::string &_n, bool _t, bool _v, QCursor _c)
 Constructor.
 

Public Attributes

std::string name
 
bool tracking
 
bool visible
 
QCursor cursor
 

Detailed Description

Struct containing information about pickModes

Definition at line 1257 of file QtBaseViewer.hh.

Member Data Documentation

◆ cursor

QCursor ACG::QtWidgets::QtBaseViewer::PickMode::cursor

Cursor used in this pickMode

Definition at line 1277 of file QtBaseViewer.hh.

◆ name

std::string ACG::QtWidgets::QtBaseViewer::PickMode::name

Name of the pickMode

Definition at line 1265 of file QtBaseViewer.hh.

◆ tracking

bool ACG::QtWidgets::QtBaseViewer::PickMode::tracking

MouseTracking enabled for this mode?

Definition at line 1269 of file QtBaseViewer.hh.

◆ visible

bool ACG::QtWidgets::QtBaseViewer::PickMode::visible

Defines if the Mode will be visible in the popup Menu

Definition at line 1273 of file QtBaseViewer.hh.


The documentation for this struct was generated from the following file: