31 #endif // __BULLET_HH__
void getExtremesSimpl(core::Extremes *extremes)
Simple variant, to be implemented by widgets with extremes not depending on positions.
Definition: bullet.cc:45
dw::core::Shape implemtation for simple rectangles.
Definition: types.hh:69
Type
Definition: types.hh:199
core::Iterator * iterator(core::Content::Type mask, bool atEnd)
Return an iterator for this widget.
Definition: bullet.cc:85
Bullet()
Definition: bullet.cc:28
Iterators are used to iterate through the contents of a widget.
Definition: iterator.hh:19
void containerSizeChangedForChildren()
Definition: bullet.cc:52
void sizeRequestSimpl(core::Requisition *requisition)
Simple variant, to be implemented by widgets with sizes not depending on positions.
Definition: bullet.cc:38
Displays different kind of bullets.
Definition: bullet.hh:14
Set at the top when drawing.
Definition: types.hh:294
void draw(core::View *view, core::Rectangle *area, core::DrawingContext *context)
Definition: bullet.cc:59
~Bullet()
Definition: bullet.cc:33
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28
An interface to encapsulate platform dependent drawing.
Definition: view.hh:16