Preferences::Bool Class Reference

Preferences::Bool Class Reference

#include <preferences.h>

Class Description

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

aboolm_pAttribute
 

Constructor & Destructor Documentation

Bool ( const QString sName,
const QString sCategory,
const QString sNameTr,
const QString sCategoryTr,
bool  bDefaultValue,
bool  bVisible = true 
)

Member Function Documentation

operator bool ( void  ) const

Member Data Documentation

abool* m_pAttribute

Definition at line 354 of file preferences.h.


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