JX Application Framework
Loading...
Searching...
No Matches
JTreeNode Member List

This is the complete list of members for JTreeNode, including all inherited members.

Append(JTreeNode *child)JTreeNodeinline
Broadcast(const T &message)JBroadcasterinlineprotected
BroadcastWithFeedback(Message *message)JBroadcasterinlineprotected
ChildIndexValid(const JIndex index) constJTreeNodeinline
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember)JBroadcasterprotected
CollectDescendants(JPtrArray< JTreeNode > *list)JTreeNode
DeleteAllChildren()JTreeNode
DisconnectFromParent()JTreeNode
FindChild(const JTreeNode *child, JIndex *index) constJTreeNodeinline
GetChild(const JIndex index)JTreeNode
GetChild(const JIndex index) constJTreeNode
GetChildCompareFunction(std::function< std::weak_ordering(JTreeNode *const &, JTreeNode *const &)> **compare, JListT::SortOrder *order)JTreeNodeinline
GetChildCount() constJTreeNodeinline
GetDepth() constJTreeNodeinline
GetDescendantCount() constJTreeNode
GetIndexInParent() constJTreeNode
GetIndexInParent(JIndex *index) constJTreeNode
GetParent()JTreeNode
GetParent() constJTreeNode
GetParent(JTreeNode **parent)JTreeNodeinline
GetParent(const JTreeNode **parent) constJTreeNodeinline
GetRecipientCount() constJBroadcaster
GetSenderCount() constJBroadcaster
GetTree()JTreeNode
GetTree() constJTreeNode
GetTree(JTree **tree)JTreeNodeinline
GetTree(const JTree **tree) constJTreeNodeinline
HasChildren() constJTreeNodeinline
HasParent() constJTreeNodeinline
HasRecipients() constJBroadcaster
HasSenders() constJBroadcaster
HasTree() constJTreeNodeinline
InsertAfter(const JTreeNode *after, JTreeNode *child)JTreeNode
InsertAtIndex(const JIndex index, JTreeNode *child)JTreeNode
InsertBefore(const JTreeNode *before, JTreeNode *child)JTreeNode
InsertSorted(JTreeNode *child)JTreeNode
IsOpenable() constJTreeNodeinline
IsRoot() constJTreeNode
JBroadcaster()JBroadcaster
JBroadcaster(const JBroadcaster &source)JBroadcasterprotected
JTreeJTreeNodefriend
JTreeNode(JTree *tree, const bool isOpenable=true)JTreeNode
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f)JBroadcaster
ListenTo(const JBroadcaster *sender)JBroadcasterprotected
MoveAfter(const JTreeNode *after, JTreeNode *child)JTreeNodeinline
MoveBefore(const JTreeNode *before, JTreeNode *child)JTreeNodeinline
MoveToIndex(JTreeNode *child, const JIndex index)JTreeNodeinline
OKToOpen() constJTreeNodevirtual
JBroadcaster::operator=(const JBroadcaster &source)JBroadcaster
Prepend(JTreeNode *child)JTreeNodeinline
Receive(JBroadcaster *sender, const Message &message) overrideJTreeNodeprotectedvirtual
ReceiveGoingAway(JBroadcaster *sender)JBroadcasterprotectedvirtual
ReceiveWithFeedback(JBroadcaster *sender, Message *message)JBroadcasterprotectedvirtual
Remove(JTreeNode *child)JTreeNode
Send(JBroadcaster *recipient, const T &message)JBroadcasterprotected
SendWithFeedback(JBroadcaster *recipient, Message *message)JBroadcasterprotected
SetChildCompareFunction(const std::function< std::weak_ordering(JTreeNode *const &, JTreeNode *const &)> compare, const JListT::SortOrder order, const bool propagate)JTreeNode
ShouldBeOpenable(const bool openable)JTreeNodeprotected
SortChildren(const bool propagate=false)JTreeNode
StopListening(const JBroadcaster *sender)JBroadcasterprotected
StopListening(const JBroadcaster *sender, const std::type_info &messageType)JBroadcasterprotected
ToString() constJBroadcastervirtual
~JBroadcaster()JBroadcastervirtual
~JTreeNode() overrideJTreeNode