Public Member Functions | Private Attributes | List of all members
DataLoadMCAP Class Reference

#include <dataload_mcap.h>

Inheritance diagram for DataLoadMCAP:
Inheritance graph
[legend]

Public Member Functions

virtual const std::vector< const char * > & compatibleFileExtensions () const override
 Provide a list of file extensions that this plugin can open. More...
 
 DataLoadMCAP ()
 
virtual const char * name () const override
 Name of the plugin type, NOT the particular instance. More...
 
virtual bool readDataFromFile (PJ::FileLoadInfo *fileload_info, PlotDataMapRef &destination) override
 
bool xmlLoadState (const QDomElement &parent_element) override
 Override this method to load the status of the plugin from XML. More...
 
bool xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const override
 Override this method to save the status of the plugin to XML. More...
 
virtual ~DataLoadMCAP () override
 
- Public Member Functions inherited from PJ::DataLoader
 DataLoader ()=default
 
const ParserFactoriesparserFactories () const
 
void setParserFactories (ParserFactories *parsers)
 
virtual ~DataLoader ()=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
 
QDomElement xmlSaveState (QDomDocument &doc) const
 

Private Attributes

std::optional< mcap::LoadParams_dialog_parameters
 

Detailed Description

Definition at line 12 of file dataload_mcap.h.

Constructor & Destructor Documentation

◆ DataLoadMCAP()

DataLoadMCAP::DataLoadMCAP ( )

Definition at line 23 of file dataload_mcap.cpp.

◆ ~DataLoadMCAP()

DataLoadMCAP::~DataLoadMCAP ( )
overridevirtual

Definition at line 27 of file dataload_mcap.cpp.

Member Function Documentation

◆ compatibleFileExtensions()

const std::vector< const char * > & DataLoadMCAP::compatibleFileExtensions ( ) const
overridevirtual

Provide a list of file extensions that this plugin can open.

Implements PJ::DataLoader.

Definition at line 65 of file dataload_mcap.cpp.

◆ name()

virtual const char* DataLoadMCAP::name ( ) const
inlineoverridevirtual

Name of the plugin type, NOT the particular instance.

Implements PJ::PlotJugglerPlugin.

Definition at line 28 of file dataload_mcap.h.

◆ readDataFromFile()

bool DataLoadMCAP::readDataFromFile ( PJ::FileLoadInfo fileload_info,
PlotDataMapRef destination 
)
overridevirtual

Implements PJ::DataLoader.

Definition at line 71 of file dataload_mcap.cpp.

◆ xmlLoadState()

bool DataLoadMCAP::xmlLoadState ( const QDomElement &  parent_element)
overridevirtual

Override this method to load the status of the plugin from XML.

Reimplemented from PJ::PlotJugglerPlugin.

Definition at line 48 of file dataload_mcap.cpp.

◆ xmlSaveState()

bool DataLoadMCAP::xmlSaveState ( QDomDocument &  doc,
QDomElement &  parent_element 
) const
overridevirtual

Override this method to save the status of the plugin to XML.

Reimplemented from PJ::PlotJugglerPlugin.

Definition at line 31 of file dataload_mcap.cpp.

Member Data Documentation

◆ _dialog_parameters

std::optional<mcap::LoadParams> DataLoadMCAP::_dialog_parameters
private

Definition at line 38 of file dataload_mcap.h.


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


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