#include <c4d_listview.h>
详细描述
SimpleListView
base class. Mostly internal.
公共成员函数
|
|
GeListView
()
|
virtual
|
~GeListView
()
|
virtual void
|
LvCallBack
(
Int32
&res_type, void *&result, void *secret,
Int32
cmd,
Int32
line,
Int32
col, void *data1)
|
Int
|
LvCallBackLong
(void *secret,
Int32
cmd,
Int32
line,
Int32
col, void *data1)
|
void
|
LvSuperCall
(
Int32
&res_type, void *&result, void *secret,
Int32
cmd,
Int32
line,
Int32
col)
|
void
|
Redraw
(void)
|
void
|
DataChanged
(void)
|
Bool
|
SendParentMessage
(const
BaseContainer
&msg)
|
Int32
|
GetId
(void)
|
Bool
|
ExtractMouseInfo
(void *secret,
MouseDownInfo
&info,
Int32
size)
|
Bool
|
ExtractDrawInfo
(void *secret,
DrawInfo
&info,
Int32
size)
|
Bool
|
AttachListView
(
GeDialog
*
cd
,
Int32
id)
|
void
|
ShowCell
(
Int32
line,
Int32
col)
|
构造函数 & 析构函数文档编制
◆
GeListView()
Constructor.
◆
~GeListView()
Destructor.
成员函数文档编制
◆
LvCallBack()
virtual void LvCallBack
|
(
|
Int32
&
|
res_type
,
|
|
|
void *&
|
result
,
|
|
|
void *
|
secret
,
|
|
|
Int32
|
cmd
,
|
|
|
Int32
|
line
,
|
|
|
Int32
|
col
,
|
|
|
void *
|
data1
|
|
)
|
|
|
|
virtual
|
Internal
.
Reimplemented in
SimpleListView
.
◆
LvCallBackLong()
Internal
.
◆
LvSuperCall()
void LvSuperCall
|
(
|
Int32
&
|
res_type
,
|
|
|
void *&
|
result
,
|
|
|
void *
|
secret
,
|
|
|
Int32
|
cmd
,
|
|
|
Int32
|
line
,
|
|
|
Int32
|
col
|
|
)
|
|
|
Internal
.
◆
Redraw()
Redraws the listview.
◆
DataChanged()
void DataChanged
|
(
|
void
|
|
)
|
|
Forces a recalculation. Called when the list view data has been changed.
◆
SendParentMessage()
Sends a message to the dialog.
-
参数
-
[in]
|
msg
|
The message to send.
|
-
返回
-
true
if the message could be sent, otherwise
false
.