X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6b9d5562cd4aaa36211831c1875366a4dface18..d5706f3ee8a83947a639ff44a21df29c97b72682:/docs/latex/wx/dataviewevent.tex diff --git a/docs/latex/wx/dataviewevent.tex b/docs/latex/wx/dataviewevent.tex index 38974eacf5..49092a6970 100644 --- a/docs/latex/wx/dataviewevent.tex +++ b/docs/latex/wx/dataviewevent.tex @@ -7,12 +7,21 @@ wxDataViewEvent - the event class for the wxDataViewCtrl notifications \wxheading{Derived from} -\helpref{wxNotifyEvent}{wxnotifyevent} +\helpref{wxNotifyEvent}{wxnotifyevent}\\ +\helpref{wxCommandEvent}{wxcommandevent}\\ +\helpref{wxEvent}{wxevent}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxAdv}{librarieslist} + + +\latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxDataViewEvent::wxDataViewEvent}\label{wxdatavieweventwxdataviewevent} @@ -26,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} @@ -71,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}