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