gtkmm  2.24.4
Public Types | Public Member Functions | List of all members
Gtk::Box_Helpers::BoxList Class Reference
Inheritance diagram for Gtk::Box_Helpers::BoxList:
Inheritance graph
[legend]
Collaboration diagram for Gtk::Box_Helpers::BoxList:
Collaboration graph
[legend]

Public Types

typedef Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > > type_base
 
- Public Types inherited from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >
typedef T_Child value_type
 
typedef value_typereference
 
typedef const value_typeconst_reference
 
typedef T_Iterator iterator
 
typedef List_ConstIterator< iteratorconst_iterator
 
typedef List_ReverseIterator< iteratorreverse_iterator
 
typedef List_ConstIterator< reverse_iteratorconst_reverse_iterator
 
typedef T_CppElement element_type
 
typedef std::size_t difference_type
 
typedef std::size_t size_type
 

Public Member Functions

 BoxList ()
 
 BoxList (GtkBox*gparent)
 
 BoxList (const BoxList& src)
 
virtual ~BoxList ()
 
BoxListoperator= (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) More...
 
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)
 
- Public Member Functions inherited from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >
 HelperList ()
 
 HelperList (GObject *gp)
 
virtual ~HelperList () noexcept
 
size_type size () const
 
size_type max_size ()
 
bool empty ()
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
reference front () const
 
reference back () const
 
reference operator[] (size_type l) const
 
void pop_front ()
 
void pop_back ()
 
void clear ()
 
GObject * gparent ()
 
const GObject * gparent () const
 

Additional Inherited Members

- Protected Member Functions inherited from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >
iterator begin_ () const
 
iterator end_ () const
 
- Protected Attributes inherited from Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > >
GObject * gparent_
 

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 ( )
inlinevirtual

Member Function Documentation

virtual void Gtk::Box_Helpers::BoxList::erase ( iterator  start,
iterator  stop 
)
virtual
virtual iterator Gtk::Box_Helpers::BoxList::erase ( iterator  )
virtual
iterator Gtk::Box_Helpers::BoxList::find ( const_reference  c)
iterator Gtk::Box_Helpers::BoxList::find ( Widget )
virtual GList*& Gtk::Box_Helpers::BoxList::glist ( ) const
virtual
GtkBox* Gtk::Box_Helpers::BoxList::gparent ( )
const GtkBox* Gtk::Box_Helpers::BoxList::gparent ( ) const
iterator Gtk::Box_Helpers::BoxList::insert ( iterator  position,
element_type e 
)
template <class InputIterator >
void Gtk::Box_Helpers::BoxList::insert ( iterator  position,
InputIterator  first,
InputIterator  last 
)
inline
BoxList& Gtk::Box_Helpers::BoxList::operator= ( const BoxList src)
reference Gtk::Box_Helpers::BoxList::operator[] ( size_type  l) const

This is order n. (use at own risk)

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
void Gtk::Box_Helpers::BoxList::reorder ( iterator  loc,
iterator  pos 
)

The documentation for this class was generated from the following file: