The View functions provide information about the contents of selected View windows.
More...
#include <view.h>
|
String | currentView () |
| returns a unique identifier for the current, active View. More...
|
|
String | type (String viewName) |
| returns a string that indicates what type of View the currentView is. More...
|
|
String | group (String viewName) |
| returns the name of the current Group Module in the active Network View. More...
|
|
String | column (String viewName) |
| returns the name of the column for the currently displayed function in the Function View. More...
|
|
void | refreshViews () |
| forces a refresh of the drawing and scene planning views. More...
|
|
QObject * | currentToolManager () |
| returns the drawing tool manager. More...
|
|
The View functions provide information about the contents of selected View windows.
function viewScript()
{
}
String view::column |
( |
String |
viewName | ) |
|
|
slot |
returns the name of the column for the currently displayed function in the Function View.
- Parameters
-
viewName | The current view value, as returned by the currentView function. |
QObject* view::currentToolManager |
( |
| ) |
|
|
slot |
returns the drawing tool manager.
String view::currentView |
( |
| ) |
|
|
slot |
returns a unique identifier for the current, active View.
String view::group |
( |
String |
viewName | ) |
|
|
slot |
returns the name of the current Group Module in the active Network View.
- Parameters
-
viewName | The current view value, as returned by the currentView function. |
void view::refreshViews |
( |
| ) |
|
|
slot |
forces a refresh of the drawing and scene planning views.
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. |
The documentation for this class was generated from the following file: