home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetHorizGuides.h ---------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetHorizGuides__
- #define __PGetHorizGuides__
-
- #include "PListQuery.h"
-
- class PGetHorizGuides : public PListQuery
- {
-
- public:
-
- PGetHorizGuides();
-
- long yPosition;
- operator long() { return yPosition; }
-
- private:
-
- virtual void Scan();
- };
-
- #endif
-
- // end of PGetHorizGuides.h
-