|
void | applyOptions () |
|
void | saveOptions () |
|
void | addKeyMapping (int _key, Qt::KeyboardModifiers _modifiers, QObject *_plugin, int _keyBindingID) |
|
|
enum | DOWNLOAD { NONE
, VERSIONS_FILE
, PLUGIN
, WINDOWS_SETUP
} |
|
Definition at line 64 of file optionsWidget.hh.
◆ DOWNLOAD
enum OptionsWidget::DOWNLOAD |
|
private |
◆ OptionsWidget()
OptionsWidget::OptionsWidget |
( |
std::vector< PluginInfo > & |
_plugins, |
|
|
std::vector< KeyBinding > & |
_core, |
|
|
InverseKeyMap & |
_invKeys, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ applyShortcuts()
void OptionsWidget::applyShortcuts |
( |
| ) |
|
|
private |
check which of the shortcuts changed and inform the core about the change
Definition at line 123 of file keyBindings.cc.
◆ authentication
void OptionsWidget::authentication |
( |
QNetworkReply * |
_reply, |
|
|
QAuthenticator * |
_authenticator |
|
) |
| |
|
privateslot |
◆ cancelDownload
void OptionsWidget::cancelDownload |
( |
| ) |
|
|
privateslot |
◆ compareVersions()
void OptionsWidget::compareVersions |
( |
| ) |
|
|
private |
Compares the versions from the downloaded Versions file with the current versions.
Definition at line 946 of file optionsWidget.cc.
◆ getBackgroundColor
void OptionsWidget::getBackgroundColor |
( |
| ) |
|
|
privateslot |
◆ getDefaultColor
void OptionsWidget::getDefaultColor |
( |
| ) |
|
|
privateslot |
◆ getPluginInfo()
int OptionsWidget::getPluginInfo |
( |
const QString & |
pluginName | ) |
|
|
private |
get the pluginInfo object corresponding to the given pluginName
Definition at line 50 of file keyBindings.cc.
◆ httpRequestFinished
void OptionsWidget::httpRequestFinished |
( |
QNetworkReply * |
_qnr | ) |
|
|
privateslot |
◆ initKeyTree()
void OptionsWidget::initKeyTree |
( |
| ) |
|
|
private |
init the TreeWidget containing the keyBindings
Definition at line 196 of file keyBindings.cc.
◆ initPluginOptions()
void OptionsWidget::initPluginOptions |
( |
| ) |
|
|
private |
◆ isNewer()
bool OptionsWidget::isNewer |
( |
QString |
_current, |
|
|
QString |
_latest |
|
) |
| |
|
private |
Compares two version strings and returns if a newer Version is available.
Definition at line 914 of file optionsWidget.cc.
◆ keyTreeDoubleClicked
void OptionsWidget::keyTreeDoubleClicked |
( |
QTreeWidgetItem * |
_item, |
|
|
int |
col |
|
) |
| |
|
privateslot |
◆ keyTreeItemChanged
void OptionsWidget::keyTreeItemChanged |
( |
QTreeWidgetItem * |
current, |
|
|
QTreeWidgetItem * |
previous |
|
) |
| |
|
privateslot |
keyBinding TreeWidget-Item changed
user selects a different item in the tree
Definition at line 70 of file keyBindings.cc.
◆ restoreKeyPresets
void OptionsWidget::restoreKeyPresets |
( |
| ) |
|
|
privateslot |
◆ showError
void OptionsWidget::showError |
( |
QNetworkReply::NetworkError |
_error | ) |
|
|
privateslot |
◆ showEvent()
void OptionsWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protected |
◆ slotApply
void OptionsWidget::slotApply |
( |
| ) |
|
|
privateslot |
Update Options and tell others about changed Options.
Definition at line 631 of file optionsWidget.cc.
◆ slotCancel
void OptionsWidget::slotCancel |
( |
| ) |
|
|
privateslot |
◆ slotCheckUpdates
void OptionsWidget::slotCheckUpdates |
( |
| ) |
|
|
privateslot |
◆ slotClearINI
void OptionsWidget::slotClearINI |
( |
| ) |
|
|
privateslot |
◆ slotClearSettings
void OptionsWidget::slotClearSettings |
( |
| ) |
|
|
privateslot |
◆ slotGetUpdates
void OptionsWidget::slotGetUpdates |
( |
| ) |
|
|
privateslot |
◆ slotOk
void OptionsWidget::slotOk |
( |
| ) |
|
|
privateslot |
◆ slotPreviewStereoSettings
void OptionsWidget::slotPreviewStereoSettings |
( |
int |
_tmpParam = 0 | ) |
|
|
privateslot |
This function is called to update stereo settings for real-time preview Note: The parameter only makes sure that the signals can be connected to this slot.
Definition at line 998 of file optionsWidget.cc.
◆ slotReloadShaders
void OptionsWidget::slotReloadShaders |
( |
| ) |
|
|
privateslot |
◆ slotShowPluginOptions
void OptionsWidget::slotShowPluginOptions |
( |
const QString & |
_pluginName | ) |
|
|
privateslot |
◆ slotTranslationIndexChanged
void OptionsWidget::slotTranslationIndexChanged |
( |
int |
| ) |
|
|
privateslot |
◆ startDownload()
void OptionsWidget::startDownload |
( |
QString |
_url | ) |
|
|
private |
Starts the download of the given file.
Definition at line 52 of file downloader.cc.
◆ switchStackedWidget
void OptionsWidget::switchStackedWidget |
( |
| ) |
|
|
privateslot |
Switch between the stacked widgets of the stereo settings.
Definition at line 221 of file optionsWidget.cc.
◆ updateComponent
void OptionsWidget::updateComponent |
( |
| ) |
|
|
privateslot |
◆ updateDataReadProgress
void OptionsWidget::updateDataReadProgress |
( |
qint64 |
_bytesReceived, |
|
|
qint64 |
_bytesTotal |
|
) |
| |
|
privateslot |
◆ updateShortcut
void OptionsWidget::updateShortcut |
( |
| ) |
|
|
privateslot |
check if the shortcut exists and add it if not
Definition at line 86 of file keyBindings.cc.
◆ updateVersionsTable()
void OptionsWidget::updateVersionsTable |
( |
| ) |
|
|
private |
◆ updateViewerSettings
void OptionsWidget::updateViewerSettings |
( |
int |
_row | ) |
|
|
privateslot |
update the dialog if the selected viewer changes
Definition at line 240 of file optionsWidget.cc.
◆ viewerSettingsChanged [1/2]
void OptionsWidget::viewerSettingsChanged |
( |
int |
_index | ) |
|
|
privateslot |
◆ viewerSettingsChanged [2/2]
void OptionsWidget::viewerSettingsChanged |
( |
QListWidgetItem * |
_item | ) |
|
|
privateslot |
◆ backgroundColor_
QColor OptionsWidget::backgroundColor_ |
|
private |
◆ coreKeys_
◆ currentUpdateName_
QString OptionsWidget::currentUpdateName_ |
|
private |
◆ defaultDrawModes_
◆ defaultProjectionMode_
std::vector< bool > OptionsWidget::defaultProjectionMode_ |
|
private |
◆ defaultRotationLocks_
std::vector< bool > OptionsWidget::defaultRotationLocks_ |
|
private |
◆ defaultViewingDirections_
std::vector< int > OptionsWidget::defaultViewingDirections_ |
|
private |
◆ downloadRep_
QNetworkReply* OptionsWidget::downloadRep_ |
|
private |
◆ exitOnClose_
bool OptionsWidget::exitOnClose_ |
|
private |
◆ file
QFile* OptionsWidget::file |
|
private |
◆ httpRequestAborted
bool OptionsWidget::httpRequestAborted |
|
private |
◆ keys_
InverseKeyMap& OptionsWidget::keys_ |
|
private |
◆ networkMan_
QNetworkAccessManager* OptionsWidget::networkMan_ |
|
private |
◆ pluginOptionsLayout
QVBoxLayout* OptionsWidget::pluginOptionsLayout |
|
private |
◆ pluginPath_
QString OptionsWidget::pluginPath_ |
|
private |
Here the architecture specific path for plugins will be created
Definition at line 232 of file optionsWidget.hh.
◆ plugins_
◆ progressDialog_
QProgressDialog* OptionsWidget::progressDialog_ |
|
private |
◆ restartRequired_
bool OptionsWidget::restartRequired_ |
|
private |
Used to track whether another language has been selected
Definition at line 240 of file optionsWidget.hh.
◆ updatedPlugins_
QStringList OptionsWidget::updatedPlugins_ |
|
private |
After checking for updates this variable will contain a list of filenames for which updates are available
Definition at line 228 of file optionsWidget.hh.
◆ updatingViewerSettings_
bool OptionsWidget::updatingViewerSettings_ |
|
private |
The documentation for this class was generated from the following files: