Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F527299
OptionsGui.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
826 B
Subscribers
None
OptionsGui.h
View Options
#pragma once
#include
"MainGui.h"
class
ConfigObject
;
class
OptionsGui
{
public
:
static
HWND
hWndDlg
;
static
INT_PTR
initOptionsDialog
(
HINSTANCE
hInstance
,
HWND
hWndParent
);
private
:
static
LRESULT
CALLBACK
optionsDlgProc
(
HWND
hWnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
);
static
void
saveOptions
();
static
void
loadOptions
();
static
void
setCheckBox
(
int
nIDDlgItem
,
bool
bValue
);
static
void
displayConfigInDlg
(
ConfigObject
&
config
);
static
void
setEditControl
(
int
nIDDlgItem
,
const
WCHAR
*
valueString
);
static
void
getConfigOptionsFromDlg
(
ConfigObject
&
config
);
static
bool
getEditControl
(
int
nIDDlgItem
,
WCHAR
*
valueString
);
static
void
getCheckBox
(
int
dialogItemValue
,
DWORD_PTR
*
valueNumeric
);
static
void
getEditControlNumeric
(
int
nIDDlgItem
,
DWORD_PTR
*
valueNumeric
,
int
nBase
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jan 7, 1:51 PM (8 h, 4 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6f/ee/30ff779cc36fe2f1f033121c60db
Attached To
rSCY Scylla
Event Timeline
Log In to Comment