X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/200fed6cdf9560246565124e94846c3f2bddf2a4..a5f1fd3e33d25740ad47e4755868c74a58c0f9eb:/docs/latex/wx/propforv.tex diff --git a/docs/latex/wx/propforv.tex b/docs/latex/wx/propforv.tex index e8fb7834d1..0a72305a4a 100644 --- a/docs/latex/wx/propforv.tex +++ b/docs/latex/wx/propforv.tex @@ -1,10 +1,14 @@ \section{\class{wxPropertyFormValidator}}\label{wxpropertyformvalidator} -\overview{wxPropertyFormValidator overview}{wxpropertyformvalidatoroverview} - The {\bf wxPropertyFormValidator} class defines a base class for form validators. By overriding virtual functions, the programmer can create custom behaviour for kinds of property. +\wxheading{See also} + +\helpref{wxPropertyFormValidator overview}{wxpropertyformvalidatoroverview} + +\latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxPropertyFormValidator::wxPropertyFormValidator} \func{void}{wxPropertyFormValidator}{\param{long}{ flags = 0}} @@ -19,7 +23,7 @@ Destructor. \membersection{wxPropertyFormValidator::OnCommand} -\func{Bool}{OnCommand}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, +\func{bool}{OnCommand}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, \param{wxWindow *}{parentWindow}, \param{wxCommandEvent\& }{event}} Called when the control corresponding to the property receives a command (if not intercepted @@ -27,7 +31,7 @@ by a callback associated with the actual control). \membersection{wxPropertyFormValidator::OnCheckValue} -\func{Bool}{OnCheckValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, +\func{bool}{OnCheckValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, \param{wxWindow *}{parentWindow}} Called when the view checks the property value. The value checked by this validator should be taken from the @@ -35,23 +39,22 @@ panel item corresponding to the property. \membersection{wxPropertyFormValidator::OnDisplayValue} -\func{Bool}{OnDisplayValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, +\func{bool}{OnDisplayValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, \param{wxWindow *}{parentWindow}} Should display the property value in the appropriate control. \membersection{wxPropertyFormValidator::OnDoubleClick} -\func{Bool}{OnDoubleClick}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, +\func{bool}{OnDoubleClick}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, \param{wxWindow *}{parentWindow}} Called when the control corresponding to the property is double clicked (listboxes only). \membersection{wxPropertyFormValidator::OnRetrieveValue} -\func{Bool}{OnRetrieveValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, +\func{bool}{OnRetrieveValue}{\param{wxProperty *}{property}, \param{wxPropertyFormView *}{view}, \param{wxWindow *}{parentWindow}} Should do the transfer from the property editing area to the property itself. -