The main window for the logger application.
More...
Public Slots |
| virtual void | show () |
Detailed Description
The main window for the logger application.
Constructor & Destructor Documentation
| MAKLogger::DtLgrMainWindow::DtLgrMainWindow |
( |
DtLgrGuiModel * |
model | ) |
|
| virtual MAKLogger::DtLgrMainWindow::~DtLgrMainWindow |
( |
| ) |
|
|
virtual |
Member Function Documentation
| void MAKLogger::DtLgrMainWindow::addMenu |
( |
QString |
previousMenuName, |
|
|
DtLgrMenu * |
menu |
|
) |
| |
| void MAKLogger::DtLgrMainWindow::closeEvent |
( |
QCloseEvent * |
ce | ) |
|
|
protected |
| void MAKLogger::DtLgrMainWindow::closeMainWindow |
( |
const bool & |
closeFlag | ) |
|
|
protected |
| MAKCommonWidgets::DtDynamicMenuBar& MAKLogger::DtLgrMainWindow::dynamicMenuBar |
( |
| ) |
|
Get the dynamic menu bar for this window.
| void MAKLogger::DtLgrMainWindow::errorMessage |
( |
QString |
message | ) |
|
Display an error message which blocks user interaction until acknowledged.
| void MAKLogger::DtLgrMainWindow::finishProgress |
( |
| ) |
|
Finish the progress indicator.
| virtual bool MAKLogger::DtLgrMainWindow::getConfigurationDirectory |
( |
DtFilename & |
configPath, |
|
|
bool |
makeDirEnabled |
|
) |
| |
|
virtual |
Get the configuration directory.
If enabled, call will make the directory (if it does not exist). Return bool: directory exists or was created successfully?
| const DtLgrGuiModel* MAKLogger::DtLgrMainWindow::guiModel |
( |
| ) |
const |
| virtual void MAKLogger::DtLgrMainWindow::loadGuiConfiguration |
( |
| ) |
|
|
virtual |
Loads the GUI configuration (window sizes, docking options)
| void MAKLogger::DtLgrMainWindow::printMessage |
( |
const DtString & |
message | ) |
|
|
protected |
| bool MAKLogger::DtLgrMainWindow::savedState |
( |
| ) |
|
|
protected |
| virtual void MAKLogger::DtLgrMainWindow::saveGuiConfiguration |
( |
bool |
forceSave = false | ) |
|
|
virtual |
Save the GUI configuration.
We do this when we shutdown. Save performed once unless forced.
| virtual void MAKLogger::DtLgrMainWindow::setVisible |
( |
bool |
on | ) |
|
|
virtual |
| virtual void MAKLogger::DtLgrMainWindow::show |
( |
| ) |
|
|
virtualslot |
| void MAKLogger::DtLgrMainWindow::showProgress |
( |
QString |
name, |
|
|
bool |
canBeCanceled |
|
) |
| |
| void MAKLogger::DtLgrMainWindow::updateProgress |
( |
QString |
msg, |
|
|
int |
progress |
|
) |
| |
Update progress indicator.
| virtual void MAKLogger::DtLgrMainWindow::updateTitleBar |
( |
const DtString |
loggerName | ) |
|
|
virtual |
| int MAKLogger::DtLgrMainWindow::yesNoCancelQuestion |
( |
QString |
question | ) |
|
Ask the user a yes,no question that can be canceled.
- Return values
-
| 0 | Answer was yes. |
| 1 | answer was no. |
| 2 | answer was cancel. |
| bool MAKLogger::DtLgrMainWindow::yesNoQuestion |
( |
QString |
question | ) |
|
Ask the user a question.
- Return values
-
| true | Answer was yes. |
| false | answer was not yes. |
Member Data Documentation
| bool MAKLogger::DtLgrMainWindow::myAlreadySaved |
|
protected |
| MAKCommonWidgets::DtDynamicMenuBar* MAKLogger::DtLgrMainWindow::myMenuBar |
|
protected |
| QProgressDialog* MAKLogger::DtLgrMainWindow::myProgressDialog |
|
protected |
| bool MAKLogger::DtLgrMainWindow::myRegisteredFileDropFlag |
|
protected |
| QString MAKLogger::DtLgrMainWindow::theGuiConfigFileName |
|
static |
| QString MAKLogger::DtLgrMainWindow::theShortTitleBarText |
|
static |
| QString MAKLogger::DtLgrMainWindow::theTitleBarText |
|
static |
The documentation for this class was generated from the following file: