|
Analysis
version 7.0 - august 2014
|
#include <GEVSpectraPlotMode.hh>
Public Member Functions | |
| GEVSpectraPlotMode () | |
| GEVSpectraPlotMode (const GEVSpectraPlotMode &original) | |
| GEVSpectraPlotMode & | operator= (const GEVSpectraPlotMode &original) |
| virtual | ~GEVSpectraPlotMode () |
| virtual TAttLine | GetLineAttr () const |
| virtual TAttMarker | GetMarkerAttr () const |
| virtual TAttFill | GetFillAttr () const |
| virtual void | SetLineAttr (const TAttLine &att) |
| virtual void | SetMarkerAttr (const TAttMarker &att) |
| virtual void | SetFillAttr (const TAttFill &att) |
| ClassDef (GEVSpectraPlotMode, 0) | |
Public Attributes | |
| Color_t | plot_line_color |
| Couleur de ligne des tracés | |
| Width_t | plot_line_width |
| Epaisseur de ligne des tracés | |
| Style_t | plot_line_style |
| Style de ligne des tracés | |
| Color_t | plot_fill_color |
| Couleur de remplissage des tracés | |
| Style_t | plot_fill_style |
| Style de remplissage des tracés | |
| Color_t | plot_marker_color |
| Couleur de marqueur des tracés | |
| Style_t | plot_marker_style |
| Style (type) de marqueur des tracés | |
| Size_t | plot_marker_size |
| Taille de marqueur des tracés | |
| UInt_t | plot_1D_options |
| Options de tracé des spectres. | |
| UInt_t | plot_2D_options |
| Options de tracé des spectres. | |
| UInt_t | plot_3D_options |
| Options de tracé des spectres. | |
Private Member Functions | |
| GObject (GEVSpectraPlotMode) | |
Cette classe définit les options pour le tracé des spectres.
| GEVSpectraPlotMode::GEVSpectraPlotMode | ( | ) |
Constructeur : les données sont récupérées des préférences.
References plot_1D_options, GEVPreferences::plot_1D_options, plot_2D_options, GEVPreferences::plot_2D_options, plot_3D_options, GEVPreferences::plot_3D_options, plot_fill_color, GEVPreferences::plot_fill_color, plot_fill_style, GEVPreferences::plot_fill_style, plot_line_color, GEVPreferences::plot_line_color, plot_line_style, GEVPreferences::plot_line_style, plot_line_width, GEVPreferences::plot_line_width, plot_marker_color, GEVPreferences::plot_marker_color, plot_marker_size, GEVPreferences::plot_marker_size, plot_marker_style, and GEVPreferences::plot_marker_style.
| GEVSpectraPlotMode::GEVSpectraPlotMode | ( | const GEVSpectraPlotMode & | original | ) |
Constructeur de recopie.
| original | donnée à recopier |
References plot_1D_options, plot_2D_options, plot_3D_options, plot_fill_color, plot_fill_style, plot_line_color, plot_line_style, plot_line_width, plot_marker_color, plot_marker_size, and plot_marker_style.
|
virtual |
Destructeur.
|
private |
Macro from GCpp library that defines the following functions:
| GEVSpectraPlotMode & GEVSpectraPlotMode::operator= | ( | const GEVSpectraPlotMode & | original | ) |
Opérateur d'affectation.
| original | donnée à recopier |
References plot_1D_options, plot_2D_options, plot_3D_options, plot_fill_color, plot_fill_style, plot_line_color, plot_line_style, plot_line_width, plot_marker_color, plot_marker_size, and plot_marker_style.
|
inlinevirtual |
Fonction qui retourne les attributs de ligne.
References plot_line_color, plot_line_style, and plot_line_width.
Referenced by GEVSpectraPlotModeWidget::Construct(), and GEVPagePlotsModeEditor::Set().
|
inlinevirtual |
Fonction qui retourne les attributs de marqueur.
References plot_marker_color, plot_marker_size, and plot_marker_style.
Referenced by GEVSpectraPlotModeWidget::Construct(), and GEVPagePlotsModeEditor::Set().
|
inlinevirtual |
Fonction qui retourne les attributs de remplissage.
References plot_fill_color, and plot_fill_style.
Referenced by GEVSpectraPlotModeWidget::Construct(), and GEVPagePlotsModeEditor::Set().
|
inlinevirtual |
Fonction qui définit les attributs de ligne.
| att | attributs à recopier |
References plot_line_color, plot_line_style, and plot_line_width.
Referenced by GEVPagePlotsModeEditor::Set().
|
inlinevirtual |
Fonction qui définit les attributs de marqueur.
| att | attributs à recopier |
References plot_marker_color, plot_marker_size, and plot_marker_style.
Referenced by GEVPagePlotsModeEditor::Set().
|
inlinevirtual |
Fonction qui définit les attributs de remplissage.
| att | attributs à recopier |
References plot_fill_color, and plot_fill_style.
Referenced by GEVPagePlotsModeEditor::Set().
| GEVSpectraPlotMode::ClassDef | ( | GEVSpectraPlotMode | , |
| 0 | |||
| ) |
Définition à usage de ROOT...