Home
last modified time | relevance | path

Searched refs:WTreeNode (Results 1 – 13 of 13) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTreeNode.C25 WTreeNode::WTreeNode(const WString& labelText, in WTreeNode() function
41 WTreeNode::WTreeNode() in WTreeNode() function
65 implementStateless(&WTreeNode::doExpand, &WTreeNode::undoDoExpand); in init()
66 implementStateless(&WTreeNode::doCollapse, &WTreeNode::undoDoCollapse); in init()
143 std::vector<WTreeNode *> WTreeNode::childNodes() const in childNodes()
178 WTreeNode::~WTreeNode() in ~WTreeNode()
325 void WTreeNode::descendantAdded(WTreeNode *node) in descendantAdded()
333 void WTreeNode::descendantRemoved(WTreeNode *node) in descendantRemoved()
341 WTreeNode *WTreeNode::addChildNode(std::unique_ptr<WTreeNode> node) in addChildNode()
348 void WTreeNode::insertChildNode(int index, std::unique_ptr<WTreeNode> node) in insertChildNode()
[all …]
H A DWTree.C25 bool getAncestors(WTreeNode *n, std::vector<WTreeNode *>& ancestors) in getAncestors()
27 WTreeNode *p = n->parentNode(); in getAncestors()
45 WTreeNode *firstNode(WTreeNode *n1, WTreeNode *n2) in firstNode()
64 WTreeNode *parent = ancestors1[i-1]; in firstNode()
89 : WTreeNode(""), in SentinelTreeNode()
142 WTreeNode *n = *selection_.begin(); in clearSelection()
183 void WTree::nodeRemoved(WTreeNode *node) in nodeRemoved()
217 void WTree::selectRange(WTreeNode *from, WTreeNode *to) in selectRange()
221 WTreeNode *n = from; in selectRange()
263 WTreeNode *s = *i; in extendSelection()
[all …]
H A DWTree.h20 class WTreeNode; variable
90 void setTreeRoot(std::unique_ptr<WTreeNode> root);
96 WTreeNode *treeRoot() const { return treeRoot_; } in treeRoot()
110 typedef std::set<WTreeNode *> WTreeNodeSet;
126 bool isSelected(WTreeNode *node) const;
137 WTreeNode *treeRoot_;
144 void onClick(WTreeNode *node, WMouseEvent event);
146 void selectRange(WTreeNode *from, WTreeNode *to);
147 void extendSelection(WTreeNode *node);
150 void nodeRemoved(WTreeNode *node);
[all …]
H A DWTreeNode.h77 class WT_API WTreeNode : public WCompositeWidget
87 WTreeNode(const WString& labelText,
92 ~WTreeNode();
117 std::unique_ptr<WTreeNode> node);
128 WTreeNode *addChildNode(std::unique_ptr<WTreeNode> node);
132 std::unique_ptr<WTreeNode> removeChildNode(WTreeNode *node);
136 std::vector<WTreeNode *> childNodes() const;
263 WTreeNode();
311 virtual void descendantRemoved(WTreeNode *node);
319 virtual void descendantAdded(WTreeNode *node);
[all …]
H A DWTreeTableNode.C18 : WTreeNode(labelText, std::move(labelIcon)), in WTreeTableNode()
24 std::unique_ptr<WTreeNode> node) in insertChildNode()
29 WTreeNode::insertChildNode(index, std::move(node)); in insertChildNode()
H A DWTreeTableNode.h24 class WT_API WTreeTableNode : public WTreeNode
59 std::unique_ptr<WTreeNode> node) override;
H A DWGlobal.h214 class WTreeNode; variable
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DTree.cpp16 std::make_unique<Wt::WTreeNode>("Furniture",std::move(folderIcon));
22 tree->treeRoot()->addChildNode(std::make_unique<Wt::WTreeNode>("Table"));
25 auto subtree = std::make_unique<Wt::WTreeNode>("Chair");
27 tree->treeRoot()->addChildNode(std::make_unique<Wt::WTreeNode>("Coach"));
30 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Doc"));
31 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Grumpy"));
32 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Happy"));
33 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Sneezy"));
34 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Dopey"));
35 subtree_->addChildNode(std::make_unique<Wt::WTreeNode>("Bashful"));
[all …]
/dports/www/wt/wt-4.6.1/examples/composer/
H A DComposeExample.h17 class WTreeNode; variable
/dports/www/wt/wt-4.6.1/examples/treelist/
H A DREADME.md5 `TreeNode` objecs), which was an early version of the `WTreeNode` part
/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h17 class WTreeNode; variable
/dports/www/wt/wt-4.6.1/
H A DChangelog1080 * Wt/WTreeNode: added insertChildNode(), as suggested by
1166 * WTreeNode: support selection by click on whole row
1353 * WSuggestionPopup, WTree, WTreeNode, & co: make CSS themed
2108 * WTreeNode.C: apply width to TD only for IE
2149 * WTreeTable.C, WTree.C, WTreeNode.C: backport IE fixes from
2811 is now overridden only in WTreeNode.
3036 addChildNode() from WTreeNode constructor
3083 * src/wt/WTreeNode[.C]: add virtual expandable() method which
3210 * src/wt/WTreeNode[.C]: virtual method displayedChildCount()
3375 * src/wt/WTreeNode[.C]: add support for an invisible root node
[all …]
/dports/www/wt/wt-4.6.1/doc/
H A Dmain1150 widget as part of the library (see WTreeNode), of which this