13 #ifndef BERRYABSTRACTUICTKPLUGIN_H_ 14 #define BERRYABSTRACTUICTKPLUGIN_H_ 22 template<
class T>
class SmartPointer;
25 struct IPreferencesService;
101 static const QString FN_DIALOG_SETTINGS;
250 void start(ctkPluginContext* context)
override;
260 void stop(ctkPluginContext* context)
override;
282 static QIcon ImageDescriptorFromPlugin(
283 const QString& pluginId,
const QString& imageFilePath);
285 static QIcon GetMissingIcon();
Implements transparent reference counting.