#include <dataload_zcm.h>
Public Member Functions | |
const std::vector< const char * > & | compatibleFileExtensions () const override |
Provide a list of file extensions that this plugin can open. More... | |
DataLoadZcm () | |
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... | |
virtual | ~DataLoadZcm () |
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 Member Functions | |
bool | launchDialog (const std::string &filepath) |
bool | refreshChannels (const std::string &filepath) |
Private Attributes | |
std::unordered_set< std::string > | _all_channels |
std::string | _all_channels_filepath |
ConfigZCM * | _config_widget |
QDialog * | _dialog |
std::unordered_set< std::string > | _selected_channels |
Ui::DialogZcm * | _ui |
Definition at line 16 of file dataload_zcm.h.
DataLoadZcm::DataLoadZcm | ( | ) |
Definition at line 24 of file dataload_zcm.cpp.
|
virtual |
Definition at line 44 of file dataload_zcm.cpp.
|
overridevirtual |
Provide a list of file extensions that this plugin can open.
Implements PJ::DataLoader.
Definition at line 54 of file dataload_zcm.cpp.
|
private |
Definition at line 148 of file dataload_zcm.cpp.
|
overridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::PlotJugglerPlugin.
Definition at line 49 of file dataload_zcm.cpp.
|
overridevirtual |
Implements PJ::DataLoader.
Definition at line 244 of file dataload_zcm.cpp.
|
private |
Definition at line 136 of file dataload_zcm.cpp.
|
overridevirtual |
Override this method to load the status of the plugin from XML.
Reimplemented from PJ::PlotJugglerPlugin.
Definition at line 361 of file dataload_zcm.cpp.
|
overridevirtual |
Override this method to save the status of the plugin to XML.
Reimplemented from PJ::PlotJugglerPlugin.
Definition at line 352 of file dataload_zcm.cpp.
|
private |
Definition at line 43 of file dataload_zcm.h.
|
private |
Definition at line 44 of file dataload_zcm.h.
|
private |
Definition at line 40 of file dataload_zcm.h.
|
private |
Definition at line 39 of file dataload_zcm.h.
|
private |
Definition at line 46 of file dataload_zcm.h.
|
private |
Definition at line 41 of file dataload_zcm.h.