Searched refs:WIconPair (Results 1 – 13 of 13) sorted by relevance
/dports/www/wt/wt-4.6.1/src/Wt/ |
H A D | WIconPair.C | 13 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 D | WTreeNode.h | 88 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 D | WPanel.h | 15 class WIconPair; variable 232 WIconPair *collapseIcon() const { return collapseIcon_; } in collapseIcon() 235 WIconPair *collapseIcon_;
|
H A D | WIconPair.h | 32 class WT_API WIconPair : public WCompositeWidget 41 WIconPair(const std::string& icon1URL, const std::string& icon2URL,
|
H A D | WTreeNode.C | 26 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 D | WTreeTableNode.h | 32 std::unique_ptr<WIconPair> labelIcon = nullptr);
|
H A D | WPanel.C | 150 std::unique_ptr<WIconPair> icon in setCollapsible() 151 (collapseIcon_ = new WIconPair(resources + "collapse.gif", in setCollapsible()
|
H A D | WTreeTableNode.C | 17 std::unique_ptr<WIconPair> labelIcon) in WTreeTableNode()
|
H A D | WGlobal.h | 119 class WIconPair; variable
|
/dports/www/wt/wt-4.6.1/examples/filetreetable/ |
H A D | FileTreeTableNode.C | 49 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 D | FileTreeTableNode.h | 48 static std::unique_ptr<WIconPair> createIcon(const boost::filesystem::path& path);
|
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/ |
H A D | Tree.cpp | 12 = std::make_unique<Wt::WIconPair>("icons/yellow-folder-closed.png",
|
/dports/www/wt/wt-4.6.1/ |
H A D | Changelog | 2780 * src/wt/WTreeNode.C, src/wt/WIconPair.C: performance improvements 3690 * Added WTreeNode and WIconPair widgets, derived from the
|