class QucView : public QucHTMLFormAnalyser an HTML form creator and analyser
| | become ( const QucView& aRef ) |
| | getParameter ( const RWCString& aName ) |
| | operator= ( const QucView& aRef ) |
| | parseChar ( const RWCString& aName, RWCString& aValue ) |
| | parseCheckBox ( const RWCString& aName, CorBool& aFlag ) |
| | parseDouble ( const RWCString& aName, double& aValue ) |
| | parseInt ( const RWCString& aName, int& aValue ) |
| | parseRadioB ( const RWCString& aName, RWCString& aValue ) |
| | QucView ( const QucView& aRef ) |
| | QucView ( RWCString aName = "View" ) |
| | setParameter ( const RWCString& aName, const DfcValue& aValue ) |
| | setParameter ( const DfcParameter& aParameter ) |
| | ~QucView () |
| | Purpose The d'tor |
| | $Id: QucView |
an HTML form creator and analyser
SYNOPSIS
#include <QucView.h>
QucView myObject;
DESCRIPTION
This class can create and analyse a form. The form can contain several
parameters which can be queried and modified.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
QucHTMLFormAnalyser
QucView( RWCString aName = "View" )
QucView( const QucView& aRef )
QucView& operator=( const QucView& aRef )
virtual ~QucView()
The d'tor
void setParameter( const DfcParameter& aParameter )
void setParameter( const RWCString& aName, const DfcValue& aValue )
const DfcParameter* getParameter( const RWCString& aName )
virtual QucHTMLEvaluation parseCheckBox( const RWCString& aName, CorBool& aFlag )
virtual QucHTMLEvaluation parseRadioB( const RWCString& aName, RWCString& aValue )
virtual QucHTMLEvaluation parseChar( const RWCString& aName, RWCString& aValue )
virtual QucHTMLEvaluation parseDouble( const RWCString& aName, double& aValue )
virtual QucHTMLEvaluation parseInt( const RWCString& aName, int& aValue )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de