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

#include <dataload_ulog.h>

Inheritance diagram for DataLoadULog:
Inheritance graph
[legend]

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 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::string _default_time_axis
 
QWidget * _main_win
 

Detailed Description

Definition at line 10 of file dataload_ulog.h.

Constructor & Destructor Documentation

◆ DataLoadULog()

DataLoadULog::DataLoadULog ( )

Definition at line 13 of file dataload_ulog.cpp.

◆ ~DataLoadULog()

DataLoadULog::~DataLoadULog ( )
override

Definition at line 88 of file dataload_ulog.cpp.

Member Function Documentation

◆ compatibleFileExtensions()

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

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

Implements PJ::DataLoader.

Definition at line 25 of file dataload_ulog.cpp.

◆ name()

const char* DataLoadULog::name ( ) const
inlineoverridevirtual

Name of the plugin type, NOT the particular instance.

Implements PJ::PlotJugglerPlugin.

Definition at line 26 of file dataload_ulog.h.

◆ readDataFromFile()

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

Implements PJ::DataLoader.

Definition at line 31 of file dataload_ulog.cpp.

◆ xmlLoadState()

bool DataLoadULog::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 97 of file dataload_ulog.cpp.

◆ xmlSaveState()

bool DataLoadULog::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 92 of file dataload_ulog.cpp.

Member Data Documentation

◆ _default_time_axis

std::string DataLoadULog::_default_time_axis
private

Definition at line 36 of file dataload_ulog.h.

◆ _main_win

QWidget* DataLoadULog::_main_win
private

Definition at line 37 of file dataload_ulog.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