Public Member Functions | List of all members
DevNullCodeDocInterface Class Reference
Inheritance diagram for DevNullCodeDocInterface:
CodeOutputInterface

Public Member Functions

virtual void codify (const char *)
 
virtual void writeCodeLink (const char *, const char *, const char *, const char *, const char *)
 
virtual void writeTooltip (const char *, const DocLinkInfo &, const char *, const char *, const SourceLinkInfo &, const SourceLinkInfo &)
 
virtual void writeLineNumber (const char *, const char *, const char *, int)
 
virtual void startCodeLine (bool)
 
virtual void endCodeLine ()
 
virtual void startFontClass (const char *)
 
virtual void endFontClass ()
 
virtual void writeCodeAnchor (const char *)
 
virtual void linkableSymbol (int, const char *, Definition *, Definition *)
 
virtual void setCurrentDoc (Definition *, const char *, bool)
 
virtual void addWord (const char *, bool)
 
- Public Member Functions inherited from CodeOutputInterface
virtual ~CodeOutputInterface ()
 

Detailed Description

Class implementing CodeOutputInterface by throwing away everything.

Definition at line 50 of file filedef.cpp.

Member Function Documentation

virtual void DevNullCodeDocInterface::addWord ( const char *  ,
bool   
)
inlinevirtual

Implements CodeOutputInterface.

Definition at line 69 of file filedef.cpp.

69 {}
virtual void DevNullCodeDocInterface::codify ( const char *  s)
inlinevirtual

Writes an code fragment to the output. This function should keep spaces visible, should break lines at a newline and should convert tabs to the right number of spaces.

Implements CodeOutputInterface.

Definition at line 53 of file filedef.cpp.

53 {}
virtual void DevNullCodeDocInterface::endCodeLine ( )
inlinevirtual

Ends a line of code started with startCodeLine()

Implements CodeOutputInterface.

Definition at line 63 of file filedef.cpp.

63 {}
virtual void DevNullCodeDocInterface::endFontClass ( )
inlinevirtual

Ends a block started with startFontClass()

Implements CodeOutputInterface.

Definition at line 65 of file filedef.cpp.

65 {}
virtual void DevNullCodeDocInterface::linkableSymbol ( int  ,
const char *  ,
Definition ,
Definition  
)
inlinevirtual

Definition at line 67 of file filedef.cpp.

67 {}
virtual void DevNullCodeDocInterface::setCurrentDoc ( Definition ,
const char *  ,
bool   
)
inlinevirtual

Implements CodeOutputInterface.

Definition at line 68 of file filedef.cpp.

68 {}
virtual void DevNullCodeDocInterface::startCodeLine ( bool  )
inlinevirtual

Implements CodeOutputInterface.

Definition at line 62 of file filedef.cpp.

62 {}
virtual void DevNullCodeDocInterface::startFontClass ( const char *  clsName)
inlinevirtual

Starts a block with a certain meaning. Used for syntax highlighting, which elements of the same type are rendered using the same 'font class'.

Parameters
clsNameThe category name.

Implements CodeOutputInterface.

Definition at line 64 of file filedef.cpp.

64 {}
virtual void DevNullCodeDocInterface::writeCodeAnchor ( const char *  name)
inlinevirtual

Write an anchor to a source listing.

Parameters
nameThe name of the anchor.

Implements CodeOutputInterface.

Definition at line 66 of file filedef.cpp.

66 {}
virtual void DevNullCodeDocInterface::writeCodeLink ( const char *  ref,
const char *  file,
const char *  anchor,
const char *  name,
const char *  tooltip 
)
inlinevirtual

Writes a link to an object in a code fragment.

Parameters
refIf this is non-zero, the object is to be found in an external documentation file.
fileThe file in which the object is located.
anchorThe anchor uniquely identifying the object within the file.
nameThe text to display as a placeholder for the link.
tooltipThe tooltip to display when the mouse is on the link.

Implements CodeOutputInterface.

Definition at line 54 of file filedef.cpp.

56  {}
virtual void DevNullCodeDocInterface::writeLineNumber ( const char *  ref,
const char *  file,
const char *  anchor,
int  lineNumber 
)
inlinevirtual

Writes the line number of a source listing

Parameters
refExternal reference (when imported from a tag file)
fileThe file part of the URL pointing to the docs.
anchorThe anchor part of the URL pointing to the docs.
lineNumberThe line number to write

Implements CodeOutputInterface.

Definition at line 60 of file filedef.cpp.

61  {}
virtual void DevNullCodeDocInterface::writeTooltip ( const char *  id,
const DocLinkInfo docInfo,
const char *  decl,
const char *  desc,
const SourceLinkInfo defInfo,
const SourceLinkInfo declInfo 
)
inlinevirtual

Writes a tool tip definition

Parameters
idunique identifier for the tooltip
docInfoInfo about the symbol's documentation.
declfull declaration of the symbol (for functions)
descbrief description for the symbol
defInfoInfo about the symbol's definition in the source code
declInfoInfo about the symbol's declaration in the source code

Implements CodeOutputInterface.

Definition at line 57 of file filedef.cpp.

59  {}

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