gtkmm 2.24.2
Public Types | Public Member Functions

Gtk::TreeNodeChildren Class Reference

typedefed as TreeModel::Children. More...

Inheritance diagram for Gtk::TreeNodeChildren:
Inheritance graph
[legend]
Collaboration diagram for Gtk::TreeNodeChildren:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Gtk::TreeRow value_type
typedef unsigned int size_type
typedef int difference_type
typedef Gtk::TreeIter iterator
typedef std::reverse_iterator
< iterator
reverse_iterator
typedef Gtk::TreeIter const_iterator
typedef std::reverse_iterator
< const_iterator
const_reverse_iterator

Public Member Functions

iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const
reverse_iterator rbegin ()
reverse_iterator rend ()
const_reverse_iterator rbegin () const
const_reverse_iterator rend () const
value_type operator[] (size_type index) const
size_type size () const
bool empty () const
 operator bool () const
 Discover whether the iterator is valid, and not equal to end().

Detailed Description

typedefed as TreeModel::Children.

Virtual container of TreeModel::Row items.


Member Typedef Documentation

Reimplemented from Gtk::TreeIter.

typedef unsigned int Gtk::TreeNodeChildren::size_type

Reimplemented from Gtk::TreeIter.


Member Function Documentation

iterator Gtk::TreeNodeChildren::begin ( )
const_iterator Gtk::TreeNodeChildren::begin ( ) const
bool Gtk::TreeNodeChildren::empty ( ) const
const_iterator Gtk::TreeNodeChildren::end ( ) const
iterator Gtk::TreeNodeChildren::end ( )
Gtk::TreeNodeChildren::operator bool ( ) const [inline]

Discover whether the iterator is valid, and not equal to end().

Reimplemented from Gtk::TreeIter.

value_type Gtk::TreeNodeChildren::operator[] ( size_type  index) const
reverse_iterator Gtk::TreeNodeChildren::rbegin ( ) [inline]
const_reverse_iterator Gtk::TreeNodeChildren::rbegin ( ) const [inline]
const_reverse_iterator Gtk::TreeNodeChildren::rend ( ) const [inline]
reverse_iterator Gtk::TreeNodeChildren::rend ( ) [inline]
size_type Gtk::TreeNodeChildren::size ( ) const

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