JX Application Framework
|
This is the complete list of members for JLinkedList< T >, including all inherited members.
AppendItem(const T &data) override | JLinkedList< T > | virtual |
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
ClearCompareFunction() | JList< T > | |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
CopyCompareFunction(const JList< T > &source) | JList< T > | |
GetCompareFunction() const | JList< T > | protected |
GetFirstItem() const override | JLinkedList< T > | virtual |
GetIndexFromEnd(const JIndex index) const | JCollection | |
GetItemCount() const | JCollection | inline |
GetLastItem() const override | JLinkedList< T > | virtual |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
GetSortOrder() const | JList< T > | |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
IndexValid(const JIndex index) const | JCollection | inline |
IsEmpty() const | JCollection | inline |
IsSorted() const | JList< T > | |
ItemAdded() | JCollection | inlineprotected |
ItemRemoved() | JCollection | protected |
JBroadcaster() | JBroadcaster | |
JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
JCollection() | JCollection | |
JCollection(const JCollection &source) | JCollection | |
JLinkedList() | JLinkedList< T > | |
JLinkedList(const JLinkedList< T > &source) | JLinkedList< T > | |
JLinkedListIterator< T > | JLinkedList< T > | friend |
JList() | JList< T > | |
JList(const JList< T > &source) | JList< T > | |
ListAssigned(const JList< T > &source) | JList< T > | protected |
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) override | JLinkedList< T > | virtual |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) const override | JLinkedList< T > | virtual |
NotifyIterators(const JBroadcaster::Message &message) | JList< T > | protected |
operator=(const JLinkedList< T > &source) | JLinkedList< T > | |
JCollection::operator=(const JCollection &source) | JCollection | |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
PrependItem(const T &data) override | JLinkedList< T > | virtual |
Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
RemoveAll() override | JLinkedList< T > | virtual |
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) | JList< T > | |
SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
SetSortOrder(const JListT::SortOrder order) | JList< T > | |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
ToString() const override | JCollection | virtual |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection | |
~JLinkedList() override | JLinkedList< T > | |
~JList() override | JList< T > |