#include <icon-list.h>
Inheritance diagram for Gnome::UI::IconList_Helpers::SelectionList:
Public Types | |
| typedef Glib::HelperList< int, int, Glib::List_Iterator< int > > | type_base |
Public Member Functions | |
| SelectionList () | |
| SelectionList (GnomeIconList *gparent) | |
| SelectionList (const SelectionList &src) | |
| virtual | ~SelectionList () |
| SelectionList & | operator= (const SelectionList &src) |
| GnomeIconList * | gparent () |
| const GnomeIconList * | 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) |
Protected Attributes | |
| GList * | glist_ |
| typedef Glib::HelperList< int, int, Glib::List_Iterator< int > > Gnome::UI::IconList_Helpers::SelectionList::type_base |
| Gnome::UI::IconList_Helpers::SelectionList::SelectionList | ( | ) |
| Gnome::UI::IconList_Helpers::SelectionList::SelectionList | ( | GnomeIconList * | gparent | ) | [explicit] |
| Gnome::UI::IconList_Helpers::SelectionList::SelectionList | ( | const SelectionList & | src | ) |
| virtual Gnome::UI::IconList_Helpers::SelectionList::~SelectionList | ( | ) | [inline, virtual] |
| virtual void Gnome::UI::IconList_Helpers::SelectionList::erase | ( | iterator | start, | |
| iterator | stop | |||
| ) | [virtual] |
| virtual GList*& Gnome::UI::IconList_Helpers::SelectionList::glist | ( | ) | const [virtual] |
| const GnomeIconList* Gnome::UI::IconList_Helpers::SelectionList::gparent | ( | ) | const |
Reimplemented from Glib::HelperList< int, int, Glib::List_Iterator< int > >.
| GnomeIconList* Gnome::UI::IconList_Helpers::SelectionList::gparent | ( | ) |
Reimplemented from Glib::HelperList< int, int, Glib::List_Iterator< int > >.
| void Gnome::UI::IconList_Helpers::SelectionList::insert | ( | iterator | position, | |
| InputIterator | first, | |||
| InputIterator | last | |||
| ) | [inline] |
| iterator Gnome::UI::IconList_Helpers::SelectionList::insert | ( | iterator | position, | |
| element_type & | e | |||
| ) |
| SelectionList& Gnome::UI::IconList_Helpers::SelectionList::operator= | ( | const SelectionList & | src | ) |
This is order n. (use at own risk).
| void Gnome::UI::IconList_Helpers::SelectionList::push_back | ( | element_type & | e | ) | [inline] |
| void Gnome::UI::IconList_Helpers::SelectionList::push_front | ( | element_type & | e | ) | [inline] |
| virtual void Gnome::UI::IconList_Helpers::SelectionList::remove | ( | const_reference | ) | [virtual] |
GList* Gnome::UI::IconList_Helpers::SelectionList::glist_ [mutable, protected] |
1.4.7