#include <ExtraToolbar.h>

Public Slots | |
| void | slotSetButtonView () |
| void | slotAddRecentChart (QString) |
| void | slotRemoveRecentCharts (QStringList) |
Signals | |
| void | fileSelected (QString) |
| void | recentTab (QString) |
| void | signalSetGroupNavItem (QString, QString) |
| void | signalSetChartNavItem (QString, QString) |
Public Member Functions | |
| ExtraToolbar (QMainWindow *) | |
| ~ExtraToolbar () | |
| void | saveSettings () |
Private Slots | |
| void | slotRecentChartSelected (int) |
Private Member Functions | |
| void | sortRecentCharts (QString) |
Private Attributes | |
| QComboBox * | recentCombo |
| RcFile | rcfile |
Definition at line 33 of file ExtraToolbar.h.
| ExtraToolbar::ExtraToolbar | ( | QMainWindow * | mw | ) |
Definition at line 31 of file ExtraToolbar.cpp.
References RcFile::loadData(), rcfile, RcFile::RecentChartsList, recentCombo, RcFile::ShowExtraToolbar, and slotRecentChartSelected().
| ExtraToolbar::~ExtraToolbar | ( | ) |
Definition at line 65 of file ExtraToolbar.cpp.
| void ExtraToolbar::fileSelected | ( | QString | ) | [signal] |
Referenced by slotRecentChartSelected().
| void ExtraToolbar::recentTab | ( | QString | ) | [signal] |
Referenced by slotRecentChartSelected().
| void ExtraToolbar::signalSetGroupNavItem | ( | QString | , | |
| QString | ||||
| ) | [signal] |
Referenced by slotRecentChartSelected().
| void ExtraToolbar::signalSetChartNavItem | ( | QString | , | |
| QString | ||||
| ) | [signal] |
Referenced by slotRecentChartSelected().
| void ExtraToolbar::saveSettings | ( | ) |
Definition at line 69 of file ExtraToolbar.cpp.
References rcfile, RcFile::RecentChartsList, recentCombo, and RcFile::saveData().
Referenced by QtstalkerApp::slotQuit().
| void ExtraToolbar::slotSetButtonView | ( | ) | [slot] |
Definition at line 80 of file ExtraToolbar.cpp.
References RcFile::loadData(), rcfile, recentCombo, and RcFile::ShowRecentCharts.
Referenced by QtstalkerApp::initToolBar().
| void ExtraToolbar::slotAddRecentChart | ( | QString | selection | ) | [slot] |
Definition at line 115 of file ExtraToolbar.cpp.
References RcFile::Home, RcFile::loadData(), rcfile, recentCombo, and sortRecentCharts().
| void ExtraToolbar::slotRemoveRecentCharts | ( | QStringList | l | ) | [slot] |
Definition at line 126 of file ExtraToolbar.cpp.
References RcFile::Home, RcFile::loadData(), rcfile, and recentCombo.
| void ExtraToolbar::sortRecentCharts | ( | QString | s | ) | [private] |
Definition at line 143 of file ExtraToolbar.cpp.
References recentCombo.
Referenced by slotAddRecentChart(), and slotRecentChartSelected().
| void ExtraToolbar::slotRecentChartSelected | ( | int | ) | [private, slot] |
Definition at line 89 of file ExtraToolbar.cpp.
References fileSelected(), RcFile::Home, RcFile::loadData(), rcfile, recentCombo, recentTab(), signalSetChartNavItem(), signalSetGroupNavItem(), and sortRecentCharts().
Referenced by ExtraToolbar().
QComboBox* ExtraToolbar::recentCombo [private] |
Definition at line 55 of file ExtraToolbar.h.
Referenced by ExtraToolbar(), saveSettings(), slotAddRecentChart(), slotRecentChartSelected(), slotRemoveRecentCharts(), slotSetButtonView(), and sortRecentCharts().
RcFile ExtraToolbar::rcfile [private] |
Definition at line 56 of file ExtraToolbar.h.
Referenced by ExtraToolbar(), saveSettings(), slotAddRecentChart(), slotRecentChartSelected(), slotRemoveRecentCharts(), and slotSetButtonView().