Public Types | Public Member Functions | List of all members
PJ::ParserFactoryPlugin Class Referenceabstract

#include <messageparser_base.h>

Inheritance diagram for PJ::ParserFactoryPlugin:
Inheritance graph
[legend]

Public Types

using Ptr = std::shared_ptr< ParserFactoryPlugin >
 

Public Member Functions

virtual MessageParserPtr createParser (const std::string &topic_name, const std::string &type_name, const std::string &schema, PlotDataMapRef &data)=0
 
virtual const char * encoding () const =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...
 
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...
 

Detailed Description

Definition at line 139 of file messageparser_base.h.

Member Typedef Documentation

◆ Ptr

Definition at line 142 of file messageparser_base.h.

Member Function Documentation

◆ createParser()

virtual MessageParserPtr PJ::ParserFactoryPlugin::createParser ( const std::string &  topic_name,
const std::string &  type_name,
const std::string &  schema,
PlotDataMapRef data 
)
pure virtual

◆ encoding()

virtual const char* PJ::ParserFactoryPlugin::encoding ( ) const
pure virtual

The documentation for this class was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31