17 #ifndef BERRYABSTRACTUICTKPLUGIN_H_
18 #define BERRYABSTRACTUICTKPLUGIN_H_
26 template<
class T>
class SmartPointer;
29 struct IPreferencesService;
105 static const QString FN_DIALOG_SETTINGS;
254 void start(ctkPluginContext* context)
override;
264 void stop(ctkPluginContext* context)
override;
286 static QIcon ImageDescriptorFromPlugin(
287 const QString& pluginId,
const QString& imageFilePath);
289 static QIcon GetMissingIcon();
Implements transparent reference counting.