API Documentation
Loading...
Searching...
No Matches
WindowContainer.h File Reference
#include <QWindow>
#include <QTimer>
#include <QPainter>
#include <QHBoxLayout>
#include <QResizeEvent>
#include <QFrame>
Include dependency graph for WindowContainer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WindowContainer
 A (hacky) class for storing a window into a container. This is used if the rendering engine for a particular widget is different from the one used by the application. The hackiness comes from Qt's limited support for this functionality which results in the need to hack around the errors in Qt's core library. More...
 

Namespaces

namespace  NDEVR
 

Macros

#define FORCE_HIDE_WINDOW   0
 
#define NDEVR_SPECIAL_GRAPHICS_WINDOW   0
 
#define USE_WINDOW_WIDGET   0
 

Typedefs

typedef QFrame BaseWindowContainer
 

Macro Definition Documentation

◆ FORCE_HIDE_WINDOW

#define FORCE_HIDE_WINDOW   0

◆ NDEVR_SPECIAL_GRAPHICS_WINDOW

#define NDEVR_SPECIAL_GRAPHICS_WINDOW   0

◆ USE_WINDOW_WIDGET

#define USE_WINDOW_WIDGET   0

Typedef Documentation

◆ BaseWindowContainer

typedef QFrame BaseWindowContainer