copasi API
0.1
|
#include <CQPlayerControlWidget.h>
Signals | |
void | play () |
void | pause () |
void | stop () |
void | forward () |
void | backward () |
void | step_forward () |
void | step_backward () |
Public Member Functions | |
CQPlayerControlWidget (QWidget *pParent=NULL) | |
void | setNumSteps (unsigned int numSteps) |
void | setCurrentStep (unsigned int currentStep) |
bool | isPlaying () const |
QAction * | getPlayAction () |
QAction * | getPauseAction () |
QAction * | getStopAction () |
QAction * | getForwardAction () |
QAction * | getBackwardAction () |
QAction * | getStepForwardAction () |
QAction * | getStepBackwardAction () |
Protected Member Functions | |
void | updateButtons () |
void | updateActions () |
void | createActions () |
Protected Attributes | |
unsigned int | mNumSteps |
unsigned int | mCurrentStep |
bool | mPlaying |
QPushButton * | mpPlayButton |
QPushButton * | mpStopButton |
QPushButton * | mpForwardButton |
QPushButton * | mpBackwardButton |
QPushButton * | mpStepForwardButton |
QPushButton * | mpStepBackwardButton |
QAction * | mpPlayAction |
QAction * | mpPauseAction |
QAction * | mpStopAction |
QAction * | mpForwardAction |
QAction * | mpBackwardAction |
QAction * | mpStepForwardAction |
QAction * | mpStepBackwardAction |
CQPlayerControlWidget::CQPlayerControlWidget | ( | QWidget * | pParent = NULL | ) |
void CQPlayerControlWidget::backward | ( | ) | [signal] |
void CQPlayerControlWidget::createActions | ( | ) | [protected] |
void CQPlayerControlWidget::forward | ( | ) | [signal] |
QAction * CQPlayerControlWidget::getBackwardAction | ( | ) |
QAction * CQPlayerControlWidget::getForwardAction | ( | ) |
QAction * CQPlayerControlWidget::getPauseAction | ( | ) |
QAction * CQPlayerControlWidget::getPlayAction | ( | ) |
QAction * CQPlayerControlWidget::getStepBackwardAction | ( | ) |
QAction * CQPlayerControlWidget::getStepForwardAction | ( | ) |
QAction * CQPlayerControlWidget::getStopAction | ( | ) |
bool CQPlayerControlWidget::isPlaying | ( | ) | const |
void CQPlayerControlWidget::pause | ( | ) | [signal] |
void CQPlayerControlWidget::play | ( | ) | [signal] |
void CQPlayerControlWidget::setCurrentStep | ( | unsigned int | currentStep | ) |
void CQPlayerControlWidget::setNumSteps | ( | unsigned int | numSteps | ) |
void CQPlayerControlWidget::step_backward | ( | ) | [signal] |
void CQPlayerControlWidget::step_forward | ( | ) | [signal] |
void CQPlayerControlWidget::stop | ( | ) | [signal] |
void CQPlayerControlWidget::updateActions | ( | ) | [protected] |
void CQPlayerControlWidget::updateButtons | ( | ) | [protected] |
unsigned int CQPlayerControlWidget::mCurrentStep [protected] |
unsigned int CQPlayerControlWidget::mNumSteps [protected] |
QAction* CQPlayerControlWidget::mpBackwardAction [protected] |
QPushButton* CQPlayerControlWidget::mpBackwardButton [protected] |
QAction* CQPlayerControlWidget::mpForwardAction [protected] |
QPushButton* CQPlayerControlWidget::mpForwardButton [protected] |
bool CQPlayerControlWidget::mPlaying [protected] |
QAction* CQPlayerControlWidget::mpPauseAction [protected] |
QAction* CQPlayerControlWidget::mpPlayAction [protected] |
QPushButton* CQPlayerControlWidget::mpPlayButton [protected] |
QAction* CQPlayerControlWidget::mpStepBackwardAction [protected] |
QPushButton* CQPlayerControlWidget::mpStepBackwardButton [protected] |
QAction* CQPlayerControlWidget::mpStepForwardAction [protected] |
QPushButton* CQPlayerControlWidget::mpStepForwardButton [protected] |
QAction* CQPlayerControlWidget::mpStopAction [protected] |
QPushButton* CQPlayerControlWidget::mpStopButton [protected] |