home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetLayerList.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 __PGetLayerList__
- #define __PGetLayerList__
-
- #include "PListQuery.h"
-
- class PGetLayerList : public PListQuery
- {
-
- public:
-
- PGetLayerList();
-
- const char * sName;
- short nShow;
- short nLock;
- short nColorIndex;
- long lRed;
- long lGreen;
- long lBlue;
-
- private:
-
- virtual void Scan();
- };
-
- #endif
-
- // end of PGetLayerList.h
-