Public Member Functions | |
bool | contains (const WidgetBase *item) const |
Public Member Functions inherited from Common::List< WidgetBase *> | |
constexpr | List () |
List (const List< WidgetBase * > &list) | |
iterator | insert (iterator pos, const WidgetBase * &element) |
void | insert (iterator pos, iterator2 first, iterator2 last) |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
iterator | reverse_erase (iterator pos) |
void | remove (const WidgetBase * &val) |
void | push_front (const WidgetBase * &element) |
void | push_back (const WidgetBase * &element) |
void | pop_front () |
void | pop_back () |
WidgetBase * & | front () |
const WidgetBase * & | front () const |
WidgetBase * & | back () |
const WidgetBase * & | back () const |
List< WidgetBase * > & | operator= (const List< WidgetBase * > &list) |
size_type | size () const |
void | clear () |
bool | empty () const |
iterator | begin () |
const_iterator | begin () const |
iterator | reverse_begin () |
const_iterator | reverse_begin () const |
iterator | end () |
const_iterator | end () const |
Additional Inherited Members | |
Public Types inherited from Common::List< WidgetBase *> | |
typedef ListInternal::Iterator< WidgetBase * > | iterator |
typedef ListInternal::ConstIterator< WidgetBase * > | const_iterator |
typedef WidgetBase * | value_type |
typedef uint | size_type |
Protected Types inherited from Common::List< WidgetBase *> | |
typedef ListInternal::NodeBase | NodeBase |
typedef ListInternal::Node< WidgetBase * > | Node |
Protected Member Functions inherited from Common::List< WidgetBase *> | |
void | insert (NodeBase *pos, const WidgetBase * &element) |
NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< WidgetBase *> | |
NodeBase | _anchor |