An instance of this class can be used as a GenericPluginUI::DialogEventCallback, in situations where the callback is a method to be invoked on a target object. More...
#include <GenericPluginUI.h>
Public Member Functions | |
DialogEventCallbackMethod (ObjectClass &object) | |
Constructor. |
An instance of this class can be used as a GenericPluginUI::DialogEventCallback, in situations where the callback is a method to be invoked on a target object.
When invoking this constructor, the target object is the constructor argument, and the target object class and method are template parameters. The target object's method must have an appropriate signature for DialogEventCallback: one GtkWidget* argument, one GdkEvent* argument, one gpointer argument, gint return.
|
inline |
Constructor.
object | The object on which to invoke the callback method. |