gtkmm 2.24.4
|
Public Types | |
typedef Glib::HelperList < Child, const Element, Glib::List_Iterator< Child > > | type_base |
Public Member Functions | |
BoxList () | |
BoxList (GtkBox* gparent) | |
BoxList (const BoxList& src) | |
virtual | ~BoxList () |
BoxList& | operator= (const BoxList& src) |
GtkBox* | gparent () |
const GtkBox* | gparent () const |
virtual GList*& | glist () const |
virtual void | erase (iterator start, iterator stop) |
virtual iterator | erase (iterator) |
virtual void | remove (const_reference) |
reference | operator[] (size_type l) const |
This is order n. (use at own risk) | |
iterator | insert (iterator position, element_type& e) |
template<class InputIterator > | |
void | insert (iterator position, InputIterator first, InputIterator last) |
void | push_front (element_type& e) |
void | push_back (element_type& e) |
iterator | find (const_reference c) |
iterator | find (Widget&) |
virtual void | remove (Widget& w) |
void | reorder (iterator loc, iterator pos) |
typedef Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > > Gtk::Box_Helpers::BoxList::type_base |
Gtk::Box_Helpers::BoxList::BoxList | ( | ) |
Gtk::Box_Helpers::BoxList::BoxList | ( | GtkBox * | gparent | ) | [explicit] |
Gtk::Box_Helpers::BoxList::BoxList | ( | const BoxList& | src | ) |
virtual Gtk::Box_Helpers::BoxList::~BoxList | ( | ) | [inline, virtual] |
Reimplemented from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >.
iterator Gtk::Box_Helpers::BoxList::find | ( | const_reference | c | ) |
virtual GList*& Gtk::Box_Helpers::BoxList::glist | ( | ) | const [virtual] |
GtkBox* Gtk::Box_Helpers::BoxList::gparent | ( | ) |
Reimplemented from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >.
const GtkBox* Gtk::Box_Helpers::BoxList::gparent | ( | ) | const |
Reimplemented from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >.
iterator Gtk::Box_Helpers::BoxList::insert | ( | iterator | position, |
element_type & | e | ||
) |
void Gtk::Box_Helpers::BoxList::insert | ( | iterator | position, |
InputIterator | first, | ||
InputIterator | last | ||
) | [inline] |
This is order n. (use at own risk)
Reimplemented from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >.
void Gtk::Box_Helpers::BoxList::push_back | ( | element_type & | e | ) | [inline] |
void Gtk::Box_Helpers::BoxList::push_front | ( | element_type & | e | ) | [inline] |
virtual void Gtk::Box_Helpers::BoxList::remove | ( | const_reference | ) | [virtual] |
virtual void Gtk::Box_Helpers::BoxList::remove | ( | Widget& | w | ) | [virtual] |