RetroArch
Public Slots | Signals | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
CoreOptionsDialog Class Reference

#include <coreoptionsdialog.h>

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

Public Slots

void reload ()
 

Signals

void closed ()
 
void resized (QSize size)
 

Public Member Functions

 CoreOptionsDialog (QWidget *parent=0)
 
 ~CoreOptionsDialog ()
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 
void resizeEvent (QResizeEvent *event)
 
void paintEvent (QPaintEvent *event)
 

Private Slots

void clearLayout ()
 
void buildLayout ()
 
void onSaveGameSpecificOptions ()
 
void onCoreOptionComboBoxCurrentIndexChanged (int index)
 

Private Attributes

QPointer< QVBoxLayout > m_layout
 
QPointer< QScrollArea > m_scrollArea
 

Constructor & Destructor Documentation

◆ CoreOptionsDialog()

CoreOptionsDialog::CoreOptionsDialog ( QWidget *  parent = 0)
Here is the call graph for this function:

◆ ~CoreOptionsDialog()

CoreOptionsDialog::~CoreOptionsDialog ( )

Member Function Documentation

◆ buildLayout

void CoreOptionsDialog::buildLayout ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clearLayout

void CoreOptionsDialog::clearLayout ( )
privateslot
Here is the caller graph for this function:

◆ closed

void CoreOptionsDialog::closed ( )
signal
Here is the caller graph for this function:

◆ closeEvent()

void CoreOptionsDialog::closeEvent ( QCloseEvent *  event)
protected

◆ onCoreOptionComboBoxCurrentIndexChanged

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

◆ onSaveGameSpecificOptions

void CoreOptionsDialog::onSaveGameSpecificOptions ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ paintEvent()

void CoreOptionsDialog::paintEvent ( QPaintEvent *  event)
protected

◆ reload

void CoreOptionsDialog::reload ( )
slot
Here is the call graph for this function:

◆ resized

void CoreOptionsDialog::resized ( QSize  size)
signal
Here is the caller graph for this function:

◆ resizeEvent()

void CoreOptionsDialog::resizeEvent ( QResizeEvent *  event)
protected

Member Data Documentation

◆ m_layout

QPointer<QVBoxLayout> CoreOptionsDialog::m_layout
private

◆ m_scrollArea

QPointer<QScrollArea> CoreOptionsDialog::m_scrollArea
private

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