Lines Matching refs:PlayerChildWindow
44 class PlayerChildWindow : public SystemChildWindow class
48 PlayerChildWindow( Window* pParent );
49 ~PlayerChildWindow();
63 PlayerChildWindow::PlayerChildWindow( Window* pParent ) : in PlayerChildWindow() function in avmedia::gst::PlayerChildWindow
70 PlayerChildWindow::~PlayerChildWindow() in ~PlayerChildWindow()
76 void PlayerChildWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
87 void PlayerChildWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
98 void PlayerChildWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
109 void PlayerChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
117 void PlayerChildWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
125 void PlayerChildWindow::Command( const CommandEvent& rCEvt ) in Command()
272 mpPlayerWindow = new PlayerChildWindow( pParentWindow ); in create()