

Public Member Functions | |
| QVLCFrame (intf_thread_t *_p_intf) | |
| virtual | ~QVLCFrame () |
| void | toggleVisible () |
Protected Member Functions | |
| void | readSettings (const QString &name, QSize defSize=QSize(1, 1), QPoint defPos=QPoint(0, 0)) |
| void | writeSettings (const QString &name) |
| virtual void | cancel () |
| virtual void | close () |
| virtual void | keyPressEvent (QKeyEvent *keyEvent) |
Protected Attributes | |
| intf_thread_t * | p_intf |
| QVLCFrame::QVLCFrame | ( | intf_thread_t * | _p_intf | ) | [inline] |
| virtual QVLCFrame::~QVLCFrame | ( | ) | [inline, virtual] |
| void QVLCFrame::toggleVisible | ( | ) | [inline] |
| void QVLCFrame::readSettings | ( | const QString & | name, | |
| QSize | defSize = QSize( 1, 1 ), |
|||
| QPoint | defPos = QPoint( 0, 0 ) | |||
| ) | [inline, protected] |
| void QVLCFrame::writeSettings | ( | const QString & | name | ) | [inline, protected] |
References QVLCTools::saveWidgetPosition().
| virtual void QVLCFrame::cancel | ( | ) | [inline, protected, virtual] |
Referenced by keyPressEvent().
| virtual void QVLCFrame::close | ( | void | ) | [inline, protected, virtual] |
| virtual void QVLCFrame::keyPressEvent | ( | QKeyEvent * | keyEvent | ) | [inline, protected, virtual] |
intf_thread_t* QVLCFrame::p_intf [protected] |
Referenced by MediaInfoDialog::MediaInfoDialog(), MetaPanel::MetaPanel(), and MetaPanel::saveMeta().
1.5.6