xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::form_collection Member List

This is the complete list of members for xtd::forms::form_collection, including all inherited members.

add(const xtd::ref< form > &item) -> void overridextd::collections::generic::list< xtd::ref< form > >inline
add(xtd::ref< form > &&item) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
add_range(const xtd::collections::generic::ienumerable< xtd::ref< form > > &enumerable) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
add_range(std::initializer_list< xtd::ref< form > > il) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
as_read_only() const noexcept -> read_only_collectionxtd::collections::generic::list< xtd::ref< form > >inline
base_type typedefxtd::forms::form_collection
binary_search(const xtd::ref< form > &item) const noexcept -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
binary_search(const xtd::ref< form > &item, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) const noexcept -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
binary_search(xtd::size index, xtd::size count, const xtd::ref< form > &item, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
capacity() const noexcept -> size_typextd::collections::generic::list< xtd::ref< form > >inline
capacity(size_type value) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
clear() -> void overridextd::collections::generic::list< xtd::ref< form > >inline
const_base_type typedefxtd::collections::generic::list< xtd::ref< form > >
const_pointer typedefxtd::collections::generic::list< xtd::ref< form > >
const_reference typedefxtd::collections::generic::list< xtd::ref< form > >
contains(const xtd::ref< form > &value) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< form > >inline
convert_all(converter_t converter) const -> list< output_t >xtd::collections::generic::list< xtd::ref< form > >inline
copy_to(xtd::array< xtd::ref< form > > &array) const -> voidxtd::collections::generic::list< xtd::ref< form > >inline
copy_to(xtd::array< xtd::ref< form > > &array, size_type array_index) const -> void overridextd::collections::generic::list< xtd::ref< form > >inline
copy_to(size_type index, xtd::array< xtd::ref< form > > &array, size_type array_index, size_type count) const -> voidxtd::collections::generic::list< xtd::ref< form > >inline
count() const noexcept -> size_type overridextd::collections::generic::list< xtd::ref< form > >inline
data() noexcept -> pointerxtd::collections::generic::list< xtd::ref< form > >inline
data() const noexcept -> const_pointerxtd::collections::generic::list< xtd::ref< form > >inline
ensure_capacity(xtd::size capacity) -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
equals(const object &obj) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< form > >inlinevirtual
equals(const list &obj) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< form > >inline
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable::equals(const type_t &) const noexcept=0xtd::iequatable< type_t >pure virtual
exists(predicate_t match) const -> boolxtd::collections::generic::list< xtd::ref< form > >inline
find(predicate_t match) const -> optional< xtd::ref< form > >xtd::collections::generic::list< xtd::ref< form > >inline
find_all(predicate_t match) const -> listxtd::collections::generic::list< xtd::ref< form > >inline
find_index(predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
find_index(xtd::size start_index, predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
find_index(xtd::size start_index, xtd::size count, predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
find_last(predicate_t match) const -> optional< xtd::ref< form > >xtd::collections::generic::list< xtd::ref< form > >inline
find_last_index(predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
find_last_index(xtd::size start_index, predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
find_last_index(xtd::size start_index, xtd::size count, predicate_t match) const -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
for_each(action_t action) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
form_collection()=defaultxtd::forms::form_collectionexplicit
get_enumerator() const noexcept overridextd::collections::generic::list< xtd::ref< form > >inline
get_hash_code() const noexceptxtd::objectvirtual
get_range(size_type index, size_type count) -> listxtd::collections::generic::list< xtd::ref< form > >inline
get_type() const noexceptxtd::objectvirtual
index_of(const xtd::ref< form > &value) const noexcept -> size_type overridextd::collections::generic::list< xtd::ref< form > >inline
index_of(const xtd::ref< form > &value, size_type index) const -> size_typextd::collections::generic::list< xtd::ref< form > >inline
insert(size_type index, const xtd::ref< form > &value) -> void overridextd::collections::generic::list< xtd::ref< form > >inline
insert(size_type index, xtd::ref< form > &&value) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
insert_range(size_type index, const xtd::collections::generic::ienumerable< xtd::ref< form > > &enumerable) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
insert_range(size_type index, const std::initializer_list< xtd::ref< form > > &items) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
items() const noexceptxtd::collections::generic::list< xtd::ref< form > >inline
items() noexceptxtd::collections::generic::list< xtd::ref< form > >inline
last_index_of(const xtd::ref< form > &value) const noexcept -> size_typextd::collections::generic::list< xtd::ref< form > >inline
last_index_of(const xtd::ref< form > &value, size_type index, size_type count) const -> size_typextd::collections::generic::list< xtd::ref< form > >inline
list() noexcept=defaultxtd::collections::generic::list< xtd::ref< form > >
list(size_type capacity)xtd::collections::generic::list< xtd::ref< form > >inlineexplicit
list(const xtd::collections::generic::ienumerable< xtd::ref< form > > &collection)xtd::collections::generic::list< xtd::ref< form > >inline
list(const list &list)xtd::collections::generic::list< xtd::ref< form > >inline
list(list &&list)xtd::collections::generic::list< xtd::ref< form > >inline
list(const base_type &list)xtd::collections::generic::list< xtd::ref< form > >inline
list(base_type &&list)xtd::collections::generic::list< xtd::ref< form > >inline
list(std::initializer_list< xtd::ref< form > > items)xtd::collections::generic::list< xtd::ref< form > >inline
list(input_iterator_t first, input_iterator_t last)xtd::collections::generic::list< xtd::ref< form > >inline
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::list< xtd::ref< form > >inline
operator const_base_type &() const noexceptxtd::collections::generic::list< xtd::ref< form > >inline
operator=(const list &other) -> list &=defaultxtd::collections::generic::list< xtd::ref< form > >
operator=(list &&other) noexcept -> list &xtd::collections::generic::list< xtd::ref< form > >inline
operator=(const std::initializer_list< xtd::ref< form > > &items) -> list &xtd::collections::generic::list< xtd::ref< form > >inline
operator[](const xtd::string &name) const -> value_typextd::forms::form_collectioninline
operator[](const xtd::string &name) -> value_typextd::forms::form_collectioninline
xtd::collections::generic::list< xtd::ref< form > >::operator[](size_type index) const -> const_reference overridextd::collections::generic::list< xtd::ref< form > >inline
xtd::collections::generic::list< xtd::ref< form > >::operator[](size_type index) -> reference overridextd::collections::generic::list< xtd::ref< form > >inline
pointer typedefxtd::collections::generic::list< xtd::ref< form > >
read_only_collection typedefxtd::collections::generic::list< xtd::ref< form > >
reference typedefxtd::collections::generic::list< xtd::ref< form > >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
remove(const xtd::ref< form > &item) noexcept -> bool overridextd::collections::generic::list< xtd::ref< form > >inline
remove_all(predicate_t match) -> xtd::sizextd::collections::generic::list< xtd::ref< form > >inline
remove_at(size_type index) -> void overridextd::collections::generic::list< xtd::ref< form > >inline
remove_range(size_type index, size_type count) -> voidxtd::collections::generic::list< xtd::ref< form > >inline
reverse() -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
reverse(size_type index, size_type count) -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
size_type typedefxtd::collections::generic::list< xtd::ref< form > >
slice(size_type start, size_type length) const -> list< xtd::ref< form > >xtd::collections::generic::list< xtd::ref< form > >inline
sort() -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
sort(xtd::comparison< const xtd::ref< form > & > comparison) -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
sort(const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
sort(xtd::size index, xtd::size count, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) -> list< xtd::ref< form > > &xtd::collections::generic::list< xtd::ref< form > >inline
to_array() const noexcept -> xtd::array< value_type >xtd::collections::generic::list< xtd::ref< form > >inline
to_string() const noexcept -> xtd::string overridextd::collections::generic::list< xtd::ref< form > >inlinevirtual
trim_excess() -> voidxtd::collections::generic::list< xtd::ref< form > >inline
true_for_all(prediacate_t match) const -> boolxtd::collections::generic::list< xtd::ref< form > >inline
value_type typedefxtd::collections::generic::list< xtd::ref< form > >