highlighter application
1.1
HCE project utils : highlighter
|
#include <HighlightComponent.hpp>
Public Member Functions | |
HighlightComponent () | |
HighlightStringGenerator & | getHighlightStringGeneratorReference () |
virtual Poco::SharedPtr< DataBase > | process (Poco::SharedPtr< DataBase > inData) |
virtual | ~HighlightComponent () |
Public Member Functions inherited from HCE::component::ComponentBase | |
ComponentBase (ComponentType inType=CT_DEFAULT) | |
const std::atomic_bool & | getIsBusy () |
void | setIsBusy (bool isBusy) |
virtual | ~ComponentBase () |
ComponentBase (ComponentType inType=CT_DEFAULT) | |
bool | getIsBusy () |
void | setIsBusy (bool isBusy) |
virtual | ~ComponentBase () |
Public Member Functions inherited from HCE::DataBase | |
DataBase (ComponentType inType=CT_DEFAULT) | |
ComponentType | getType () |
virtual | ~DataBase () |
DataBase (ComponentType inType=CT_DEFAULT) | |
ComponentType | getType () |
virtual | ~DataBase () |
Additional Inherited Members | |
Protected Attributes inherited from HCE::component::ComponentBase | |
std::atomic_bool | _isBusy |
bool | _isBusy |
Definition at line 28 of file HighlightComponent.hpp.
|
inline |
Definition at line 33 of file HighlightComponent.hpp.
|
inlinevirtual |
Definition at line 36 of file HighlightComponent.hpp.
HighlightStringGenerator & HCE::component::HighlightComponent::getHighlightStringGeneratorReference | ( | ) |
Definition at line 31 of file HighlightComponent.cpp.
|
virtual |
Implements HCE::component::ComponentBase.
Definition at line 36 of file HighlightComponent.cpp.