Changeset 4175
- Timestamp:
- 05/25/04 14:15:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/videospot.h
r3401 r4175 27 27 class VideoSpot : public QObject 28 28 { 29 public: 29 public: 30 30 VideoSpot(); 31 31 VideoSpot( int p_iX, int p_iY ); … … 33 33 /** No descriptions */ 34 34 virtual bool contains( int p_iX, int p_iY ); 35 /** No descriptions */ 36 virtual bool contains2( int p_iX, int p_iY ); 35 37 /** No descriptions */ 36 38 virtual void append( int p_iX, int p_iY, int p_iWeight );
Note:
See TracChangeset
for help on using the changeset viewer.