Scope
scope::gui::CStorageSettingsPage Class Reference

#include <StorageSettingsPage.h>

Inherits CPropertyPageImpl< CStorageSettingsPage >.

Public Types

enum  { IDD = IDD_STORAGE_PROPPAGE }
 

Public Member Functions

Called via Win32 messages
BOOL OnInitDialog (CWindow wndFocus, LPARAM lInitParam)
 
LRESULT OnFolderButton (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
 

Protected Attributes

scope::ScopeController scope_controller
 
CScopeCheckBoxCtrl autosave_checkbox
 
CScopeCheckBoxCtrl savelive_checkbox
 
CScopeCheckBoxCtrl usetifftags_checkbox
 
CScopeCheckBoxCtrl compresstiff_checkbox
 
CScopeEditCtrl< std::wstring > folder_edit
 

Detailed Description

Property page for storage related options.

Definition at line 12 of file StorageSettingsPage.h.

Member Function Documentation

BOOL scope::gui::CStorageSettingsPage::OnInitDialog ( CWindow  wndFocus,
LPARAM  lInitParam 
)

Handles dialog initialization.

Definition at line 15 of file StorageSettingsPage.cpp.

LRESULT scope::gui::CStorageSettingsPage::OnFolderButton ( WORD  wNotifyCode,
WORD  wID,
HWND  hWndCtl,
BOOL &  bHandled 
)

Opens dialog for folder choosing.

Definition at line 26 of file StorageSettingsPage.cpp.

Member Data Documentation

scope::ScopeController scope::gui::CStorageSettingsPage::scope_controller
protected

scope controller

Definition at line 17 of file StorageSettingsPage.h.

CScopeCheckBoxCtrl scope::gui::CStorageSettingsPage::autosave_checkbox
protected

Checkbox for automatic save option.

Definition at line 20 of file StorageSettingsPage.h.

CScopeCheckBoxCtrl scope::gui::CStorageSettingsPage::savelive_checkbox
protected

Checkbox for save live option.

Definition at line 23 of file StorageSettingsPage.h.

CScopeCheckBoxCtrl scope::gui::CStorageSettingsPage::usetifftags_checkbox
protected

Checkbox for use tiff tags option.

Definition at line 26 of file StorageSettingsPage.h.

CScopeCheckBoxCtrl scope::gui::CStorageSettingsPage::compresstiff_checkbox
protected

Checkbox for compress tiff option.

Definition at line 29 of file StorageSettingsPage.h.

CScopeEditCtrl<std::wstring> scope::gui::CStorageSettingsPage::folder_edit
protected

Edit control for storage folder.

Definition at line 32 of file StorageSettingsPage.h.


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