Krita Source Code Documentation
Loading...
Searching...
No Matches
PresetHistoryPlugin Class Reference

#include <presethistory.h>

+ Inheritance diagram for PresetHistoryPlugin:

Public Member Functions

 PresetHistoryPlugin (QObject *parent, const QVariantList &)
 
 ~PresetHistoryPlugin () override
 

Detailed Description

Shows the last used presets

Definition at line 16 of file presethistory.h.

Constructor & Destructor Documentation

◆ PresetHistoryPlugin()

PresetHistoryPlugin::PresetHistoryPlugin ( QObject * parent,
const QVariantList &  )

Definition at line 49 of file presethistory.cpp.

50 : QObject(parent)
51{
53}
static KoDockRegistry * instance()

References KoGenericRegistry< T >::add(), and KoDockRegistry::instance().

◆ ~PresetHistoryPlugin()

PresetHistoryPlugin::~PresetHistoryPlugin ( )
override

Definition at line 55 of file presethistory.cpp.

56{
57}

The documentation for this class was generated from the following files: