|
| virtual void | setEditableBackground () |
| | Set the background color for the editable QTextEdit widget to off-white. More...
|
| |
| virtual void | setNonEditableBackground () |
| | Set the background color for all non-editable widgets (those other than the QTextEdit widget) to light gray. More...
|
| |
| virtual void | setBgColor (QWidget *widget, QColor &color) |
| | Overloaded function to set the background color for all non-QWebView widgets. More...
|
| |
| virtual void | setBgColor (QTextBrowser *wview, QColor &color) |
| | Overloaded function to set the background color for the QTextBrowser widget. More...
|
| |
| virtual void | trimRight (QString &description) |
| | Trim all whitespace found at the end of the given text. More...
|
| |
| Enumerator |
|---|
| VALIDITY_INVALID |
|
| VALIDITY_EMPTY_STRING |
|
| VALIDITY_NON_LGR_FILE |
|
| VALIDITY_NO_FILE |
|
| VALIDITY_DIRECTORY |
|
| VALIDITY_VALID |
|
| MAKLogger::DtRemoteFilePreviewWidget::DtRemoteFilePreviewWidget |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f = Qt::SubWindow |
|
) |
| |
| virtual MAKLogger::DtRemoteFilePreviewWidget::~DtRemoteFilePreviewWidget |
( |
| ) |
|
|
virtual |
| virtual void MAKLogger::DtRemoteFilePreviewWidget::clearContent |
( |
| ) |
|
|
virtual |
Clear content from all display widgets.
| virtual QString MAKLogger::DtRemoteFilePreviewWidget::description |
( |
| ) |
|
|
virtual |
Get the description string associated with the currently inspected logger file.
| virtual bool MAKLogger::DtRemoteFilePreviewWidget::descriptionChanged |
( |
| ) |
|
|
virtual |
Get whether the description string has been changed in the Edit panel.
| virtual bool MAKLogger::DtRemoteFilePreviewWidget::isEditMode |
( |
| ) |
|
|
virtual |
Set and get whether the current state is Edit Mode.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::onCancel |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void MAKLogger::DtRemoteFilePreviewWidget::onDescriptionChanged |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void MAKLogger::DtRemoteFilePreviewWidget::onOK |
( |
| ) |
|
|
protectedvirtualslot |
| virtual PreviewValidity MAKLogger::DtRemoteFilePreviewWidget::previewInformation |
( |
const QString & |
| ) |
|
|
virtualslot |
If displaying information, previews the contents of the scenario in the scenario preview widget.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setBgColor |
( |
QWidget * |
widget, |
|
|
QColor & |
color |
|
) |
| |
|
protectedvirtual |
Overloaded function to set the background color for all non-QWebView widgets.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setBgColor |
( |
QTextBrowser * |
wview, |
|
|
QColor & |
color |
|
) |
| |
|
protectedvirtual |
Overloaded function to set the background color for the QTextBrowser widget.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setDescription |
( |
const QString & |
description | ) |
|
|
virtual |
Set the description text where a description already exists but is not saved.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setEditableBackground |
( |
| ) |
|
|
protectedvirtual |
Set the background color for the editable QTextEdit widget to off-white.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setEnablePreviewButton |
( |
bool |
enable | ) |
|
|
virtual |
Set whether the Preview/Edit button is enabled or not.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setNonEditableBackground |
( |
| ) |
|
|
protectedvirtual |
Set the background color for all non-editable widgets (those other than the QTextEdit widget) to light gray.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::setShowPreviewButton |
( |
bool |
show | ) |
|
|
virtual |
Set whether to show the Preview/Edit button.
Used for displaying all dialogs except the Open File dialog.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::toggleEditMode |
( |
| ) |
|
|
virtualslot |
Toggle the preview widget between Preview and Edit mode.
Preview mode shows an Edit button and the QWebView widget, while Edit mode shows a Preview button and the QTextEdit widget.
| virtual void MAKLogger::DtRemoteFilePreviewWidget::trimRight |
( |
QString & |
description | ) |
|
|
protectedvirtual |
Trim all whitespace found at the end of the given text.
| virtual PreviewValidity MAKLogger::DtRemoteFilePreviewWidget::validSelection |
( |
| ) |
|
|
virtual |
Whether the currently inspected file is valid for opening.
| bool MAKLogger::DtRemoteFilePreviewWidget::myDescriptionChanged |
|
protected |
| QTextEdit* MAKLogger::DtRemoteFilePreviewWidget::myDescriptionEdit |
|
protected |
| QTextBrowser* MAKLogger::DtRemoteFilePreviewWidget::myDescriptionView |
|
protected |
| int MAKLogger::DtRemoteFilePreviewWidget::myInitialDescriptionLength |
|
protected |
| Ui_DtLgrFilePreviewWidgetUi MAKLogger::DtRemoteFilePreviewWidget::myUiImpl |
The documentation for this class was generated from the following file: