YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
GenericLoader Class Reference

Base Class for the Loaders. More...

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpscope/plugin/genericloader.h>

+ Inheritance diagram for GenericLoader:

Public Member Functions

 GenericLoader (QObject *parent=0)
 

Public Attributes

int portscope_rows
 
int portscope_columns
 
QString portscope_carrier
 
bool portscope_persistent
 

Protected Attributes

const int default_portscope_rows
 
const int default_portscope_columns
 
const QString default_portscope_carrier
 
const bool default_portscope_persistent
 
const QString default_portscope_localport
 
const int default_plot_gridx
 
const int default_plot_gridy
 
const int default_plot_hspan
 
const int default_plot_vspan
 
const float default_plot_minval
 
const float default_plot_maxval
 
const int default_plot_size
 
const QString default_plot_bgcolor
 
const bool default_plot_autorescale
 
const bool default_plot_realtime
 
const bool default_plot_triggermode
 
const QString default_plot_title
 
const int default_graph_size
 
const QString default_graph_type
 
const QString default_graph_color
 
const QString default_graph_title
 

Detailed Description

Base Class for the Loaders.

It stores some common features that could be red from xml or command line

Definition at line 18 of file genericloader.h.

Constructor & Destructor Documentation

◆ GenericLoader()

GenericLoader::GenericLoader ( QObject *  parent = 0)
explicit

Definition at line 8 of file genericloader.cpp.

Member Data Documentation

◆ default_graph_color

const QString GenericLoader::default_graph_color
protected

Definition at line 44 of file genericloader.h.

◆ default_graph_size

const int GenericLoader::default_graph_size
protected

Definition at line 42 of file genericloader.h.

◆ default_graph_title

const QString GenericLoader::default_graph_title
protected

Definition at line 45 of file genericloader.h.

◆ default_graph_type

const QString GenericLoader::default_graph_type
protected

Definition at line 43 of file genericloader.h.

◆ default_plot_autorescale

const bool GenericLoader::default_plot_autorescale
protected

Definition at line 38 of file genericloader.h.

◆ default_plot_bgcolor

const QString GenericLoader::default_plot_bgcolor
protected

Definition at line 37 of file genericloader.h.

◆ default_plot_gridx

const int GenericLoader::default_plot_gridx
protected

Definition at line 30 of file genericloader.h.

◆ default_plot_gridy

const int GenericLoader::default_plot_gridy
protected

Definition at line 31 of file genericloader.h.

◆ default_plot_hspan

const int GenericLoader::default_plot_hspan
protected

Definition at line 32 of file genericloader.h.

◆ default_plot_maxval

const float GenericLoader::default_plot_maxval
protected

Definition at line 35 of file genericloader.h.

◆ default_plot_minval

const float GenericLoader::default_plot_minval
protected

Definition at line 34 of file genericloader.h.

◆ default_plot_realtime

const bool GenericLoader::default_plot_realtime
protected

Definition at line 39 of file genericloader.h.

◆ default_plot_size

const int GenericLoader::default_plot_size
protected

Definition at line 36 of file genericloader.h.

◆ default_plot_title

const QString GenericLoader::default_plot_title
protected

Definition at line 41 of file genericloader.h.

◆ default_plot_triggermode

const bool GenericLoader::default_plot_triggermode
protected

Definition at line 40 of file genericloader.h.

◆ default_plot_vspan

const int GenericLoader::default_plot_vspan
protected

Definition at line 33 of file genericloader.h.

◆ default_portscope_carrier

const QString GenericLoader::default_portscope_carrier
protected

Definition at line 27 of file genericloader.h.

◆ default_portscope_columns

const int GenericLoader::default_portscope_columns
protected

Definition at line 26 of file genericloader.h.

◆ default_portscope_localport

const QString GenericLoader::default_portscope_localport
protected

Definition at line 29 of file genericloader.h.

◆ default_portscope_persistent

const bool GenericLoader::default_portscope_persistent
protected

Definition at line 28 of file genericloader.h.

◆ default_portscope_rows

const int GenericLoader::default_portscope_rows
protected

Definition at line 25 of file genericloader.h.

◆ portscope_carrier

QString GenericLoader::portscope_carrier

Definition at line 50 of file genericloader.h.

◆ portscope_columns

int GenericLoader::portscope_columns

Definition at line 49 of file genericloader.h.

◆ portscope_persistent

bool GenericLoader::portscope_persistent

Definition at line 51 of file genericloader.h.

◆ portscope_rows

int GenericLoader::portscope_rows

Definition at line 48 of file genericloader.h.


The documentation for this class was generated from the following files: