JX Application Framework
Loading...
Searching...
No Matches
JAliasArray< T > Member List

This is the complete list of members for JAliasArray< T >, including all inherited members.

Broadcast(const T &message)JBroadcasterinlineprotected
BroadcastWithFeedback(Message *message)JBroadcasterinlineprotected
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember)JBroadcasterprotected
GetData()JAliasArray< T >
GetData() constJAliasArray< T >
GetFirstItem() constJAliasArray< T >
GetIndexFromEnd(const JIndex index) constJCollection
GetItem(const JIndex index) constJAliasArray< T >
GetItemCount() constJCollectioninline
GetItemFromEnd(const JIndex index) constJAliasArray< T >
GetItemIndex(const JIndex index) constJAliasArray< T >
GetItemIndexFromEnd(const JIndex index) constJAliasArray< T >
GetLastItem() constJAliasArray< T >
GetRecipientCount() constJBroadcaster
GetSenderCount() constJBroadcaster
GetSortOrder() constJAliasArray< T >
HasRecipients() constJBroadcaster
HasSenders() constJBroadcaster
IndexValid(const JIndex index) constJCollectioninline
IsEmpty() constJCollectioninline
ItemAdded()JCollectioninlineprotected
ItemRemoved()JCollectionprotected
JAliasArray(JArray< T > *data, const std::function< std::weak_ordering(const T &, const T &)> compareFn, const JListT::SortOrder order)JAliasArray< T >
JBroadcaster()JBroadcaster
JBroadcaster(const JBroadcaster &source)JBroadcasterprotected
JCollection()JCollection
JCollection(const JCollection &source)JCollection
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f)JBroadcaster
ListenTo(const JBroadcaster *sender)JBroadcasterprotected
JCollection::operator=(const JCollection &source)JCollection
JBroadcaster::operator=(const JBroadcaster &source)JBroadcaster
Receive(JBroadcaster *sender, const Message &message) overrideJAliasArray< T >protectedvirtual
ReceiveGoingAway(JBroadcaster *sender) overrideJAliasArray< T >protectedvirtual
ReceiveWithFeedback(JBroadcaster *sender, Message *message)JBroadcasterprotectedvirtual
SearchSorted(const T &target, const JListT::SearchReturn which, JIndex *index) constJAliasArray< T >
SearchSortedOTI(const T &target, const JListT::SearchReturn which, bool *found) constJAliasArray< T >
Send(JBroadcaster *recipient, const T &message)JBroadcasterprotected
SendWithFeedback(JBroadcaster *recipient, Message *message)JBroadcasterprotected
SetCompareFunction(const std::function< std::weak_ordering(const T &, const T &)> compareFn)JAliasArray< T >
SetItem(const JIndex index, const T &data)JAliasArray< T >
SetItemCount(const JSize newItemCount)JCollectioninlineprotected
SetItemFromEnd(const JIndex index, const T &data)JAliasArray< T >
SetSortOrder(const JListT::SortOrder order)JAliasArray< T >
StopListening(const JBroadcaster *sender)JBroadcasterprotected
StopListening(const JBroadcaster *sender, const std::type_info &messageType)JBroadcasterprotected
ToString() const overrideJCollectionvirtual
~JAliasArray() overrideJAliasArray< T >
~JBroadcaster()JBroadcastervirtual
~JCollection() overrideJCollection