#include <roctabswidget.h>
Public Slots | |
void | getFullConfig () |
void | setFullConfig () |
void | saveFullConfig () |
void | getCurrConfig () |
void | setCurrConfig () |
void | setCurrDefault () |
void | showSubChanged (SubWidget *sub) |
Public Member Functions | |
RocTabsWidget (QWidget *parent, roc::Board *brd) | |
void | setStatusBar (QStatusBar *st) |
roc::Board * | brd () const |
QStatusBar * | statusBar () const |
void | showMessage (const QString &msg, int tmout=0) |
Protected Member Functions | |
bool | produceCmdFile (FILE *f) |
Protected Attributes | |
roc::Board * | fBoard |
QStatusBar * | fStatus |
QString | fCmdFileName |
Definition at line 12 of file roctabswidget.h.
RocTabsWidget::RocTabsWidget | ( | QWidget * | parent, | |
roc::Board * | brd | |||
) |
Definition at line 8 of file roctabswidget.cpp.
roc::Board* RocTabsWidget::brd | ( | ) | const [inline] |
Definition at line 29 of file roctabswidget.h.
References fBoard.
void RocTabsWidget::getCurrConfig | ( | ) | [slot] |
Definition at line 95 of file roctabswidget.cpp.
References SubWidget::getSubConfig(), and SubWidget::setSubChanged().
void RocTabsWidget::getFullConfig | ( | ) | [slot] |
Definition at line 16 of file roctabswidget.cpp.
References SubWidget::getSubConfig(), SubWidget::setSubChanged(), and showMessage().
bool RocTabsWidget::produceCmdFile | ( | FILE * | f | ) | [protected] |
Definition at line 124 of file roctabswidget.cpp.
References SubWidget::fillCmdFile().
Referenced by saveFullConfig().
void RocTabsWidget::saveFullConfig | ( | ) | [slot] |
Definition at line 44 of file roctabswidget.cpp.
References fCmdFileName, produceCmdFile(), and showMessage().
void RocTabsWidget::setCurrConfig | ( | ) | [slot] |
Definition at line 104 of file roctabswidget.cpp.
References SubWidget::setSubChanged(), and SubWidget::setSubConfig().
void RocTabsWidget::setCurrDefault | ( | ) | [slot] |
Definition at line 113 of file roctabswidget.cpp.
References SubWidget::setSubToDefault(), and showMessage().
void RocTabsWidget::setFullConfig | ( | ) | [slot] |
Definition at line 30 of file roctabswidget.cpp.
References SubWidget::setSubChanged(), SubWidget::setSubConfig(), and showMessage().
void RocTabsWidget::setStatusBar | ( | QStatusBar * | st | ) | [inline] |
void RocTabsWidget::showMessage | ( | const QString & | msg, | |
int | tmout = 0 | |||
) |
Definition at line 89 of file roctabswidget.cpp.
References fStatus.
Referenced by getFullConfig(), saveFullConfig(), setCurrDefault(), setFullConfig(), and SubWidget::showMessage().
void RocTabsWidget::showSubChanged | ( | SubWidget * | sub | ) | [slot] |
Definition at line 68 of file roctabswidget.cpp.
References SubWidget::isSubChanged().
Referenced by SubWidget::setSubChanged().
QStatusBar* RocTabsWidget::statusBar | ( | ) | const [inline] |
Definition at line 30 of file roctabswidget.h.
References fStatus.
roc::Board* RocTabsWidget::fBoard [protected] |
Definition at line 16 of file roctabswidget.h.
Referenced by brd().
QString RocTabsWidget::fCmdFileName [protected] |
Definition at line 20 of file roctabswidget.h.
Referenced by saveFullConfig().
QStatusBar* RocTabsWidget::fStatus [protected] |
Definition at line 18 of file roctabswidget.h.
Referenced by setStatusBar(), showMessage(), and statusBar().