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