VICI
0.11.815
Visual Chart Interpreter
|
An implementation of Window for holding Qt's QWidget objects. More...
#include <vici/window.h>
Public Member Functions | |
VWindow (QWidget *w) | |
Constructor. More... | |
operator QWidget * () const | |
type conversion operator | |
QWidget * | operator-> () |
pointer operator | |
Public Member Functions inherited from VICI::Window | |
virtual | ~Window () |
virtual destructor | |
Protected Attributes | |
QWidget * | widget |
the window being passed | |
An implementation of Window for holding Qt's QWidget objects.
This class implements the Window type for QWidgets It allows references to windows to be passed between modules without the Qt libraries leaking into the general interface definitions defined in vici.h.
|
inline |
Constructor.
w | the window to encapsulate |