Krita Source Code Documentation
Loading...
Searching...
No Matches
WGConfig::WGConfigNotifier Class Reference

#include <WGConfig.h>

+ Inheritance diagram for WGConfig::WGConfigNotifier:

Signals

void configChanged ()
 
void selectorConfigChanged ()
 

Public Member Functions

void notifyConfigChanged ()
 
void notifySelectorConfigChanged ()
 
WGConfigNotifier operator= (const WGConfigNotifier &)=delete
 
 WGConfigNotifier ()=default
 
 WGConfigNotifier (const WGConfigNotifier &)=delete
 
 ~WGConfigNotifier () override=default
 

Detailed Description

Definition at line 149 of file WGConfig.h.

Constructor & Destructor Documentation

◆ WGConfigNotifier() [1/2]

WGConfig::WGConfigNotifier::WGConfigNotifier ( )
default

◆ WGConfigNotifier() [2/2]

WGConfig::WGConfigNotifier::WGConfigNotifier ( const WGConfigNotifier & )
delete

◆ ~WGConfigNotifier()

WGConfig::WGConfigNotifier::~WGConfigNotifier ( )
overridedefault

Member Function Documentation

◆ configChanged

void WGConfig::WGConfigNotifier::configChanged ( )
signal

This signal is emitted whenever notifyConfigChanged() is called.

◆ notifyConfigChanged()

void WGConfig::WGConfigNotifier::notifyConfigChanged ( )

Notify that the plugin configuration has changed. This will cause the configChanged() signal to be emitted.

Definition at line 201 of file WGConfig.cpp.

202{
203 Q_EMIT configChanged();
204}

References configChanged().

◆ notifySelectorConfigChanged()

void WGConfig::WGConfigNotifier::notifySelectorConfigChanged ( )

Notify that a setting which affects KisVisualColorSelector or the KisVisualColorModel it uses has changed.

Definition at line 206 of file WGConfig.cpp.

207{
208 Q_EMIT selectorConfigChanged();
209}

References selectorConfigChanged().

◆ operator=()

WGConfigNotifier WGConfig::WGConfigNotifier::operator= ( const WGConfigNotifier & )
delete

◆ selectorConfigChanged

void WGConfig::WGConfigNotifier::selectorConfigChanged ( )
signal

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