#include <nlohmann_parsers.h>
Public Member Functions | |
BSON_ParserFactory () | |
MessageParserPtr | createParser (const std::string &topic_name, const std::string &, const std::string &, PlotDataMapRef &data) override |
const char * | name () const override |
Name of the plugin type, NOT the particular instance. More... | |
Public Member Functions inherited from NlohmannParserCreator | |
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::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
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 > |
Protected Attributes inherited from NlohmannParserCreator | |
QCheckBoxClose * | _checkbox_use_timestamp |
const char * | _encoding |
Definition at line 206 of file nlohmann_parsers.h.
|
inline |
Definition at line 209 of file nlohmann_parsers.h.
|
inlineoverridevirtual |
Implements PJ::ParserFactoryPlugin.
Definition at line 213 of file nlohmann_parsers.h.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 218 of file nlohmann_parsers.h.