Ardour  8.7-14-g57a6773833
Gtk::Box_Helpers::BoxList Class Reference

#include <box.h>

Inheritance diagram for Gtk::Box_Helpers::BoxList:
[legend]

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 ()
 
BoxListoperator= (const BoxList &src)
 
GtkBoxgparent ()
 
const GtkBoxgparent () 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)
 

Detailed Description

Definition at line 169 of file tk/ytkmm/ytkmm/gtkmm/box.h.

Member Typedef Documentation

◆ type_base

typedef Glib::HelperList< Child, const Element, Glib::List_Iterator< Child > > Gtk::Box_Helpers::BoxList::type_base

Definition at line 179 of file tk/ytkmm/ytkmm/gtkmm/box.h.

Constructor & Destructor Documentation

◆ BoxList() [1/3]

Gtk::Box_Helpers::BoxList::BoxList ( )

◆ BoxList() [2/3]

Gtk::Box_Helpers::BoxList::BoxList ( GtkBox gparent)
explicit

◆ BoxList() [3/3]

Gtk::Box_Helpers::BoxList::BoxList ( const BoxList src)

◆ ~BoxList()

virtual Gtk::Box_Helpers::BoxList::~BoxList ( )
inlinevirtual

Definition at line 175 of file tk/ytkmm/ytkmm/gtkmm/box.h.

Member Function Documentation

◆ erase() [1/2]

virtual void Gtk::Box_Helpers::BoxList::erase ( iterator  start,
iterator  stop 
)
virtual

◆ erase() [2/2]

virtual iterator Gtk::Box_Helpers::BoxList::erase ( iterator  )
virtual

◆ find() [1/2]

iterator Gtk::Box_Helpers::BoxList::find ( const_reference  c)

◆ find() [2/2]

iterator Gtk::Box_Helpers::BoxList::find ( Widget )

◆ glist()

virtual GList*& Gtk::Box_Helpers::BoxList::glist ( ) const
virtual

◆ gparent() [1/2]

GtkBox* Gtk::Box_Helpers::BoxList::gparent ( )

◆ gparent() [2/2]

const GtkBox* Gtk::Box_Helpers::BoxList::gparent ( ) const

◆ insert() [1/2]

iterator Gtk::Box_Helpers::BoxList::insert ( iterator  position,
element_type &  e 
)

◆ insert() [2/2]

template<class InputIterator >
void Gtk::Box_Helpers::BoxList::insert ( iterator  position,
InputIterator  first,
InputIterator  last 
)
inline

Definition at line 197 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ operator=()

BoxList& Gtk::Box_Helpers::BoxList::operator= ( const BoxList src)

◆ operator[]()

reference Gtk::Box_Helpers::BoxList::operator[] ( size_type  l) const

This is order n. (use at own risk)

◆ push_back()

void Gtk::Box_Helpers::BoxList::push_back ( element_type &  e)
inline

Definition at line 205 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ push_front()

void Gtk::Box_Helpers::BoxList::push_front ( element_type &  e)
inline

Definition at line 203 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ remove() [1/2]

virtual void Gtk::Box_Helpers::BoxList::remove ( const_reference  )
virtual

◆ remove() [2/2]

virtual void Gtk::Box_Helpers::BoxList::remove ( Widget w)
virtual

◆ reorder()

void Gtk::Box_Helpers::BoxList::reorder ( iterator  loc,
iterator  pos 
)

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