Home
last modified time | relevance | path

Searched refs:m_GeneralPageOutput (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayerconfig.cpp476 configdialog->m_GeneralPageOutput->videoDriver->setCurrentRow(videodriver); in show()
477 configdialog->m_GeneralPageOutput->audioDriver->setCurrentRow(audiodriver); in show()
708 videodriver = configdialog->m_GeneralPageOutput->videoDriver->currentRow(); in okPressed()
709 audiodriver = configdialog->m_GeneralPageOutput->audioDriver->currentRow(); in okPressed()
H A Dpref.cpp83 m_GeneralPageOutput = new PrefGeneralPageOutput in Preferences()
85 tab->addTab (m_GeneralPageOutput, i18n("Output")); in Preferences()
908 m_GeneralPageOutput->videoDriver->setCurrentRow(0); in setDefaults()
909 m_GeneralPageOutput->audioDriver->setCurrentRow(0); in setDefaults()
H A Dpref.h90 PrefGeneralPageOutput *m_GeneralPageOutput; variable