X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7376079d095725be0fd5b1a105cbfecafc8b3576..5e6ce06a0d6c2a21ede24343fb9541f4101af582:/docs/latex/wx/dataviewevent.tex diff --git a/docs/latex/wx/dataviewevent.tex b/docs/latex/wx/dataviewevent.tex index d0c9443b33..49092a6970 100644 --- a/docs/latex/wx/dataviewevent.tex +++ b/docs/latex/wx/dataviewevent.tex @@ -21,6 +21,8 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications \helpref{wxAdv}{librarieslist} +\latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxDataViewEvent::wxDataViewEvent}\label{wxdatavieweventwxdataviewevent} \func{}{wxDataViewEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{winid = 0}} @@ -33,37 +35,44 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications \constfunc{wxEvent*}{Clone}{\void} +Used to clone the event. + \membersection{wxDataViewEvent::GetColumn}\label{wxdatavieweventgetcolumn} \constfunc{int}{GetColumn}{\void} +Returns the position of the column in the control or -1 +if no column field was set by the event emitter. + \membersection{wxDataViewEvent::GetDataViewColumn}\label{wxdatavieweventgetdataviewcolumn} \func{wxDataViewColumn*}{GetDataViewColumn}{\void} +Returns a pointer to the wxDataViewColumn from which +the event was emitted or NULL. + \membersection{wxDataViewEvent::GetModel}\label{wxdatavieweventgetmodel} \constfunc{wxDataViewModel*}{GetModel}{\void} +Returns the wxDataViewModel associated with the event. -\membersection{wxDataViewEvent::GetRow}\label{wxdatavieweventgetrow} -\constfunc{int}{GetRow}{\void} +\membersection{wxDataViewEvent::GetPosition}\label{wxdatavieweventgetposition} +\constfunc{wxPoint}{GetPosition}{\void} -\membersection{wxDataViewEvent::GetValue}\label{wxdatavieweventgetvalue} - -\constfunc{const wxVariant\&}{GetValue}{\void} +Returns a the position of a context menu event in screen coordinates. -\membersection{wxDataViewEvent::IsEditCancelled}\label{wxdatavieweventiseditcancelled} +\membersection{wxDataViewEvent::GetValue}\label{wxdatavieweventgetvalue} -\constfunc{bool}{IsEditCancelled}{\void} +\constfunc{const wxVariant\&}{GetValue}{\void} -Was cell editing canceled? For wxEVT\_COMMAND\_DATAVIEW\_END\_CELL\_EDIT only. +Returns a reference to a value. \membersection{wxDataViewEvent::SetColumn}\label{wxdatavieweventsetcolumn} @@ -78,20 +87,11 @@ Was cell editing canceled? For wxEVT\_COMMAND\_DATAVIEW\_END\_CELL\_EDIT only. For wxEVT\_DATAVIEW\_COLUMN\_HEADER\_CLICKED only. -\membersection{wxDataViewEvent::SetEditCanceled}\label{wxdatavieweventseteditcanceled} - -\func{void}{SetEditCanceled}{\param{bool }{editCancelled}} - - \membersection{wxDataViewEvent::SetModel}\label{wxdatavieweventsetmodel} \func{void}{SetModel}{\param{wxDataViewModel* }{model}} -\membersection{wxDataViewEvent::SetRow}\label{wxdatavieweventsetrow} - -\func{void}{SetRow}{\param{int }{row}} - \membersection{wxDataViewEvent::SetValue}\label{wxdatavieweventsetvalue}