#include <preferences.h>
This class is a simple boolean preference, appears as a checkbox. See Preferences::Integer for details.
Definition at line 349 of file preferences.h.
Public Member Functions | |
Bool (const QString &sName, const QString &sCategory, const QString &sNameTr, const QString &sCategoryTr, bool bDefaultValue, bool bVisible=true) | |
operator bool (void) const | |
Public Attributes | |
abool * | m_pAttribute |
Bool | ( | const QString & | sName, |
const QString & | sCategory, | ||
const QString & | sNameTr, | ||
const QString & | sCategoryTr, | ||
bool | bDefaultValue, | ||
bool | bVisible = true |
||
) |
operator bool | ( | void | ) | const |
abool* m_pAttribute |
Definition at line 354 of file preferences.h.