DeltaQt  Version 0.2.0 End user documentation
A C++/Qt library for parsing DELTA (DEscription Language for TAxonomy) files
Public Member Functions | Friends
DeltaParseContext Class Reference

#include <deltaparserprivate.h>

List of all members.

Public Member Functions

 DeltaParseContext ()
 ~DeltaParseContext ()
const DeltaDirectives::DefdirectiveCtxt (void) const
bool isCommentStart (QChar ch, QChar prevCh) const
bool isCommentEnd (QChar ch, QChar nextCh) const
QString getLegalCommentPreChars (void) const
QString getLegalCommentPostChars (void) const
void clear (void)
void switchDirectiveCtxt (const DeltaDirectives::Def *directive)
void switchFileContext (QString newFilename)

Friends

class DeltaParser

Constructor & Destructor Documentation

DeltaParseContext::DeltaParseContext ( )
DeltaParseContext::~DeltaParseContext ( )

Member Function Documentation

void DeltaParseContext::clear ( void  )
const DeltaDirectives::Def* DeltaParseContext::directiveCtxt ( void  ) const [inline]
QString DeltaParseContext::getLegalCommentPostChars ( void  ) const
QString DeltaParseContext::getLegalCommentPreChars ( void  ) const
bool DeltaParseContext::isCommentEnd ( QChar  ch,
QChar  nextCh 
) const
bool DeltaParseContext::isCommentStart ( QChar  ch,
QChar  prevCh 
) const
void DeltaParseContext::switchDirectiveCtxt ( const DeltaDirectives::Def directive)
void DeltaParseContext::switchFileContext ( QString  newFilename)

Friends And Related Function Documentation

friend class DeltaParser [friend]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines