Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
lhaz
src
gui
lhazlistview.h
[詳解]
1
/*==========================================================================*/
2
/* Lhaz Listview chitora48@gmail.com */
3
/*==========================================================================*/
4
#pragma once
5
6
#include <windows.h>
7
#include <commctrl.h>
8
#include "mylistview.h"
9
10
11
namespace
gui
{
12
13
14
class
LHAZLISTVIEW
:
public
MYLISTVIEW {
15
public
:
16
LHAZLISTVIEW
(DWORD dwStyle, HINSTANCE hins, HWND parent,
int
x,
int
y,
int
width,
int
height,
int
id
);
17
‾LHAZLISTVIEW
(
void
);
18
19
private
:
20
static
LRESULT CALLBACK
LVSubProc
(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
21
22
};
23
24
25
}
// namespace gui
gui::LHAZLISTVIEW
Definition
lhazlistview.h:14
gui::LHAZLISTVIEW::LVSubProc
static LRESULT CALLBACK LVSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition
lhazlistview.cpp:54
gui::LHAZLISTVIEW::‾LHAZLISTVIEW
‾LHAZLISTVIEW(void)
Definition
lhazlistview.cpp:45
gui
Definition
lhazbz2.h:17
2025年05月04日(日) 06時25分05秒作成 - Lhaz / 構成:
1.9.8