VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Attributes | List of all members
VICI::VWindow Class Reference

An implementation of Window for holding Qt's QWidget objects. More...

#include <vici/window.h>

Inheritance diagram for VICI::VWindow:
VICI::Window

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
 

Detailed Description

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.

Constructor & Destructor Documentation

VICI::VWindow::VWindow ( QWidget *  w)
inline

Constructor.

Parameters
wthe window to encapsulate

The documentation for this class was generated from the following file: