This class forms the content of the Goals tab in the US_Project GUI. More...
#include "us_project_gui.h"
Signals | |
void | goalsTabChanged (void) |
Emitted when the text in the goals tab changes. More... | |
Public Member Functions | |
US_ProjectGuiGoals (void) | |
Generic constructor for the US_ProjectGuiGoals class. More... | |
QString | getGoals (void) |
Returns the content entered by the user. More... | |
void | setGoals (QString) |
Loads the content of this tab. More... | |
Public Member Functions inherited from US_Widgets | |
US_Widgets (bool=true, QWidget *p=0, Qt::WindowFlags f=0) | |
~US_Widgets (void) | |
QLabel * | us_label (const QString &, int=0, int=QFont::Bold) |
QLabel * | us_textlabel (const QString &, int=-1, int=QFont::Bold) |
QLabel * | us_banner (const QString &, int=0, int=QFont::Bold) |
QPushButton * | us_pushbutton (const QString &, bool=true, int=0) |
QTextEdit * | us_textedit (void) |
QLineEdit * | us_lineedit (const QString &=0, int=-1, bool=false) |
void | us_setReadOnly (QLineEdit *, bool=true) |
void | us_setReadOnly (QTextEdit *, bool=true) |
QListWidget * | us_listwidget (int=0) |
QGridLayout * | us_checkbox (const QString &, QCheckBox *&, bool=false) |
QGridLayout * | us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false) |
QProgressBar * | us_progressBar (int, int, int=0) |
QComboBox * | us_comboBox (void) |
QLCDNumber * | us_lcd (int, int=0) |
QwtCounter * | us_counter (int, double, double, double=0.0) |
QwtPlot * | us_plot (const QString &, const QString &=QString(), const QString &=QString()) |
QwtPlotGrid * | us_grid (QwtPlot *) |
QwtPlotCurve * | us_curve (QwtPlot *, const QString &) |
QwtPlotPicker * | us_picker (QwtPlot *) |
QTabWidget * | us_tabwidget (int=0, int=QFont::Bold) |
void | write_plot (const QString &, const QwtPlot *) |
Write a plot file (PNG or SVG+PNG) from a plot. More... | |
int | clean_etc_dir (bool=false) |
Clean install and work ./etc directories. More... | |
Private Attributes | |
QTextEdit * | te_goals |
Additional Inherited Members | |
Static Public Member Functions inherited from US_Widgets | |
static QFont | fixedFont (void) |
Public Attributes inherited from US_Widgets | |
US_Global | g |
Connect to global memory and make the values accessible. More... | |
QPalette | vlgray |
Very light gray palette for read-only line edits. More... | |
This class forms the content of the Goals tab in the US_Project GUI.
Definition at line 93 of file us_project_gui.h.
US_ProjectGuiGoals::US_ProjectGuiGoals | ( | void | ) |
Generic constructor for the US_ProjectGuiGoals class.
Definition at line 820 of file us_project_gui.cpp.
QString US_ProjectGuiGoals::getGoals | ( | void | ) |
Returns the content entered by the user.
Definition at line 846 of file us_project_gui.cpp.
|
signal |
Emitted when the text in the goals tab changes.
void US_ProjectGuiGoals::setGoals | ( | QString | newGoals | ) |
Loads the content of this tab.
newGoals | The text to load into the text widget |
Definition at line 841 of file us_project_gui.cpp.
|
private |
Definition at line 113 of file us_project_gui.h.