Public Types | List of all members
IDocMarkup Class Reference

#include <doxmlintf.h>

Inheritance diagram for IDocMarkup:
IDoc IDoc IDocText IDocText

Public Types

enum  Markup {
  Normal = 0x000, Bold = 0x001, Emphasis = 0x002, ComputerOutput = 0x004,
  Subscript = 0x008, Superscript = 0x010, SmallFont = 0x020, Center = 0x040,
  Preformatted = 0x080, Heading = 0x100, Normal = 0x000, Bold = 0x001,
  Emphasis = 0x002, ComputerOutput = 0x004, Subscript = 0x008, Superscript = 0x010,
  SmallFont = 0x020, Center = 0x040, Preformatted = 0x080, Heading = 0x100
}
 
enum  Markup {
  Normal = 0x000, Bold = 0x001, Emphasis = 0x002, ComputerOutput = 0x004,
  Subscript = 0x008, Superscript = 0x010, SmallFont = 0x020, Center = 0x040,
  Preformatted = 0x080, Heading = 0x100, Normal = 0x000, Bold = 0x001,
  Emphasis = 0x002, ComputerOutput = 0x004, Subscript = 0x008, Superscript = 0x010,
  SmallFont = 0x020, Center = 0x040, Preformatted = 0x080, Heading = 0x100
}
 
- 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
}
 

Additional Inherited Members

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

Detailed Description

Definition at line 208 of file doxmlintf.h.

Member Enumeration Documentation

Enumerator
Normal 
Bold 
Emphasis 
ComputerOutput 
Subscript 
Superscript 
SmallFont 
Center 
Preformatted 
Heading 
Normal 
Bold 
Emphasis 
ComputerOutput 
Subscript 
Superscript 
SmallFont 
Center 
Preformatted 
Heading 

Definition at line 211 of file doxmlintf.h.

212  {
213  Normal = 0x000,
214  Bold = 0x001,
215  Emphasis = 0x002,
216  ComputerOutput = 0x004,
217  Subscript = 0x008,
218  Superscript = 0x010,
219  SmallFont = 0x020,
220  Center = 0x040,
221  Preformatted = 0x080,
222  Heading = 0x100
223  };
Enumerator
Normal 
Bold 
Emphasis 
ComputerOutput 
Subscript 
Superscript 
SmallFont 
Center 
Preformatted 
Heading 
Normal 
Bold 
Emphasis 
ComputerOutput 
Subscript 
Superscript 
SmallFont 
Center 
Preformatted 
Heading 

Definition at line 211 of file doxmlintf.h.

212  {
213  Normal = 0x000,
214  Bold = 0x001,
215  Emphasis = 0x002,
216  ComputerOutput = 0x004,
217  Subscript = 0x008,
218  Superscript = 0x010,
219  SmallFont = 0x020,
220  Center = 0x040,
221  Preformatted = 0x080,
222  Heading = 0x100
223  };

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