24 #ifndef GAMMARAY_PROPERTYCONTROLLERINTERFACE_H
25 #define GAMMARAY_PROPERTYCONTROLLERINTERFACE_H
44 virtual void activateMethod() = 0;
45 virtual void invokeMethod(Qt::ConnectionType type) = 0;
58 #endif // GAMMARAY_PROPERTYCONTROLLERINTERFACE_H
Client/Server interface of the property editor.
Definition: propertycontrollerinterface.h:34