31 bool grabScene(QString path);
33 bool grabMainWindow(QString path);
34 W_SLOT(grabMainWindow)
35 bool grabScreen(QString path);
40 bool grabWidget(QObject* widget, QString path);
49 QObject* panel(QString name);
54 QObject* child(QObject* parent, QString className);
64 void zoom(
double zx,
double zy);
66 void scroll(
double dx,
double dy);
68 void setZoomRatio(
double r);
72 void centerOn(QObject* process);
74 void goToInterval(QObject* interval);
82 void setNodal(
bool nodal);
Definition ViewContext.hpp:27
Definition DocumentContext.hpp:18