highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
HighlightStringStickerBase.hpp
Go to the documentation of this file.
1
13
#ifndef HIGHLIGHT_STRING_STICKER_BASE_HPP
14
#define HIGHLIGHT_STRING_STICKER_BASE_HPP
15
16
#include <string>
17
18
#include "
WordPos.hpp
"
19
20
class
HighlightStringStickerBase
21
{
22
public
:
23
HighlightStringStickerBase
() {}
24
virtual
std::string
fillOutPutStr
(std::vector<WordPos> &wordOffsets,
const
std::string &incomeContent) = 0;
25
virtual
void
reinitialize
(Poco::SharedPtr<InDataStruct> inDataStructPtr) = 0;
26
virtual
void
setHighlightedCounter
(
unsigned
int
_highlightedCounter) = 0;
27
virtual
unsigned
int
getHighlightedCounter
() = 0;
28
~HighlightStringStickerBase
() {}
29
};
30
31
#endif
sources
src
HighlightStringStickerBase.hpp
Generated on Mon Jan 13 2014 16:16:16 for highlighter application by
1.8.1.2