Public Types | Public Member Functions | List of all members
IDocHighlight Class Referenceabstract

#include <doxmlintf.h>

Inheritance diagram for IDocHighlight:
IDoc IDoc

Public Types

enum  HighlightKind {
  Invalid =0, Comment, Keyword, KeywordType,
  KeywordFlow, CharLiteral, StringLiteral, Preprocessor,
  Invalid =0, Comment, Keyword, KeywordType,
  KeywordFlow, CharLiteral, StringLiteral, Preprocessor
}
 
enum  HighlightKind {
  Invalid =0, Comment, Keyword, KeywordType,
  KeywordFlow, CharLiteral, StringLiteral, Preprocessor,
  Invalid =0, Comment, Keyword, KeywordType,
  KeywordFlow, CharLiteral, StringLiteral, Preprocessor
}
 
- Public Types inherited from IDoc
enum  Kind {
  Invalid = 0, Para, Text, MarkupModifier,
  ItemizedList, OrderedList, ListItem, ParameterList,
  Parameter, SimpleSect, Title, Ref,
  VariableList, VariableListEntry, HRuler, LineBreak,
  ULink, EMail, Link, ProgramListing,
  CodeLine, Highlight, Formula, Image,
  DotFile, IndexEntry, Table, Row,
  Entry, Section, Verbatim, Copy,
  TocList, TocItem, Anchor, Symbol,
  Internal, Root, ParameterItem, Invalid = 0,
  Para, Text, MarkupModifier, ItemizedList,
  OrderedList, ListItem, ParameterList, Parameter,
  SimpleSect, Title, Ref, VariableList,
  VariableListEntry, HRuler, LineBreak, ULink,
  EMail, Link, ProgramListing, CodeLine,
  Highlight, Formula, Image, DotFile,
  IndexEntry, Table, Row, Entry,
  Section, Verbatim, Copy, TocList,
  TocItem, Anchor, Symbol, Internal,
  Root, ParameterItem
}
 
enum  Kind {
  Invalid = 0, Para, Text, MarkupModifier,
  ItemizedList, OrderedList, ListItem, ParameterList,
  Parameter, SimpleSect, Title, Ref,
  VariableList, VariableListEntry, HRuler, LineBreak,
  ULink, EMail, Link, ProgramListing,
  CodeLine, Highlight, Formula, Image,
  DotFile, IndexEntry, Table, Row,
  Entry, Section, Verbatim, Copy,
  TocList, TocItem, Anchor, Symbol,
  Internal, Root, ParameterItem, Invalid = 0,
  Para, Text, MarkupModifier, ItemizedList,
  OrderedList, ListItem, ParameterList, Parameter,
  SimpleSect, Title, Ref, VariableList,
  VariableListEntry, HRuler, LineBreak, ULink,
  EMail, Link, ProgramListing, CodeLine,
  Highlight, Formula, Image, DotFile,
  IndexEntry, Table, Row, Entry,
  Section, Verbatim, Copy, TocList,
  TocItem, Anchor, Symbol, Internal,
  Root, ParameterItem
}
 

Public Member Functions

virtual HighlightKind highlightKind () const =0
 
virtual IDocIteratorcodeElements () const =0
 
virtual HighlightKind highlightKind () const =0
 
virtual IDocIteratorcodeElements () const =0
 
- Public Member Functions inherited from IDoc
virtual Kind kind () const =0
 
virtual Kind kind () const =0
 

Detailed Description

Definition at line 375 of file doxmlintf.h.

Member Enumeration Documentation

Enumerator
Invalid 
Comment 
Keyword 
KeywordType 
KeywordFlow 
CharLiteral 
StringLiteral 
Preprocessor 
Invalid 
Comment 
Keyword 
KeywordType 
KeywordFlow 
CharLiteral 
StringLiteral 
Preprocessor 

Definition at line 378 of file doxmlintf.h.

Enumerator
Invalid 
Comment 
Keyword 
KeywordType 
KeywordFlow 
CharLiteral 
StringLiteral 
Preprocessor 
Invalid 
Comment 
Keyword 
KeywordType 
KeywordFlow 
CharLiteral 
StringLiteral 
Preprocessor 

Definition at line 378 of file doxmlintf.h.

Member Function Documentation

virtual IDocIterator* IDocHighlight::codeElements ( ) const
pure virtual
virtual IDocIterator* IDocHighlight::codeElements ( ) const
pure virtual
virtual HighlightKind IDocHighlight::highlightKind ( ) const
pure virtual
virtual HighlightKind IDocHighlight::highlightKind ( ) const
pure virtual

The documentation for this class was generated from the following file: