#include <container.hh>
Public Member Functions | |
| void | intoStringBuffer (misc::StringBuffer *sb) |
| Store a textual representation of the object in a misc::StringBuffer. | |
| Iterator< T > | iterator () |
Protected Attributes | |
| untyped::Collection * | base |
Actually, a wrapper for container::untyped::Collection.
| void lout::container::typed::Collection< T >::intoStringBuffer | ( | misc::StringBuffer * | sb | ) | [inline, virtual] |
Store a textual representation of the object in a misc::StringBuffer.
This is used by object::Object::toString.
Reimplemented from lout::object::Object.
Referenced by lout::signal::Emitter::intoStringBuffer().
| Iterator<T> lout::container::typed::Collection< T >::iterator | ( | ) | [inline] |
Referenced by dw::core::Region::addRectangle(), dw::fltk::FltkViewport::adjustScrollbarsAndGadgetsAllocation(), dw::fltk::FltkPlatform::attachView(), dw::fltk::FltkImgbuf::copyRow(), dw::fltk::FltkPlatform::detachView(), dw::ImageMapsList::ImageMap::draw(), dw::fltk::FltkViewport::draw_area(), lout::signal::Emitter::emitBool(), lout::signal::Emitter::emitVoid(), dw::fltk::ui::FltkRadioButtonResource::Group::FltkGroupIterator::FltkGroupIterator(), dw::fltk::FltkImgbuf::getScaledBuf(), dw::fltk::ui::FltkRadioButtonResource::Group::iterator(), dw::ImageMapsList::ImageMap::link(), dw::fltk::FltkImgbuf::newScan(), dw::core::Region::rectangles(), dw::fltk::FltkPlatform::removeIdle(), lout::signal::Emitter::~Emitter(), and lout::signal::Receiver::~Receiver().
untyped::Collection* lout::container::typed::Collection< T >::base [protected] |
1.5.9