krita/ui

KisConfigNotifier Class Reference

An object that emits a signal to inform interested parties that the configuration settings have changed. More...

#include <kis_config_notifier.h>

Inheritance diagram for KisConfigNotifier:

List of all members.

Signals

void configChanged (void)

Public Member Functions

void notifyConfigChanged (void)

Static Public Member Functions

static KisConfigNotifierinstance ()

Detailed Description

An object that emits a signal to inform interested parties that the configuration settings have changed.

Definition at line 29 of file kis_config_notifier.h.


Member Function Documentation

void KisConfigNotifier::configChanged ( void   )  [signal]

This signal is emitted whenever notifyConfigChanged() is called.

KisConfigNotifier * KisConfigNotifier::instance (  )  [static]
Returns:
the KisConfigNotifier singleton

Definition at line 33 of file kis_config_notifier.cpp.

void KisConfigNotifier::notifyConfigChanged ( void   ) 

Notify that the configuration has changed.

This will cause the configChanged() signal to be emitted.

Definition at line 39 of file kis_config_notifier.cpp.


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