Lhaz
|
#include <lhazgrep.h>
公開メンバ関数 | |
LHAZEDIT (HWND parent, const WSTR &grepstr, LHAZ *lhaz) | |
‾LHAZEDIT (void) | |
void | AddString (const WSTR &str) |
非公開メンバ関数 | |
bool | Init (void) |
bool | MakeFont (void) |
void | ExecViewer (void) |
静的非公開メンバ関数 | |
static LRESULT CALLBACK | WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
非公開変数類 | |
LHAZ * | Lhaz |
HWND | Hwnd |
HWND | List |
int | Extent |
静的非公開変数類 | |
static const TCHAR | LHAZEDITCLS [] = _T("LHAZEDITCLASS") |
static bool | Initialized = false |
static HFONT | HFont = NULL |
static int | ObjCnt = 0 |
LHAZEDIT::LHAZEDIT | ( | HWND | parent, |
const WSTR & | grepstr, | ||
LHAZ * | lhaz | ||
) |
¥brief grep結果ウィンドウのコンストラクタ
LHAZEDIT::‾LHAZEDIT | ( | void | ) |
¥brief grep結果ウィンドウのデストラクタ
void LHAZEDIT::AddString | ( | const WSTR & | str | ) |
¥brief 文字列追加
|
private |
¥brief ビューワ実行
|
private |
¥brief 初期化
|
private |
¥brief フォントを作成する
|
staticprivate |
¥brief WndProc
|
private |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
private |
|
staticprivate |