#include <dataload_mcap.h>
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 ParserFactories * | parserFactories () 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 |
Definition at line 12 of file dataload_mcap.h.
DataLoadMCAP::DataLoadMCAP | ( | ) |
Definition at line 23 of file dataload_mcap.cpp.
|
overridevirtual |
Definition at line 27 of file dataload_mcap.cpp.
|
overridevirtual |
Provide a list of file extensions that this plugin can open.
Implements PJ::DataLoader.
Definition at line 65 of file dataload_mcap.cpp.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 28 of file dataload_mcap.h.
|
overridevirtual |
Implements PJ::DataLoader.
Definition at line 71 of file dataload_mcap.cpp.
|
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.
|
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.
|
private |
Definition at line 38 of file dataload_mcap.h.