highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HighlightStringStickerSimple Class Reference

#include <HighlightStringStickerSimple.hpp>

Inheritance diagram for HighlightStringStickerSimple:
Collaboration diagram for HighlightStringStickerSimple:

Public Member Functions

 HighlightStringStickerSimple ()
virtual std::string fillOutPutStr (std::vector< WordPos > &wordOffsets, const std::string &incomeContent)
virtual void reinitialize (Poco::SharedPtr< InDataStruct > inDataStructPtr)
void setHlBegin (const std::string &_hlBegin)
void setHlEnd (const std::string &_hlEnd)
void setMaxNumber (unsigned int _maxNumber)
virtual void setHighlightedCounter (unsigned int _highlightedCounter)
virtual unsigned int getHighlightedCounter ()
 ~HighlightStringStickerSimple ()
- Public Member Functions inherited from HighlightStringStickerBase
 HighlightStringStickerBase ()
 ~HighlightStringStickerBase ()

Protected Attributes

std::string hlBegin
std::string hlEnd
unsigned int maxNumber
unsigned int highlightedCounter

Detailed Description

Definition at line 19 of file HighlightStringStickerSimple.hpp.

Constructor & Destructor Documentation

HighlightStringStickerSimple::HighlightStringStickerSimple ( )

Definition at line 17 of file HighlightStringStickerSimple.cpp.

HighlightStringStickerSimple::~HighlightStringStickerSimple ( )

Definition at line 66 of file HighlightStringStickerSimple.cpp.

Member Function Documentation

std::string HighlightStringStickerSimple::fillOutPutStr ( std::vector< WordPos > &  wordOffsets,
const std::string &  incomeContent 
)
virtual

Implements HighlightStringStickerBase.

Definition at line 21 of file HighlightStringStickerSimple.cpp.

unsigned int HighlightStringStickerSimple::getHighlightedCounter ( )
virtual

Implements HighlightStringStickerBase.

Definition at line 61 of file HighlightStringStickerSimple.cpp.

void HighlightStringStickerSimple::reinitialize ( Poco::SharedPtr< InDataStruct inDataStructPtr)
virtual

Implements HighlightStringStickerBase.

Definition at line 46 of file HighlightStringStickerSimple.cpp.

Here is the call graph for this function:

void HighlightStringStickerSimple::setHighlightedCounter ( unsigned int  _highlightedCounter)
virtual

Implements HighlightStringStickerBase.

Definition at line 56 of file HighlightStringStickerSimple.cpp.

void HighlightStringStickerSimple::setHlBegin ( const std::string &  _hlBegin)
inline

Definition at line 38 of file HighlightStringStickerSimple.hpp.

Here is the caller graph for this function:

void HighlightStringStickerSimple::setHlEnd ( const std::string &  _hlEnd)
inline

Definition at line 43 of file HighlightStringStickerSimple.hpp.

Here is the caller graph for this function:

void HighlightStringStickerSimple::setMaxNumber ( unsigned int  _maxNumber)
inline

Definition at line 48 of file HighlightStringStickerSimple.hpp.

Here is the caller graph for this function:

Member Data Documentation

unsigned int HighlightStringStickerSimple::highlightedCounter
protected

Definition at line 25 of file HighlightStringStickerSimple.hpp.

std::string HighlightStringStickerSimple::hlBegin
protected

Definition at line 22 of file HighlightStringStickerSimple.hpp.

std::string HighlightStringStickerSimple::hlEnd
protected

Definition at line 23 of file HighlightStringStickerSimple.hpp.

unsigned int HighlightStringStickerSimple::maxNumber
protected

Definition at line 24 of file HighlightStringStickerSimple.hpp.


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