Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWIconPair.C13 WIconPair::WIconPair(const std::string& icon1URI, const std::string& icon2URI, in WIconPair() function
36 implementJavaScript(&WIconPair::showIcon1, hide_2 + show_1 in WIconPair()
38 implementJavaScript(&WIconPair::showIcon2, hide_1 + show_2 in WIconPair()
45 icon1_->clicked().connect(this, &WIconPair::showIcon2); in WIconPair()
46 icon2_->clicked().connect(this, &WIconPair::showIcon1); in WIconPair()
52 void WIconPair::setState(int num) in setState()
63 int WIconPair::state() const in state()
68 void WIconPair::showIcon1() in showIcon1()
73 void WIconPair::showIcon2() in showIcon2()
78 EventSignal<WMouseEvent>& WIconPair::icon1Clicked() in icon1Clicked()
[all …]
H A DWTreeNode.h88 std::unique_ptr<WIconPair> labelIcon = nullptr);
106 WIconPair *labelIcon() const { return labelIcon_; } in labelIcon()
110 void setLabelIcon(std::unique_ptr<WIconPair> labelIcon);
361 WIconPair *expandIcon() const { return expandIcon_; } in expandIcon()
373 WIconPair *expandIcon_;
375 WIconPair *labelIcon_;
382 void init(const WString &labelText, std::unique_ptr<WIconPair> labelIcon);
H A DWPanel.h15 class WIconPair; variable
232 WIconPair *collapseIcon() const { return collapseIcon_; } in collapseIcon()
235 WIconPair *collapseIcon_;
H A DWIconPair.h32 class WT_API WIconPair : public WCompositeWidget
41 WIconPair(const std::string& icon1URL, const std::string& icon2URL,
H A DWTreeNode.C26 std::unique_ptr<WIconPair> labelIcon) in WTreeNode()
56 void WTreeNode::init(const WString &labelText, std::unique_ptr<WIconPair> labelIcon) in init()
85 std::make_unique<WIconPair> in init()
91 std::make_unique<WIconPair> in init()
512 void WTreeNode::setLabelIcon(std::unique_ptr<WIconPair> labelIcon) in setLabelIcon()
H A DWTreeTableNode.h32 std::unique_ptr<WIconPair> labelIcon = nullptr);
H A DWPanel.C150 std::unique_ptr<WIconPair> icon in setCollapsible()
151 (collapseIcon_ = new WIconPair(resources + "collapse.gif", in setCollapsible()
H A DWTreeTableNode.C17 std::unique_ptr<WIconPair> labelIcon) in WTreeTableNode()
H A DWGlobal.h119 class WIconPair; variable
/dports/www/wt/wt-4.6.1/examples/filetreetable/
H A DFileTreeTableNode.C49 std::unique_ptr<WIconPair> FileTreeTableNode::createIcon(const boost::filesystem::path& path) in createIcon()
53 return std::make_unique<WIconPair>("icons/yellow-folder-closed.png", in createIcon()
56 return std::make_unique<WIconPair>("icons/document.png", in createIcon()
H A DFileTreeTableNode.h48 static std::unique_ptr<WIconPair> createIcon(const boost::filesystem::path& path);
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DTree.cpp12 = std::make_unique<Wt::WIconPair>("icons/yellow-folder-closed.png",
/dports/www/wt/wt-4.6.1/
H A DChangelog2780 * src/wt/WTreeNode.C, src/wt/WIconPair.C: performance improvements
3690 * Added WTreeNode and WIconPair widgets, derived from the