#include <nlohmann_parsers.h>
Public Member Functions | |
template<typename ParserT > | |
MessageParserPtr | createParserImpl (const std::string &topic_name, PlotDataMapRef &data) |
const char * | encoding () const override |
virtual void | loadSettings () |
NlohmannParserCreator (const char *encoding) | |
virtual QWidget * | optionsWidget () |
optionsWidget pointer to a persistent widget used to set the plugin options . More... | |
virtual void | saveSettings () |
Public Member Functions inherited from PJ::ParserFactoryPlugin | |
virtual MessageParserPtr | createParser (const std::string &topic_name, const std::string &type_name, const std::string &schema, PlotDataMapRef &data)=0 |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
virtual const char * | name () const =0 |
Name of the plugin type, NOT the particular instance. 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... | |
Protected Attributes | |
QCheckBoxClose * | _checkbox_use_timestamp |
const char * | _encoding |
Additional Inherited Members | |
Public Types inherited from PJ::ParserFactoryPlugin | |
using | Ptr = std::shared_ptr< ParserFactoryPlugin > |
Definition at line 111 of file nlohmann_parsers.h.
|
inline |
Definition at line 114 of file nlohmann_parsers.h.
|
inline |
Definition at line 122 of file nlohmann_parsers.h.
|
inlineoverridevirtual |
Implements PJ::ParserFactoryPlugin.
Definition at line 138 of file nlohmann_parsers.h.
|
inlinevirtual |
Definition at line 143 of file nlohmann_parsers.h.
|
inlinevirtual |
optionsWidget pointer to a persistent widget used to set the plugin options .
Reimplemented from PJ::PlotJugglerPlugin.
Definition at line 131 of file nlohmann_parsers.h.
|
inlinevirtual |
Definition at line 154 of file nlohmann_parsers.h.
|
protected |
Definition at line 164 of file nlohmann_parsers.h.
|
protected |
Definition at line 165 of file nlohmann_parsers.h.