]>
Commit | Line | Data |
---|---|---|
b6b9d556 RR |
1 | |
2 | \section{\class{wxDataViewEvent}}\label{wxdataviewevent} | |
3 | ||
4 | ||
5 | wxDataViewEvent - the event class for the wxDataViewCtrl notifications | |
6 | ||
7 | ||
8 | \wxheading{Derived from} | |
9 | ||
10 | \helpref{wxNotifyEvent}{wxnotifyevent} | |
11 | ||
12 | \wxheading{Include files} | |
13 | ||
14 | <wx/dataview.h> | |
15 | ||
16 | ||
17 | \membersection{wxDataViewEvent::wxDataViewEvent}\label{wxdatavieweventwxdataviewevent} | |
18 | ||
19 | \func{}{wxDataViewEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{winid = 0}} | |
20 | ||
21 | ||
22 | \func{}{wxDataViewEvent}{\param{const wxDataViewEvent\& }{event}} | |
23 | ||
24 | ||
25 | \membersection{wxDataViewEvent::Clone}\label{wxdatavieweventclone} | |
26 | ||
27 | \constfunc{wxEvent*}{Clone}{\void} | |
28 | ||
29 | ||
30 | \membersection{wxDataViewEvent::GetColumn}\label{wxdatavieweventgetcolumn} | |
31 | ||
32 | \constfunc{int}{GetColumn}{\void} | |
33 | ||
34 | ||
35 | \membersection{wxDataViewEvent::GetDataViewColumn}\label{wxdatavieweventgetdataviewcolumn} | |
36 | ||
37 | \func{wxDataViewColumn*}{GetDataViewColumn}{\void} | |
38 | ||
39 | ||
40 | \membersection{wxDataViewEvent::GetModel}\label{wxdatavieweventgetmodel} | |
41 | ||
42 | \constfunc{wxDataViewModel*}{GetModel}{\void} | |
43 | ||
44 | ||
45 | \membersection{wxDataViewEvent::GetRow}\label{wxdatavieweventgetrow} | |
46 | ||
47 | \constfunc{int}{GetRow}{\void} | |
48 | ||
49 | ||
50 | \membersection{wxDataViewEvent::GetValue}\label{wxdatavieweventgetvalue} | |
51 | ||
52 | \constfunc{const wxVariant\&}{GetValue}{\void} | |
53 | ||
54 | ||
55 | \membersection{wxDataViewEvent::IsEditCancelled}\label{wxdatavieweventiseditcancelled} | |
56 | ||
57 | \constfunc{bool}{IsEditCancelled}{\void} | |
58 | ||
59 | Was cell editing canceled? For wxEVT\_COMMAND\_DATAVIEW\_END\_CELL\_EDIT only. | |
60 | ||
61 | ||
62 | \membersection{wxDataViewEvent::SetColumn}\label{wxdatavieweventsetcolumn} | |
63 | ||
64 | \func{void}{SetColumn}{\param{int }{col}} | |
65 | ||
66 | ||
67 | \membersection{wxDataViewEvent::SetDataViewColumn}\label{wxdatavieweventsetdataviewcolumn} | |
68 | ||
69 | \func{void}{SetDataViewColumn}{\param{wxDataViewColumn* }{col}} | |
70 | ||
71 | For wxEVT\_DATAVIEW\_COLUMN\_HEADER\_CLICKED only. | |
72 | ||
73 | ||
74 | \membersection{wxDataViewEvent::SetEditCanceled}\label{wxdatavieweventseteditcanceled} | |
75 | ||
76 | \func{void}{SetEditCanceled}{\param{bool }{editCancelled}} | |
77 | ||
78 | ||
79 | \membersection{wxDataViewEvent::SetModel}\label{wxdatavieweventsetmodel} | |
80 | ||
81 | \func{void}{SetModel}{\param{wxDataViewModel* }{model}} | |
82 | ||
83 | ||
84 | \membersection{wxDataViewEvent::SetRow}\label{wxdatavieweventsetrow} | |
85 | ||
86 | \func{void}{SetRow}{\param{int }{row}} | |
87 | ||
88 | ||
89 | \membersection{wxDataViewEvent::SetValue}\label{wxdatavieweventsetvalue} | |
90 | ||
91 | \func{void}{SetValue}{\param{const wxVariant\& }{value}} | |
92 |