#include <line_parser.h>
Public Member Functions | |
PJ::MessageParserPtr | createParser (const std::string &topic_name, const std::string &type_name, const std::string &schema, PJ::PlotDataMapRef &data) override |
const char * | encoding () const override |
const char * | name () const override |
Name of the plugin type, NOT the particular instance. More... | |
ParserLine ()=default | |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
virtual QWidget * | optionsWidget () |
optionsWidget pointer to a persistent widget used to set the plugin options . More... | |
PlotJugglerPlugin ()=default | |
virtual bool | xmlLoadState (const QDomElement &parent_element) |
Override this method to load the status of the plugin from XML. More... | |
QDomElement | xmlSaveState (QDomDocument &doc) const |
virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
Override this method to save the status of the plugin to XML. More... | |
Additional Inherited Members | |
Public Types inherited from PJ::ParserFactoryPlugin | |
using | Ptr = std::shared_ptr< ParserFactoryPlugin > |
Definition at line 9 of file line_parser.h.
|
default |
|
overridevirtual |
Implements PJ::ParserFactoryPlugin.
Definition at line 109 of file line_parser.cpp.
|
inlineoverridevirtual |
Implements PJ::ParserFactoryPlugin.
Definition at line 22 of file line_parser.h.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 18 of file line_parser.h.