CTreeSettingsGeneric Class Reference

#include <TreeSettingsGeneric.h>

Inheritance diagram for CTreeSettingsGeneric:

Inheritance graph
[legend]
Collaboration diagram for CTreeSettingsGeneric:

Collaboration graph
[legend]
List of all members.

Public Types

enum  { IDD = IDD_TREESETTINGS_GENERIC }

Public Member Functions

 CTreeSettingsGeneric (CString name, SETTING *settings, long count)
 CTreeSettingsGeneric (CString name, SETTING **psettings, long count)
 CTreeSettingsGeneric (CString name, vector< CSimpleSetting * > settings)

Public Attributes

CComboBox m_Combo
CButton m_CheckBox
CSpinButtonCtrl m_Spin
CSliderCtrl m_Slider
CEdit m_Edit
CEdit m_EditString
CButton m_DefaultButton
CHSListBox m_ListBox
CButton m_CheckGlobal
CButton m_CheckGlobalBox
CButton m_CheckSourceBox
CButton m_CheckVideoInputBox
CButton m_CheckAudioInputBox
CButton m_CheckVideoFormatBox
CButton m_CheckChannelBox
CStatic m_SavePerInfoBox
CStatic m_TopGroupBox

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
virtual BOOL OnInitDialog ()
afx_msg void OnSelchangeList ()
afx_msg void OnChangeEdit ()
afx_msg void OnChangeEditString ()
afx_msg void OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar)
afx_msg void OnSettingsDefault ()
afx_msg void OnCheckClick ()
afx_msg void OnSelchangeChoosefromlist ()
afx_msg void OnDeltaposSettingsSpin (NMHDR *pNMHDR, LRESULT *pResult)
afx_msg void OnCheckGlobalClick ()
afx_msg void OnCheckSourceClick ()
afx_msg void OnCheckVideoInputClick ()
afx_msg void OnCheckAudioInputClick ()
afx_msg void OnCheckVideoFormatClick ()
afx_msg void OnCheckChannelClick ()
afx_msg void OnSize (UINT nType, int cx, int cy)
void OnOK ()

Detailed Description

Generic settings page for tree based settings dialog. This dialog is almost the same as CSettingsDlg but is modified to work as a page is CTreeSettingsDlg

See also:
CHSListBox

CTreeSettingsDlg


Constructor & Destructor Documentation

CTreeSettingsGeneric::CTreeSettingsGeneric CString  name,
SETTING *  settings,
long  count
 

Parameters:
name name used in the tree
settings pointer to array of SETTING
count size of settings array

CTreeSettingsGeneric::CTreeSettingsGeneric CString  name,
SETTING **  psettings,
long  count
 

Parameters:
name name used in the tree
psettings pointer to array of SETTING pointers
count size of settings array

CTreeSettingsGeneric::CTreeSettingsGeneric CString  name,
vector< CSimpleSetting * >  settings
 

Parameters:
name name used in the tree


The documentation for this class was generated from the following files:
Generated on Mon Oct 27 09:54:59 2003 for DScaler by doxygen 1.3.4