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

#include <kis_color_history.h>

+ Inheritance diagram for KisColorHistoryNotifier:

Signals

void colorHistoryChanged (const QList< KoColor > &history)
 

Public Member Functions

void notifyColorHistoryChanged (const QList< KoColor > &history)
 

Detailed Description

Definition at line 52 of file kis_color_history.h.

Member Function Documentation

◆ colorHistoryChanged

void KisColorHistoryNotifier::colorHistoryChanged ( const QList< KoColor > & history)
signal

◆ notifyColorHistoryChanged()

void KisColorHistoryNotifier::notifyColorHistoryChanged ( const QList< KoColor > & history)

Definition at line 141 of file kis_color_history.cpp.

142{
143 Q_EMIT colorHistoryChanged(history);
144}
void colorHistoryChanged(const QList< KoColor > &history)

References colorHistoryChanged().


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