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

#include <playlistentrydialog.h>

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

Public Slots

bool showDialog (const QHash< QString, QString > &hash=QHash< QString, QString >())
 
void hideDialog ()
 
void onAccepted ()
 
void onRejected ()
 

Public Member Functions

 PlaylistEntryDialog (MainWindow *mainwindow, QWidget *parent=0)
 
const QHash< QString, QString > getSelectedCore ()
 
const QString getSelectedDatabase ()
 
const QString getSelectedName ()
 
const QString getSelectedPath ()
 
const QStringList getSelectedExtensions ()
 
bool filterInArchive ()
 
bool nameFieldEnabled ()
 
void setEntryValues (const QHash< QString, QString > &contentHash)
 

Private Slots

void onPathClicked ()
 

Private Member Functions

void loadPlaylistOptions ()
 

Private Attributes

MainWindowm_mainwindow
 
QSettings * m_settings
 
QLineEdit * m_nameLineEdit
 
QLineEdit * m_pathLineEdit
 
QLineEdit * m_extensionsLineEdit
 
QComboBox * m_coreComboBox
 
QComboBox * m_databaseComboBox
 
QCheckBox * m_extensionArchiveCheckBox
 

Constructor & Destructor Documentation

◆ PlaylistEntryDialog()

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

Member Function Documentation

◆ filterInArchive()

bool PlaylistEntryDialog::filterInArchive ( )
Here is the caller graph for this function:

◆ getSelectedCore()

const QHash< QString, QString > PlaylistEntryDialog::getSelectedCore ( )
Here is the caller graph for this function:

◆ getSelectedDatabase()

const QString PlaylistEntryDialog::getSelectedDatabase ( )
Here is the caller graph for this function:

◆ getSelectedExtensions()

const QStringList PlaylistEntryDialog::getSelectedExtensions ( )
Here is the caller graph for this function:

◆ getSelectedName()

const QString PlaylistEntryDialog::getSelectedName ( )
Here is the caller graph for this function:

◆ getSelectedPath()

const QString PlaylistEntryDialog::getSelectedPath ( )
Here is the caller graph for this function:

◆ hideDialog

void PlaylistEntryDialog::hideDialog ( )
slot

◆ loadPlaylistOptions()

void PlaylistEntryDialog::loadPlaylistOptions ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nameFieldEnabled()

bool PlaylistEntryDialog::nameFieldEnabled ( )
Here is the caller graph for this function:

◆ onAccepted

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

◆ onPathClicked

void PlaylistEntryDialog::onPathClicked ( )
privateslot
Here is the caller graph for this function:

◆ onRejected

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

◆ setEntryValues()

void PlaylistEntryDialog::setEntryValues ( const QHash< QString, QString > &  contentHash)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ showDialog

bool PlaylistEntryDialog::showDialog ( const QHash< QString, QString > &  hash = QHash<QString, QString>())
slot
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_coreComboBox

QComboBox* PlaylistEntryDialog::m_coreComboBox
private

◆ m_databaseComboBox

QComboBox* PlaylistEntryDialog::m_databaseComboBox
private

◆ m_extensionArchiveCheckBox

QCheckBox* PlaylistEntryDialog::m_extensionArchiveCheckBox
private

◆ m_extensionsLineEdit

QLineEdit* PlaylistEntryDialog::m_extensionsLineEdit
private

◆ m_mainwindow

MainWindow* PlaylistEntryDialog::m_mainwindow
private

◆ m_nameLineEdit

QLineEdit* PlaylistEntryDialog::m_nameLineEdit
private

◆ m_pathLineEdit

QLineEdit* PlaylistEntryDialog::m_pathLineEdit
private

◆ m_settings

QSettings* PlaylistEntryDialog::m_settings
private

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