]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dataviewevent.tex
Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).
[wxWidgets.git] / docs / latex / wx / dataviewevent.tex
index 38974eacf5ae69ed53ae007fdadfa054e86bbf81..49092a6970185e1edf0ce78c315e3c9a932bec52 100644 (file)
@@ -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}
 
 <wx/dataview.h>
 
+\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}