#include <GrpColorDlg.h>
Collaboration diagram for GrpColorDlg:
Public Slots | |
void | update () |
Signals | |
void | changed (int gind) |
void | visibilityChanged (bool showen) |
Public Member Functions | |
GrpColorDlg (QWidget *parent, CubeDoc *doc) | |
virtual | ~GrpColorDlg () |
Protected Member Functions | |
virtual void | hideEvent (QHideEvent *event) |
virtual void | showEvent (QShowEvent *event) |
Private Slots | |
void | foreRChanged (int v) |
void | foreGChanged (int v) |
void | foreBChanged (int v) |
void | backRChanged (int v) |
void | backGChanged (int v) |
void | backBChanged (int v) |
void | foreRTChanged (const QString &t) |
void | foreGTChanged (const QString &t) |
void | foreBTChanged (const QString &t) |
void | backRTChanged (const QString &t) |
void | backGTChanged (const QString &t) |
void | backBTChanged (const QString &t) |
void | reset () |
void | switchC () |
void | copy () |
Private Member Functions | |
void | blockSignals (bool block) |
Private Attributes | |
Ui::GrpColor | ui |
CubeDoc * | m_doc |
PicGroupDef * | m_grp |
int | m_gind |
it is used for the purpose of tweaking the colors of textures of a certain piece group.
GrpColorDlg::GrpColorDlg | ( | QWidget * | parent, | |
CubeDoc * | doc | |||
) |
virtual GrpColorDlg::~GrpColorDlg | ( | ) | [inline, virtual] |
void GrpColorDlg::blockSignals | ( | bool | block | ) | [private] |
void GrpColorDlg::changed | ( | int | gind | ) | [signal] |
void GrpColorDlg::visibilityChanged | ( | bool | showen | ) | [signal] |
void GrpColorDlg::update | ( | ) | [slot] |
void GrpColorDlg::foreRChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::foreGChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::foreBChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::backRChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::backGChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::backBChanged | ( | int | v | ) | [private, slot] |
void GrpColorDlg::foreRTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::foreGTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::foreBTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::backRTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::backGTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::backBTChanged | ( | const QString & | t | ) | [inline, private, slot] |
void GrpColorDlg::reset | ( | ) | [private, slot] |
void GrpColorDlg::switchC | ( | ) | [private, slot] |
void GrpColorDlg::copy | ( | ) | [private, slot] |
virtual void GrpColorDlg::hideEvent | ( | QHideEvent * | event | ) | [inline, protected, virtual] |
virtual void GrpColorDlg::showEvent | ( | QShowEvent * | event | ) | [inline, protected, virtual] |
Ui::GrpColor GrpColorDlg::ui [private] |
CubeDoc* GrpColorDlg::m_doc [private] |
PicGroupDef* GrpColorDlg::m_grp [private] |
int GrpColorDlg::m_gind [private] |