RetroArch
Public Slots | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
ViewOptionsDialog Class Reference

#include <viewoptionsdialog.h>

Inheritance diagram for ViewOptionsDialog:
[legend]
Collaboration diagram for ViewOptionsDialog:
[legend]

Public Slots

void showDialog ()
 
void hideDialog ()
 
void onAccepted ()
 
void onRejected ()
 

Public Member Functions

 ViewOptionsDialog (MainWindow *mainwindow, QWidget *parent=0)
 

Private Slots

void onThemeComboBoxIndexChanged (int index)
 
void onHighlightColorChoose ()
 

Private Member Functions

void loadViewOptions ()
 
void saveViewOptions ()
 
void showOrHideHighlightColor ()
 

Private Attributes

MainWindowm_mainwindow
 
QSettings * m_settings
 
QCheckBox * m_saveGeometryCheckBox
 
QCheckBox * m_saveDockPositionsCheckBox
 
QCheckBox * m_saveLastTabCheckBox
 
QCheckBox * m_showHiddenFilesCheckBox
 
QComboBox * m_themeComboBox
 
QComboBox * m_startupPlaylistComboBox
 
QPushButton * m_highlightColorPushButton
 
QColor m_highlightColor
 
QLabel * m_highlightColorLabel
 
QString m_customThemePath
 
QCheckBox * m_suggestLoadedCoreFirstCheckBox
 
QSpinBox * m_allPlaylistsListMaxCountSpinBox
 
QSpinBox * m_allPlaylistsGridMaxCountSpinBox
 

Constructor & Destructor Documentation

◆ ViewOptionsDialog()

ViewOptionsDialog::ViewOptionsDialog ( MainWindow mainwindow,
QWidget *  parent = 0 
)
Here is the call graph for this function:

Member Function Documentation

◆ hideDialog

void ViewOptionsDialog::hideDialog ( )
slot

◆ loadViewOptions()

void ViewOptionsDialog::loadViewOptions ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onAccepted

void ViewOptionsDialog::onAccepted ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onHighlightColorChoose

void ViewOptionsDialog::onHighlightColorChoose ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onRejected

void ViewOptionsDialog::onRejected ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onThemeComboBoxIndexChanged

void ViewOptionsDialog::onThemeComboBoxIndexChanged ( int  index)
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveViewOptions()

void ViewOptionsDialog::saveViewOptions ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ showDialog

void ViewOptionsDialog::showDialog ( )
slot
Here is the call graph for this function:

◆ showOrHideHighlightColor()

void ViewOptionsDialog::showOrHideHighlightColor ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_allPlaylistsGridMaxCountSpinBox

QSpinBox* ViewOptionsDialog::m_allPlaylistsGridMaxCountSpinBox
private

◆ m_allPlaylistsListMaxCountSpinBox

QSpinBox* ViewOptionsDialog::m_allPlaylistsListMaxCountSpinBox
private

◆ m_customThemePath

QString ViewOptionsDialog::m_customThemePath
private

◆ m_highlightColor

QColor ViewOptionsDialog::m_highlightColor
private

◆ m_highlightColorLabel

QLabel* ViewOptionsDialog::m_highlightColorLabel
private

◆ m_highlightColorPushButton

QPushButton* ViewOptionsDialog::m_highlightColorPushButton
private

◆ m_mainwindow

MainWindow* ViewOptionsDialog::m_mainwindow
private

◆ m_saveDockPositionsCheckBox

QCheckBox* ViewOptionsDialog::m_saveDockPositionsCheckBox
private

◆ m_saveGeometryCheckBox

QCheckBox* ViewOptionsDialog::m_saveGeometryCheckBox
private

◆ m_saveLastTabCheckBox

QCheckBox* ViewOptionsDialog::m_saveLastTabCheckBox
private

◆ m_settings

QSettings* ViewOptionsDialog::m_settings
private

◆ m_showHiddenFilesCheckBox

QCheckBox* ViewOptionsDialog::m_showHiddenFilesCheckBox
private

◆ m_startupPlaylistComboBox

QComboBox* ViewOptionsDialog::m_startupPlaylistComboBox
private

◆ m_suggestLoadedCoreFirstCheckBox

QCheckBox* ViewOptionsDialog::m_suggestLoadedCoreFirstCheckBox
private

◆ m_themeComboBox

QComboBox* ViewOptionsDialog::m_themeComboBox
private

The documentation for this class was generated from the following files: