home *** CD-ROM | disk | FTP | other *** search
- #ifndef _MMPROPST_HPP
- #define _MMPROPST_HPP
-
- #include "mmpctrl.hpp"
- class MTPropertySheetBase;
-
- class METACLASSDEF MMPropertySheet : public MMCommon {
- public:
- MMPropertySheet( const MMPropertySheetData * data );
- MMPropertySheet() {}
-
- virtual WConstantString GetDesc() const;
- virtual long GetResourceID() const;
- virtual unsigned GetNumControls() const;
- virtual const MMPropertyControl * GetControl( unsigned i ) const;
- virtual MTPropertySheetBase * MakeSheet() const;
- };
-
- #endif // _MMPROPST_HPP
-