MeVisLab Scripting Reference
|
#include <mlabScriptWrappers.h>
Inherits QObject.
Public Slots | |
Screen geometries | |
| |
bool | isVirtualDesktop () const |
int | numScreens () const |
int | primaryScreen () const |
int | screenNumber (int x, int y) const |
int | screenNumber (MLABWidgetControl *control) const |
QRect | screenGeometry () const |
QRect | screenGeometry (int screen) const |
QRect | screenGeometry (int x, int y) const |
QRect | screenGeometry (MLABWidgetControl *control) const |
QRect | availableGeometry () const |
QRect | availableGeometry (int screen) const |
QRect | availableGeometry (MLABWidgetControl *control) const |
QRect | availableGeometry (int x, int y) const |
Global MLABDesktop object available in all scripts.
The MLABDesktop object can be used to query the screens and their sizes available on the computer's desktop.
|
slot |
Returns the available geometry (screenGeometry - taskbar and start menu) for the primary screen.
|
slot |
Returns the available geometry (screenGeometry - taskbar and start menu).
|
slot |
Returns the available geometry at the given point.
|
slot |
Returns the available geometry for the given control.
|
slot |
Returns whether desktop is one big virtual desktop.
|
slot |
Returns the number of screens.
|
slot |
Returns the number of the primary screen.
|
slot |
Returns the screen geometry for the primary screen of the application.
|
slot |
Returns the screen geometry for the given screen.
|
slot |
Returns the screen geometry at the given point.
|
slot |
Returns the screen geometry for the given control.
|
slot |
Returns the screen number for a given point.
|
slot |
Returns the screen number for a given control.