#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 |
virtual | ~DataLoadMCAP () override |
![]() | |
DataLoader ()=default | |
const ParserFactories * | parserFactories () const |
void | setParserFactories (ParserFactories *parsers) |
virtual | ~DataLoader ()=default |
![]() | |
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 | |
virtual bool | xmlLoadState (const QDomElement &parent_element) |
Override this method to load the status of the plugin from XML. More... | |
virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
Override this method to save the status of the plugin to XML. More... | |
QDomElement | xmlSaveState (QDomDocument &doc) const |
Definition at line 11 of file dataload_mcap.h.
DataLoadMCAP::DataLoadMCAP | ( | ) |
Definition at line 19 of file dataload_mcap.cpp.
|
overridevirtual |
Definition at line 24 of file dataload_mcap.cpp.
|
overridevirtual |
Provide a list of file extensions that this plugin can open.
Implements PJ::DataLoader.
Definition at line 29 of file dataload_mcap.cpp.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 27 of file dataload_mcap.h.
|
overridevirtual |
Implements PJ::DataLoader.
Definition at line 36 of file dataload_mcap.cpp.