00001 #ifndef __BULLET_HH__ 00002 #define __BULLET_HH__ 00003 00004 #include "core.hh" 00005 00006 namespace dw { 00007 00014 class Bullet: public core::Widget 00015 { 00016 protected: 00017 void sizeRequestImpl (core::Requisition *requisition); 00018 void draw (core::View *view, core::Rectangle *area); 00019 core::Iterator *iterator (core::Content::Type mask, bool atEnd); 00020 00021 public: 00022 Bullet (); 00023 }; 00024 00025 } // namespace dw 00026 00027 #endif // __BULLET_HH__
1.5.9