53 #include <OpenFlipper/BasePlugin/INIInterface.hh> 63 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-INI")
66 void log(
Logtype _type, QString _message);
67 void log(QString _message);
70 void loadIniFile(
INIFile& _ini ,
int _id);
71 void saveIniFile(
INIFile& _ini ,
int _id);
73 void noguiSupported( ) {} ;
82 QString name() {
return (QString(
"INIPlugin")); };
83 QString
description( ) {
return (QString(tr(
"Handle INI-files."))); };
85 QString
version() {
return QString(
"1.0"); };
89 template <
class Object>
90 void parseIniFileT(
INIFile& _ini, Object* _object);
93 template <
class Object>
94 void saveIniFileT(
INIFile& _ini, Object* _object);
105 #if defined(INCLUDE_TEMPLATES) && !defined(INIPLUGINT_C) 106 #define INIPLUGINT_TEMPLATES 107 #include "iniPluginT_impl.hh" 111 #endif //INIPLUGIN_HH
Logtype
Log types for Message Window.
QString version()
Return a version string for your plugin.
Interface for all Plugins which do logging to the logging window of the framework.
Interface class for Plugins which have to store information in ini files.
Class for the handling of simple configuration files.
Interface for all Plugins which provide scriptable Functions.
QString description()
Return a description of what the plugin is doing.
Interface class from which all plugins have to be created.