#include <PropertyGrid.h>
|
| | rvPropertyGrid () |
| |
| bool | Create (HWND parent, int id, int style=0) |
| |
| void | Move (int x, int y, int w, int h, BOOL redraw=FALSE) |
| |
| bool | ReflectMessage (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| |
| int | AddItem (const char *name, const char *value, EItemType type=PGIT_STRING) |
| |
| void | RemoveItem (int index) |
| |
| void | RemoveAllItems (void) |
| |
| void | SetCurSel (int index) |
| |
| int | GetCurSel (void) |
| |
| HWND | GetWindow (void) |
| |
| const char * | GetItemName (int index) |
| |
| const char * | GetItemValue (int index) |
| |
Definition at line 46 of file PropertyGrid.h.
| Enumerator |
|---|
| PGIT_STRING |
|
| PGIT_HEADER |
|
| PGIT_MAX |
|
Definition at line 50 of file PropertyGrid.h.
| Enumerator |
|---|
| STATE_FINISHEDIT |
|
| STATE_EDIT |
|
| STATE_NORMAL |
|
Definition at line 79 of file PropertyGrid.h.
| rvPropertyGrid::rvPropertyGrid |
( |
void |
| ) |
|
| void rvPropertyGrid::CancelEdit |
( |
void |
| ) |
|
|
protected |
| bool rvPropertyGrid::Create |
( |
HWND |
parent, |
|
|
int |
id, |
|
|
int |
style = 0 |
|
) |
| |
| void rvPropertyGrid::FinishEdit |
( |
void |
| ) |
|
|
protected |
| int rvPropertyGrid::GetCurSel |
( |
void |
| ) |
|
|
inline |
| const char * rvPropertyGrid::GetItemName |
( |
int |
index | ) |
|
| const char * rvPropertyGrid::GetItemValue |
( |
int |
index | ) |
|
| HWND rvPropertyGrid::GetWindow |
( |
void |
| ) |
|
|
inline |
| int rvPropertyGrid::HandleDrawItem |
( |
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
protected |
| bool rvPropertyGrid::ReflectMessage |
( |
HWND |
hWnd, |
|
|
UINT |
msg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
| void rvPropertyGrid::RemoveAllItems |
( |
void |
| ) |
|
| void rvPropertyGrid::RemoveItem |
( |
int |
index | ) |
|
| void rvPropertyGrid::SetCurSel |
( |
int |
index | ) |
|
|
inline |
| void rvPropertyGrid::StartEdit |
( |
int |
item, |
|
|
bool |
label |
|
) |
| |
|
protected |
| LRESULT CALLBACK rvPropertyGrid::WndProc |
( |
HWND |
hWnd, |
|
|
UINT |
msg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
staticprivate |
| HWND rvPropertyGrid::mEdit |
|
protected |
| int rvPropertyGrid::mEditItem |
|
protected |
| bool rvPropertyGrid::mEditLabel |
|
protected |
| WNDPROC rvPropertyGrid::mListWndProc |
|
protected |
| int rvPropertyGrid::mSelectedItem |
|
protected |
| int rvPropertyGrid::mSplitter |
|
protected |
| int rvPropertyGrid::mStyle |
|
protected |
| HWND rvPropertyGrid::mWindow |
|
protected |
The documentation for this class was generated from the following files: