wxWidgets/docs/latex/wx/dataviewevent.tex
2007-12-16 14:48:13 +00:00

100 lines
2.3 KiB
TeX

\section{\class{wxDataViewEvent}}\label{wxdataviewevent}
wxDataViewEvent - the event class for the wxDataViewCtrl notifications
\wxheading{Derived from}
\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}
\func{}{wxDataViewEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{winid = 0}}
\func{}{wxDataViewEvent}{\param{const wxDataViewEvent\& }{event}}
\membersection{wxDataViewEvent::Clone}\label{wxdatavieweventclone}
\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::GetPosition}\label{wxdatavieweventgetposition}
\constfunc{wxPoint}{GetPosition}{\void}
Returns a the position of a context menu event in screen coordinates.
\membersection{wxDataViewEvent::GetValue}\label{wxdatavieweventgetvalue}
\constfunc{const wxVariant\&}{GetValue}{\void}
Returns a reference to a value.
\membersection{wxDataViewEvent::SetColumn}\label{wxdatavieweventsetcolumn}
\func{void}{SetColumn}{\param{int }{col}}
\membersection{wxDataViewEvent::SetDataViewColumn}\label{wxdatavieweventsetdataviewcolumn}
\func{void}{SetDataViewColumn}{\param{wxDataViewColumn* }{col}}
For wxEVT\_DATAVIEW\_COLUMN\_HEADER\_CLICKED only.
\membersection{wxDataViewEvent::SetModel}\label{wxdatavieweventsetmodel}
\func{void}{SetModel}{\param{wxDataViewModel* }{model}}
\membersection{wxDataViewEvent::SetValue}\label{wxdatavieweventsetvalue}
\func{void}{SetValue}{\param{const wxVariant\& }{value}}