Gtk::Box_Helpers::BoxList Class Reference
Inheritance diagram for Gtk::Box_Helpers::BoxList:

Public Types | |
typedef Glib::HelperList < Child, const Element, Glib::List_Iterator<Child >> | type_base |
Public Member Functions | |
BoxList (const BoxList& src) | |
BoxList (GtkBox* gparent) | |
BoxList () | |
virtual iterator | erase (iterator) |
virtual void | erase (iterator start, iterator stop) |
iterator | find (Widget&) |
iterator | find (const_reference c) |
virtual GList*& | glist () const |
const GtkBox* | gparent () const |
GtkBox* | gparent () |
template<class InputIterator> | |
void | insert (iterator position, InputIterator first, InputIterator last) |
iterator | insert (iterator position, element_type& e) |
BoxList& | operator= (const BoxList& src) |
reference | operator[] (size_type l) const |
This is order n. (use at own risk). | |
void | push_back (element_type& e) |
void | push_front (element_type& e) |
virtual void | remove (Widget& w) |
virtual void | remove (const_reference) |
void | reorder (iterator loc, iterator pos) |
virtual | ~BoxList () |
Member Typedef Documentation
typedef Glib::HelperList<Child, const Element, Glib::List_Iterator<Child>> Gtk::Box_Helpers::BoxList::type_base |
Constructor & Destructor Documentation
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] |
Member Function Documentation
iterator Gtk::Box_Helpers::BoxList::find | ( | const_reference | c | ) |
virtual GList*& Gtk::Box_Helpers::BoxList::glist | ( | ) | const [virtual] |
const GtkBox* Gtk::Box_Helpers::BoxList::gparent | ( | ) | const |
Reimplemented from Glib::HelperList< T_Child, T_CppElement, T_Iterator >.
GtkBox* Gtk::Box_Helpers::BoxList::gparent | ( | ) |
Reimplemented from Glib::HelperList< T_Child, T_CppElement, T_Iterator >.
template <class InputIterator>
void Gtk::Box_Helpers::BoxList::insert | ( | iterator | position, | |
InputIterator | first, | |||
InputIterator | last | |||
) | [inline] |
References insert().
iterator Gtk::Box_Helpers::BoxList::insert | ( | iterator | position, | |
element_type & | e | |||
) |
Referenced by insert(), push_back(), and push_front().
This is order n. (use at own risk).
void Gtk::Box_Helpers::BoxList::push_back | ( | element_type & | e | ) | [inline] |
References Glib::HelperList<T_Child, T_CppElement, T_Iterator>::end(), and insert().
void Gtk::Box_Helpers::BoxList::push_front | ( | element_type & | e | ) | [inline] |
References Glib::HelperList<T_Child, T_CppElement, T_Iterator>::begin(), and insert().
virtual void Gtk::Box_Helpers::BoxList::remove | ( | Widget& | w | ) | [virtual] |
virtual void Gtk::Box_Helpers::BoxList::remove | ( | const_reference | ) | [virtual] |
The documentation for this class was generated from the following file: