JUCE Designer
 All Classes Functions Variables
juced_DirectShowComponent.h
1 /*
2  ==============================================================================
3 
4  juced_DirectShowComponent.h
5  Created: 22 May 2013 10:53:46pm
6  Author: admin
7 
8  ==============================================================================
9 */
10 
11 #ifndef __JUCED_DIRECTSHOWCOMPONENT_H_43DF349E__
12 #define __JUCED_DIRECTSHOWCOMPONENT_H_43DF349E__
13 
14 #include "../Designer/Globals.h"
15 
16 class juced_DirectShowComponent : public DirectShowComponent,
17  public DynamicObject
18 {
19 public:
20 
22 
23  void mouseUp (const MouseEvent& event);
24  void mouseDrag (const MouseEvent& event);
25  void mouseDoubleClick (const MouseEvent& event);
26  void mouseMove (const MouseEvent& event);
27  void mouseDown (const MouseEvent& event);
28  void mouseEnter (const MouseEvent& event);
29  void mouseExit (const MouseEvent& event);
30  void mouseWheelMove (const MouseEvent &event, const MouseWheelDetails &wheel);
31 
32 private:
33  static int _numObjects;
34 };
35 
36 
37 
38 #endif // __JUCED_DIRECTSHOWCOMPONENT_H_43DF349E__