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

#include <ui_qt_load_core_window.h>

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

Signals

void coreLoaded ()
 
void windowClosed ()
 

Public Member Functions

 LoadCoreWindow (QWidget *parent=0)
 
void initCoreList (const QStringList &extensionFilters=QStringList())
 
void setStatusLabel (QString label)
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 
void closeEvent (QCloseEvent *event)
 

Private Slots

void onLoadCustomCoreClicked ()
 
void onCoreEnterPressed ()
 
void onCellDoubleClicked (int row, int column)
 

Private Member Functions

void loadCore (const char *path)
 

Private Attributes

QVBoxLayout m_layout
 
LoadCoreTableWidgetm_table
 
QLabel * m_statusLabel
 

Constructor & Destructor Documentation

◆ LoadCoreWindow()

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

Member Function Documentation

◆ closeEvent()

void LoadCoreWindow::closeEvent ( QCloseEvent *  event)
protected

◆ coreLoaded

void LoadCoreWindow::coreLoaded ( )
signal
Here is the caller graph for this function:

◆ initCoreList()

void LoadCoreWindow::initCoreList ( const QStringList &  extensionFilters = QStringList())
Here is the call graph for this function:
Here is the caller graph for this function:

◆ keyPressEvent()

void LoadCoreWindow::keyPressEvent ( QKeyEvent *  event)
protected

◆ loadCore()

void LoadCoreWindow::loadCore ( const char *  path)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onCellDoubleClicked

void LoadCoreWindow::onCellDoubleClicked ( int  row,
int  column 
)
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onCoreEnterPressed

void LoadCoreWindow::onCoreEnterPressed ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onLoadCustomCoreClicked

void LoadCoreWindow::onLoadCustomCoreClicked ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setStatusLabel()

void LoadCoreWindow::setStatusLabel ( QString  label)
Here is the caller graph for this function:

◆ windowClosed

void LoadCoreWindow::windowClosed ( )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ m_layout

QVBoxLayout LoadCoreWindow::m_layout
private

◆ m_statusLabel

QLabel* LoadCoreWindow::m_statusLabel
private

◆ m_table

LoadCoreTableWidget* LoadCoreWindow::m_table
private

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