#include <preferences.h>
This class represents a color item in the preferences. See Preferences::Integer for mode details.
Definition at line 373 of file preferences.h.
Public Member Functions | |
Color (const QString &sName, const QString &sCategory, const QString &sNameTr, const QString &sCategoryTr, const mudbox::Color &cDefaultValue, bool bVisible=true) | |
operator mudbox::Color (void) const | |
Public Attributes | |
acolor * | m_pAttribute |
Color | ( | const QString & | sName, |
const QString & | sCategory, | ||
const QString & | sNameTr, | ||
const QString & | sCategoryTr, | ||
const mudbox::Color & | cDefaultValue, | ||
bool | bVisible = true |
||
) |
operator mudbox::Color | ( | void | ) | const |
acolor* m_pAttribute |
Definition at line 378 of file preferences.h.