Ardour  9.5-107-gea8286bce0
Gtk::Box_Helpers::BoxList Class Reference

#include <box.h>

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

Public Types

typedef Ytkmm::HelperList< Child, const Element, Glib::List_Iterator< Child > > type_base
 
- Public Types inherited from Ytkmm::HelperList< Child, const Element, Glib::List_Iterator< Child > >
using value_type = Child
 
using reference = value_type &
 
using const_reference = const value_type &
 
using iterator = Glib::List_Iterator< Child >
 
using const_iterator = Glib::List_ConstIterator< iterator >
 
using reverse_iterator = Glib::List_ReverseIterator< iterator >
 
using const_reverse_iterator = Glib::List_ConstIterator< reverse_iterator >
 
using element_type = const Element
 
using difference_type = std::ptrdiff_t
 
using size_type = std::size_t
 

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)
 
- Public Member Functions inherited from Ytkmm::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 Ytkmm::HelperList< Child, const Element, Glib::List_Iterator< Child > >
iterator begin_ () const
 
iterator end_ () const
 
- Protected Attributes inherited from Ytkmm::HelperList< Child, const Element, Glib::List_Iterator< Child > >
GObject * gparent_
 

Detailed Description

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

Member Typedef Documentation

◆ type_base

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

Definition at line 179 of file tk/ytkmm/ytkmm/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/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/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/box.h.

◆ push_front()

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

Definition at line 203 of file tk/ytkmm/ytkmm/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: