2 #include "../../../../core/translator/Translator.h" 3 #include "../../../../core/logger/Logger.h" 4 #include "../../../../plugin/Plugin.h" 5 #include "../../../af/ApplicationController.h"
bool m_initialized
A flag that indicates if the plugin was started or not.
~Plugin()
Virtual destructor.
void shutdown()
Do nothing! Just set plugin as stopped.
#define PLUGIN_CALL_BACK_DECLARATION(PLUGIN_EXPORT_MACRO)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
A base class for plugin types.
Plugin(QWidget *parent=0)
#define TEQTPLUGINMNTEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
void startup()
Do nothing! Just set plugin as started.
The basic information about a plugin.