TwiceAsNice
2019-02-18
|
#include <QObject>
#include <Nice/Qt/Config.h>
#include <Nice/Property/Property.hh>
#include <Nice/Property/Bridge.h>
#include <Nice/Property/BridgeMemFn.hh>
#include <Nice/Property/Joint.h>
#include <Nice/Qt/Plugin.h>
#include <Nice/Util/Sync.h>
#include <QKeyEvent>
#include <Nice/Qt/PropertyBridgeQt.h>
#include <Nice/Qt/BridgeQtSignalMemFn.hh>
#include <stdint.h>
#include <QMessageBox>
Classes | |
class | Nice::BridgeItemSlots |
class | Nice::BridgeItem |
An instance of this class provides the bridge interface for all gui elements which want to connect to a Property. All Widgets which are connected to a Property have to be derived from this class. More... | |
Namespaces | |
Nice | |
Macros | |
#define | NICE_QT_DISCONNECT_ALL(p) |
#define | NICE_QT_DISCONNECT(p, o, c, s) |
#define | NICE_QT_CONNECT(p, o, c, s, t) |
#define NICE_QT_DISCONNECT_ALL | ( | p | ) |