JX Application Framework
|
This is the complete list of members for JAliasArray< T >, including all inherited members.
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
GetData() | JAliasArray< T > | |
GetData() const | JAliasArray< T > | |
GetFirstItem() const | JAliasArray< T > | |
GetIndexFromEnd(const JIndex index) const | JCollection | |
GetItem(const JIndex index) const | JAliasArray< T > | |
GetItemCount() const | JCollection | inline |
GetItemFromEnd(const JIndex index) const | JAliasArray< T > | |
GetItemIndex(const JIndex index) const | JAliasArray< T > | |
GetItemIndexFromEnd(const JIndex index) const | JAliasArray< T > | |
GetLastItem() const | JAliasArray< T > | |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
GetSortOrder() const | JAliasArray< T > | |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
IndexValid(const JIndex index) const | JCollection | inline |
IsEmpty() const | JCollection | inline |
ItemAdded() | JCollection | inlineprotected |
ItemRemoved() | JCollection | protected |
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) | JBroadcaster | protected |
JCollection() | JCollection | |
JCollection(const JCollection &source) | JCollection | |
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
JCollection::operator=(const JCollection &source) | JCollection | |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
Receive(JBroadcaster *sender, const Message &message) override | JAliasArray< T > | protectedvirtual |
ReceiveGoingAway(JBroadcaster *sender) override | JAliasArray< T > | protectedvirtual |
ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
SearchSorted(const T &target, const JListT::SearchReturn which, JIndex *index) const | JAliasArray< T > | |
SearchSortedOTI(const T &target, const JListT::SearchReturn which, bool *found) const | JAliasArray< T > | |
Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
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) | JCollection | inlineprotected |
SetItemFromEnd(const JIndex index, const T &data) | JAliasArray< T > | |
SetSortOrder(const JListT::SortOrder order) | JAliasArray< T > | |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
ToString() const override | JCollection | virtual |
~JAliasArray() override | JAliasArray< T > | |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection |