#include <dataload_ulog.h>
Public Member Functions | |
const std::vector< const char * > & | compatibleFileExtensions () const override |
Provide a list of file extensions that this plugin can open. More... | |
DataLoadULog () | |
const char * | name () const override |
Name of the plugin type, NOT the particular instance. More... | |
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... | |
~DataLoadULog () 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::string | _default_time_axis |
QWidget * | _main_win |
Definition at line 10 of file dataload_ulog.h.
DataLoadULog::DataLoadULog | ( | ) |
Definition at line 13 of file dataload_ulog.cpp.
|
override |
Definition at line 88 of file dataload_ulog.cpp.
|
overridevirtual |
Provide a list of file extensions that this plugin can open.
Implements PJ::DataLoader.
Definition at line 25 of file dataload_ulog.cpp.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 26 of file dataload_ulog.h.
|
overridevirtual |
Implements PJ::DataLoader.
Definition at line 31 of file dataload_ulog.cpp.
|
overridevirtual |
Override this method to load the status of the plugin from XML.
Reimplemented from PJ::PlotJugglerPlugin.
Definition at line 97 of file dataload_ulog.cpp.
|
overridevirtual |
Override this method to save the status of the plugin to XML.
Reimplemented from PJ::PlotJugglerPlugin.
Definition at line 92 of file dataload_ulog.cpp.
|
private |
Definition at line 36 of file dataload_ulog.h.
|
private |
Definition at line 37 of file dataload_ulog.h.