YATISH
Yet Another TIme SHeet
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
yatishSettings Class Reference

#include <yatishSettings.h>

Inheritance diagram for yatishSettings:
Inheritance graph
[legend]
Collaboration diagram for yatishSettings:
Collaboration graph
[legend]

Public Member Functions

 yatishSettings ()
 
 ~yatishSettings ()
 
void Set (Settings &)
 
void Get (Settings &)
 

Private Member Functions

void OnCheckBoxLimitClick (wxCommandEvent &event)
 

Private Attributes

wxCheckBox * checkBoxLog
 
wxCheckBox * checkBoxLimit
 
wxChoice * choiceLib
 
wxSpinCtrl * spinCtrlLimit
 
bool log2text
 
bool limitRow
 
int rowLimit
 
int lib
 

Static Private Attributes

static const long idCheckBoxLog = wxNewId()
 
static const long idCheckBoxLimit = wxNewId()
 
static const long idSpinCtrlLimit = wxNewId()
 
static const long idChoiceLib = wxNewId()
 

Detailed Description

Definition at line 34 of file yatishSettings.h.

Constructor & Destructor Documentation

◆ yatishSettings()

yatishSettings::yatishSettings ( )

Definition at line 46 of file yatishSettings.cpp.

◆ ~yatishSettings()

yatishSettings::~yatishSettings ( )

Definition at line 97 of file yatishSettings.cpp.

Member Function Documentation

◆ Get()

void yatishSettings::Get ( Settings s)

Definition at line 110 of file yatishSettings.cpp.

◆ OnCheckBoxLimitClick()

void yatishSettings::OnCheckBoxLimitClick ( wxCommandEvent &  event)
private

Definition at line 117 of file yatishSettings.cpp.

◆ Set()

void yatishSettings::Set ( Settings s)

Definition at line 102 of file yatishSettings.cpp.

Member Data Documentation

◆ checkBoxLimit

wxCheckBox* yatishSettings::checkBoxLimit
private

Definition at line 49 of file yatishSettings.h.

◆ checkBoxLog

wxCheckBox* yatishSettings::checkBoxLog
private

Definition at line 48 of file yatishSettings.h.

◆ choiceLib

wxChoice* yatishSettings::choiceLib
private

Definition at line 50 of file yatishSettings.h.

◆ idCheckBoxLimit

const long yatishSettings::idCheckBoxLimit = wxNewId()
staticprivate

Definition at line 43 of file yatishSettings.h.

◆ idCheckBoxLog

const long yatishSettings::idCheckBoxLog = wxNewId()
staticprivate

Definition at line 42 of file yatishSettings.h.

◆ idChoiceLib

const long yatishSettings::idChoiceLib = wxNewId()
staticprivate

Definition at line 45 of file yatishSettings.h.

◆ idSpinCtrlLimit

const long yatishSettings::idSpinCtrlLimit = wxNewId()
staticprivate

Definition at line 44 of file yatishSettings.h.

◆ lib

int yatishSettings::lib
private

Definition at line 54 of file yatishSettings.h.

◆ limitRow

bool yatishSettings::limitRow
private

Definition at line 53 of file yatishSettings.h.

◆ log2text

bool yatishSettings::log2text
private

Definition at line 53 of file yatishSettings.h.

◆ rowLimit

int yatishSettings::rowLimit
private

Definition at line 54 of file yatishSettings.h.

◆ spinCtrlLimit

wxSpinCtrl* yatishSettings::spinCtrlLimit
private

Definition at line 51 of file yatishSettings.h.


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