The View functions provide information about the contents of selected View windows.
More...
The View functions provide information about the contents of selected View windows.
◆ currentToolManager
QObject* view::currentToolManager |
( |
| ) |
|
|
slot |
returns the drawing tool manager.
◆ currentView
String view::currentView |
( |
| ) |
|
|
slot |
returns a unique identifier for the current, active View.
◆ refreshViews
void view::refreshViews |
( |
| ) |
|
|
slot |
forces a refresh of the drawing and scene planning views.
◆ type
String view::type |
( |
String |
viewName | ) |
|
|
slot |
returns a string that indicates what type of View the currentView is.
- Parameters
-
viewName | The current view value, as returned by the currentView function. |