Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Examples  

YOutputParser Class Reference

#include <parser.h>

Inheritance diagram for YOutputParser:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 YOutputParser ()
virtual int WriteContentString (const CONFIG_STRING key, const QString &s)=0
virtual int WriteContentInt (const CONFIG_STRING key, int value)=0
virtual int WriteContentObject (const CONFIG_STRING key, const YDerivedObject &object)=0
virtual int WriteContentState (const CONFIG_STRING key, bool state)=0
virtual int NewSection (const CONFIG_STRING newsectionsetkey, YObject &yobject)=0
virtual int NewSectionSet (const CONFIG_STRING newsectionkey, YSet &yset)=0
virtual int SectionEnd ()

Constructor & Destructor Documentation

YOutputParser::YOutputParser   [inline]
 


Member Function Documentation

virtual int YOutputParser::NewSection const CONFIG_STRING    newsectionsetkey,
YObject   yobject
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.

virtual int YOutputParser::NewSectionSet const CONFIG_STRING    newsectionkey,
YSet   yset
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.

virtual int YOutputParser::SectionEnd   [inline, virtual]
 

virtual int YOutputParser::WriteContentInt const CONFIG_STRING    key,
int    value
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.

virtual int YOutputParser::WriteContentObject const CONFIG_STRING    key,
const YDerivedObject   object
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.

virtual int YOutputParser::WriteContentState const CONFIG_STRING    key,
bool    state
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.

virtual int YOutputParser::WriteContentString const CONFIG_STRING    key,
const QString &    s
[pure virtual]
 

Implemented in YXMLOutputParser, and YWorkSpaceTreeOutputParser.


The documentation for this class was generated from the following file:
Generated on Thu Feb 13 23:59:12 2003 for Yasa by doxygen1.3-rc3