class QucView : public QucHTMLFormAnalyser

an HTML form creator and analyser

Inheritance:


Public Methods

void become ( const QucView& aRef )
const DfcParameter* getParameter ( const RWCString& aName )
QucView& operator= ( const QucView& aRef )
virtual QucHTMLEvaluation parseChar ( const RWCString& aName, RWCString& aValue )
virtual QucHTMLEvaluation parseCheckBox ( const RWCString& aName, CorBool& aFlag )
virtual QucHTMLEvaluation parseDouble ( const RWCString& aName, double& aValue )
virtual QucHTMLEvaluation parseInt ( const RWCString& aName, int& aValue )
virtual QucHTMLEvaluation parseRadioB ( const RWCString& aName, RWCString& aValue )
QucView ( const QucView& aRef )
QucView ( RWCString aName = "View" )
void setParameter ( const RWCString& aName, const DfcValue& aValue )
void setParameter ( const DfcParameter& aParameter )
virtual ~QucView ()

Public


Purpose
The d'tor

$Id: QucView

Documentation

an HTML form creator and analyser
$Id: QucView.h,v 1.5 1997/04/11 14:11:18 mwiedmer Exp $

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()

Purpose
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 )

void become( const QucView& aRef )


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de