xtd 1.0.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< xtd::forms::form > &item) -> void overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
add(xtd::ref< xtd::forms::form > &&item) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::add(const type_t &item) -> void=0xtd::collections::generic::ilist< type_t >pure virtual
add_range(const xtd::collections::generic::ienumerable< xtd::ref< xtd::forms::form > > &enumerable) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
add_range(std::initializer_list< xtd::ref< xtd::forms::form > > il) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
all(const std::function< bool(const type_t &)> &predicate) const -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
any() const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
append(const type_t &element) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
as_read_only() const noexcept -> read_only_collectionxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
base_type typedefxtd::forms::form_collection
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
binary_search(const xtd::ref< xtd::forms::form > &item) const noexcept -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
binary_search(const xtd::ref< xtd::forms::form > &item, const xtd::collections::generic::icomparer< xtd::ref< xtd::forms::form > > &comparer) const noexcept -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
binary_search(xtd::usize index, xtd::usize count, const xtd::ref< xtd::forms::form > &item, const xtd::collections::generic::icomparer< xtd::ref< xtd::forms::form > > &comparer) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
bposxtd::collections::generic::ilist< type_t >inlinestatic
capacity() const noexcept -> size_typextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
capacity(size_type value) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
cbegin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
cend() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
chunk(xtd::usize size) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
clear() -> void overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_base_type typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
const_iterator typedefxtd::collections::generic::ienumerable< type_t >
const_pointer typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
const_reference typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
contains(const xtd::ref< xtd::forms::form > &value) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::contains(const type_t &item) const noexcept -> bool=0xtd::collections::generic::ilist< type_t >pure virtual
convert_all(converter_t converter) const -> list< output_t >xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
copy_to(xtd::array< xtd::ref< xtd::forms::form > > &array) const -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
copy_to(xtd::array< xtd::ref< xtd::forms::form > > &array, size_type array_index) const -> void overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
copy_to(size_type index, xtd::array< xtd::ref< xtd::forms::form > > &array, size_type array_index, size_type count) const -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::copy_to(xtd::array< type_t > &array, xtd::usize array_index) const -> void=0xtd::collections::generic::ilist< type_t >pure virtual
count() const noexcept -> size_type overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
count_by(const std::function< key_t(const type_t &)> &key_selector) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
data() noexcept -> pointerxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
data() const noexcept -> const_pointerxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
empty() const noexcept -> boolxtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinevirtual
ensure_capacity(xtd::usize capacity) -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
eposxtd::collections::generic::ilist< type_t >inlinestatic
equals(const object &obj) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
equals(const list &obj) const noexcept -> bool overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
xtd::iequatable::equals(const type_t &) const noexcept -> bool=0xtd::iequatable< type_t >pure virtual
exists(predicate_t match) const -> boolxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find(predicate_t match) const -> optional< xtd::ref< xtd::forms::form > >xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_all(predicate_t match) const -> listxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_index(predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_index(xtd::usize start_index, predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_index(xtd::usize start_index, xtd::usize count, predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_last(predicate_t match) const -> optional< xtd::ref< xtd::forms::form > >xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_last_index(predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_last_index(xtd::usize start_index, predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
find_last_index(xtd::usize start_index, xtd::usize count, predicate_t match) const -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept -> type_txtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
for_each(action_t action) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
form_collection()=defaultxtd::forms::form_collectionexplicit
get_enumerator() const noexcept overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
get_hash_code() const noexcept -> xtd::usizextd::objectvirtual
get_range(size_type index, size_type count) -> listxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
get_type() const noexcept -> type_objectxtd::objectvirtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
index_of(const xtd::ref< xtd::forms::form > &value) const noexcept -> size_type overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
index_of(const xtd::ref< xtd::forms::form > &value, size_type index) const -> size_typextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::index_of(const type_t &item) const noexcept -> xtd::usize=0xtd::collections::generic::ilist< type_t >pure virtual
insert(size_type index, const xtd::ref< xtd::forms::form > &value) -> void overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
insert(size_type index, xtd::ref< xtd::forms::form > &&value) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::insert(xtd::usize index, const type_t &item) -> void=0xtd::collections::generic::ilist< type_t >pure virtual
insert_range(size_type index, const xtd::collections::generic::ienumerable< xtd::ref< xtd::forms::form > > &enumerable) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
insert_range(size_type index, const std::initializer_list< xtd::ref< xtd::forms::form > > &items) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
items() const noexceptxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
items() noexceptxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
iterator typedefxtd::collections::generic::ienumerable< type_t >
last_index_of(const xtd::ref< xtd::forms::form > &value) const noexcept -> size_typextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
last_index_of(const xtd::ref< xtd::forms::form > &value, size_type index, size_type count) const -> size_typextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list() noexcept=defaultxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
list(size_type capacity)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inlineexplicit
list(const xtd::collections::generic::ienumerable< xtd::ref< xtd::forms::form > > &collection)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(const list &list)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(list &&list)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(const base_type &list)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(base_type &&list)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(std::initializer_list< xtd::ref< xtd::forms::form > > items)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
list(input_iterator_t first, input_iterator_t last)xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
memberwise_clone() const -> xtd::unique_ptr_object< object_t >xtd::object
nposxtd::collections::generic::ilist< type_t >inlinestatic
object()=defaultxtd::object
operator base_type &() noexceptxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
operator const_base_type &() const noexceptxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
operator<<(const type_t &item) -> icollection< type_t > &xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
operator=(const list &other) -> list &=defaultxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
operator=(list &&other) noexcept -> list &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
operator=(const std::initializer_list< xtd::ref< xtd::forms::form > > &items) -> list &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
operator>>(const type_t &item) -> icollection< type_t > &xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
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< xtd::forms::form > >::operator[](size_type index) const -> const_reference overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
xtd::collections::generic::list< xtd::ref< xtd::forms::form > >::operator[](size_type index) -> reference overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
order() constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
order_by(const std::function< type_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
order_by_descending(const std::function< key_t(const type_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
pointer typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
read_only_collection typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
reference typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
remove(const xtd::ref< xtd::forms::form > &item) noexcept -> bool overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::remove(const type_t &item) -> bool=0xtd::collections::generic::ilist< type_t >pure virtual
remove_all(predicate_t match) -> xtd::usizextd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
remove_at(size_type index) -> void overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
remove_range(size_type index, size_type count) -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
reverse() -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
reverse(size_type index, size_type count) -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
size() const noexcept -> xtd::usizextd::collections::generic::extensions::collection_common< type_t, icollection< type_t > >inlinevirtual
size_type typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
slice(size_type start, size_type length) const -> list< xtd::ref< xtd::forms::form > >xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
sort() -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
sort(xtd::comparison< const xtd::ref< xtd::forms::form > & > comparison) -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
sort(const xtd::collections::generic::icomparer< xtd::ref< xtd::forms::form > > &comparer) -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
sort(xtd::usize index, xtd::usize count, const xtd::collections::generic::icomparer< xtd::ref< xtd::forms::form > > &comparer) -> list< xtd::ref< xtd::forms::form > > &xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_array() const noexcept -> xtd::array< value_type >xtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
xtd::collections::generic::ilist::to_array() const noexcept -> xtd::array< type_t >xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const noexcept -> xtd::collections::generic::list< type_t >xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_string() const noexcept -> xtd::string overridextd::collections::generic::list< xtd::ref< xtd::forms::form > >inlinevirtual
trim_excess() -> voidxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
true_for_all(prediacate_t match) const -> boolxtd::collections::generic::list< xtd::ref< xtd::forms::form > >inline
value_type typedefxtd::collections::generic::list< xtd::ref< xtd::forms::form > >
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline