parts-test-extra-parts-views.h 282 B

123456789101112131415
  1. #ifndef _EXTRA_PARTS_VIEWS_H_
  2. #define _EXTRA_PARTS_VIEWS_H_
  3. #include "parts-test-extra-parts.h"
  4. class ExtraPartsViews : public ExtraParts {
  5. public:
  6. ExtraPartsViews ();
  7. virtual ~ExtraPartsViews ();
  8. virtual void ToolkitInitialized ();
  9. };
  10. #endif /* _EXTRA_PARTS_VIEWS_H_ */