This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dtk-widget-dcommandlinkbutton.html
108 lines (108 loc) · 6.3 KB
/
dtk-widget-dcommandlinkbutton.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- dcommandlinkbutton.cpp -->
<title>DCommandLinkButton Class | Dtk Reference Documentation 1.0.0</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
// loading style sheet breaks anchors that were jumped to before
// so force jumping to anchor again
setTimeout(function() {
var anchor = location.hash;
// need to jump to different anchor first (e.g. none)
location.hash = "#";
setTimeout(function() {
location.hash = anchor;
}, 0);
}, 0);
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li><a href="index.html">Dtk Doc</a></li>
<li><a href="index.html">Dtk Reference Documentation</a></li>
<li>DCommandLinkButton</li>
<li id="buildversion"><a href="index.html">Qt 5.15.2 Reference Documentation</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#protected-functions">Protected Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">DCommandLinkButton Class</h1>
<span class="small-subtitle">class <a href="dtk.html">Dtk</a>::<a href="dtk-widget.html">Widget</a>::DCommandLinkButton</span>
<!-- $$$DCommandLinkButton-brief -->
<p>DCommandLinkButton 一个继承于 <a href="http://doc.qt.io/qt-5/qabstractbutton.html">QAbstractButton</a> 的按钮,外形和链接很像; 也可以是带有箭头的链接。常用于点击之后,跳转到另外一个窗口或者页面,比如浏览器的前进后退按钮. <a href="#details">More...</a></p>
<!-- @@@DCommandLinkButton -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <DCommandLinkButton></span>
</td></tr></table></div><ul>
<li><a href="dtk-widget-dcommandlinkbutton-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="dtk-widget-dcommandlinkbutton.html#DCommandLinkButton">DCommandLinkButton</a></b>(const QString <i>text</i>, QWidget *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSize </td><td class="memItemRight bottomAlign"><b><a href="dtk-widget-dcommandlinkbutton.html#sizeHint">sizeHint</a></b>() const</td></tr>
</table></div>
<a name="protected-functions"></a>
<h2 id="protected-functions">Protected Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="dtk-widget-dcommandlinkbutton.html#initStyleOption">initStyleOption</a></b>(Dtk::Widget::DStyleOptionButton *<i>option</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="dtk-widget-dcommandlinkbutton.html#paintEvent">paintEvent</a></b>(int *<i>e</i>) override</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$DCommandLinkButton-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
</div>
<!-- @@@DCommandLinkButton -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$DCommandLinkButton[overload1]$$$DCommandLinkButtonconstQStringQWidget* -->
<h3 class="fn" id="DCommandLinkButton"><a name="DCommandLinkButton"></a>DCommandLinkButton::<span class="name">DCommandLinkButton</span>(const <span class="type"><a href="http://doc.qt.io/qt-5/qstring.html">QString</a></span> <i>text</i>, <span class="type"><a href="http://doc.qt.io/qt-5/qwidget.html">QWidget</a></span> *<i>parent</i> = nullptr)</h3>
<p>构造函数 <i>text</i> 控件显示的文字 <i>parent</i> 控件的父对象</p>
<!-- @@@DCommandLinkButton -->
<!-- $$$initStyleOption[overload1]$$$initStyleOptionDtk::Widget::DStyleOptionButton* -->
<h3 class="fn" id="initStyleOption"><a name="initStyleOption"></a><code>[protected] </code><span class="type">void</span> DCommandLinkButton::<span class="name">initStyleOption</span>(<span class="type"><a href="dtk-widget-dstyleoptionbutton.html">Dtk::Widget::DStyleOptionButton</a></span> *<i>option</i>) const</h3>
<p>初始化的一个 option 的风格,和一些基本的属性 <i>option</i> 实参是一个用来初始化的(按钮控件的)风格属性</p>
<!-- @@@initStyleOption -->
<!-- $$$paintEvent[overload1]$$$paintEventint* -->
<h3 class="fn" id="paintEvent"><a name="paintEvent"></a><code>[protected] </code><span class="type">void</span> DCommandLinkButton::<span class="name">paintEvent</span>(<span class="type">int</span> *<i>e</i>)</h3>
<p>绘画事件 <i>e</i> 此处不使用</p>
<!-- @@@paintEvent -->
<!-- $$$sizeHint[overload1]$$$sizeHint -->
<h3 class="fn" id="sizeHint"><a name="sizeHint"></a><span class="type"><a href="http://doc.qt.io/qt-5/qsize.html">QSize</a></span> DCommandLinkButton::<span class="name">sizeHint</span>() const</h3>
<p>获取控件的矩形大小 Returns 返回本的控件矩形大小</p>
<!-- @@@sizeHint -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2020 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.<br/> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br/> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>