11#ifndef PLUGINIFDEMO_UI_UIHANDLER_H_
12#define PLUGINIFDEMO_UI_UIHANDLER_H_
22#include "ws_symbol_export.h"
24class GuiHandler :
public QObject
30 static GuiHandler * getInstance();
37 void addLogMessage(QString message);
44 void logChanged(QString newEntry);
51 GuiHandler(GuiHandler
const& copy);
52 GuiHandler& operator=(GuiHandler
const& copy);
56 static QMutex * singletonMutex;
60 void executeDialog(QDialog *
object);
88extern void pluginifdemo_toolbar_log(
const char * message);
97extern void pluginifdemo_toolbar_register(
ext_toolbar_t * toolbar);
ext_menubar_gui_type
Identifies the GUI toolkit hosting the menubar, passed to action callbacks.
Definition plugin_if.h:36