#include <dialog.hxx>
Public Member Functions | |
SmCategoryDesc (const ResId &rResId, USHORT nCategoryIdx) | |
~SmCategoryDesc () | |
const XubString & | GetName () const |
const XubString * | GetString (USHORT Index) const |
USHORT | GetMinimum (USHORT Index) |
USHORT | GetMaximum (USHORT Index) |
USHORT | GetValue (USHORT Index) const |
void | SetValue (USHORT Index, USHORT nVal) |
void | SetHighContrast (BOOL bVal) |
const Bitmap * | GetGraphic (USHORT Index) const |
Private Attributes | |
XubString | Name |
XubString * | Strings [4] |
Bitmap * | Graphics [4] |
Bitmap * | GraphicsH [4] |
USHORT | Minimum [4] |
USHORT | Maximum [4] |
USHORT | Value [4] |
BOOL | bIsHighContrast |
Definition at line 248 of file dialog.hxx.
SmCategoryDesc::SmCategoryDesc | ( | const ResId & | rResId, | |
USHORT | nCategoryIdx | |||
) |
Definition at line 717 of file dialog.cxx.
References Graphics, GraphicsH, Maximum, Minimum, Name, pMinMaxData, Strings, and Value.
SmCategoryDesc::~SmCategoryDesc | ( | ) |
const XubString& SmCategoryDesc::GetName | ( | ) | const [inline] |
const XubString* SmCategoryDesc::GetString | ( | USHORT | Index | ) | const [inline] |
Definition at line 264 of file dialog.hxx.
References Strings.
Referenced by SmDistanceDialog::SetCategory().
USHORT SmCategoryDesc::GetMinimum | ( | USHORT | Index | ) | [inline] |
Definition at line 265 of file dialog.hxx.
References Minimum.
Referenced by SmDistanceDialog::SetCategory().
USHORT SmCategoryDesc::GetMaximum | ( | USHORT | Index | ) | [inline] |
Definition at line 266 of file dialog.hxx.
References Maximum.
Referenced by SmDistanceDialog::SetCategory().
USHORT SmCategoryDesc::GetValue | ( | USHORT | Index | ) | const [inline] |
Definition at line 267 of file dialog.hxx.
References Value.
Referenced by SmDistanceDialog::SetCategory().
void SmCategoryDesc::SetValue | ( | USHORT | Index, | |
USHORT | nVal | |||
) | [inline] |
Definition at line 268 of file dialog.hxx.
References Value.
Referenced by SmDistanceDialog::ReadFrom(), and SmDistanceDialog::SetCategory().
void SmCategoryDesc::SetHighContrast | ( | BOOL | bVal | ) | [inline] |
Definition at line 270 of file dialog.hxx.
References bIsHighContrast.
Referenced by SmDistanceDialog::ApplyImages().
const Bitmap* SmCategoryDesc::GetGraphic | ( | USHORT | Index | ) | const [inline] |
XubString SmCategoryDesc::Name [private] |
XubString* SmCategoryDesc::Strings[4] [private] |
Definition at line 251 of file dialog.hxx.
Referenced by GetString(), SmCategoryDesc(), and ~SmCategoryDesc().
Bitmap* SmCategoryDesc::Graphics[4] [private] |
Definition at line 252 of file dialog.hxx.
Referenced by GetGraphic(), SmCategoryDesc(), and ~SmCategoryDesc().
Bitmap* SmCategoryDesc::GraphicsH[4] [private] |
Definition at line 253 of file dialog.hxx.
Referenced by GetGraphic(), SmCategoryDesc(), and ~SmCategoryDesc().
USHORT SmCategoryDesc::Minimum[4] [private] |
USHORT SmCategoryDesc::Maximum[4] [private] |
USHORT SmCategoryDesc::Value[4] [private] |
Definition at line 256 of file dialog.hxx.
Referenced by GetValue(), SetValue(), and SmCategoryDesc().
BOOL SmCategoryDesc::bIsHighContrast [private] |