Changeset 4175


Ignore:
Timestamp:
05/25/04 14:15:13 (21 years ago)
Author:
merck
Message:
Added function "contains2" for bigger search window.
Unknow change origin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/videospot.h

    r3401 r4175  
    2727class VideoSpot : public QObject
    2828{
    29 public: 
     29public:
    3030        VideoSpot();
    3131        VideoSpot(  int p_iX, int p_iY  );
     
    3333  /** No descriptions */
    3434  virtual bool contains( int p_iX, int p_iY );
     35  /** No descriptions */
     36  virtual bool contains2( int p_iX, int p_iY );
    3537  /** No descriptions */
    3638  virtual void append( int p_iX, int p_iY, int p_iWeight );
Note: See TracChangeset for help on using the changeset viewer.