95 lines
16 KiB
HTML
95 lines
16 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.15"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Olive: ui/resizablescrollbar.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Olive
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html">ui</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">resizablescrollbar.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="resizablescrollbar_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> This program is free software: you can redistribute it and/or modify</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> it under the terms of the GNU General Public License as published by</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> the Free Software Foundation, either version 3 of the License, or</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> This program is distributed in the hope that it will be useful,</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> You should have received a copy of the GNU General Public License</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> along with this program. If not, see <http://www.gnu.org/licenses/>.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#ifndef RESIZABLESCROLLBAR_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#define RESIZABLESCROLLBAR_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <QScrollBar></span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html"> 26</a></span> <span class="keyword">class </span><a class="code" href="class_resizable_scroll_bar.html">ResizableScrollBar</a> : <span class="keyword">public</span> QScrollBar</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> {</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  Q_OBJECT</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <a class="code" href="class_resizable_scroll_bar.html#a5ae690281a996054cc93fcc49cb1e082">ResizableScrollBar</a>(QWidget * parent = 0);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordtype">bool</span> <a class="code" href="class_resizable_scroll_bar.html#a50ead4a204b5f07359f4a38440d406f1">is_resizing</a>();</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> signals:</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordtype">void</span> <a class="code" href="class_resizable_scroll_bar.html#a60ba51310bcfc96eb4d9244d7360c1f1">resize_move</a>(<span class="keywordtype">double</span> i);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">protected</span>:</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keywordtype">void</span> <a class="code" href="class_resizable_scroll_bar.html#a69ff7f47a0979c34b1935febf2fa1753">resizeEvent</a>(QResizeEvent *event) <span class="keyword">override</span>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keywordtype">void</span> <a class="code" href="class_resizable_scroll_bar.html#acdc22797d4b3b5dc344346e8f3266204">mousePressEvent</a>(QMouseEvent *) <span class="keyword">override</span>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordtype">void</span> <a class="code" href="class_resizable_scroll_bar.html#af5e8aa76cbe5cece3aa6aa7b2451a4fd">mouseMoveEvent</a>(QMouseEvent *) <span class="keyword">override</span>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">void</span> <a class="code" href="class_resizable_scroll_bar.html#aec564fb558408866e610da8c74e63855">mouseReleaseEvent</a>(QMouseEvent *) <span class="keyword">override</span>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#ab5346f39f717bbb54f9dfc0d43f80eb5"> 40</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_resizable_scroll_bar.html#ab5346f39f717bbb54f9dfc0d43f80eb5">resize_init</a>;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#a7c0a8130e8ca5bee5952ee8071d68ef9"> 41</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_resizable_scroll_bar.html#a7c0a8130e8ca5bee5952ee8071d68ef9">resize_proc</a>;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#a4f4af79fca3864376af4c1242b143a98"> 42</a></span>  <span class="keywordtype">int</span> <a class="code" href="class_resizable_scroll_bar.html#a4f4af79fca3864376af4c1242b143a98">resize_start</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#a17bf815eb9c1b7ff4b18b7ebe00d955e"> 43</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_resizable_scroll_bar.html#a17bf815eb9c1b7ff4b18b7ebe00d955e">resize_top</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#a0bb93f220b42c1fe6cc8950db0aacc27"> 45</a></span>  <span class="keywordtype">int</span> <a class="code" href="class_resizable_scroll_bar.html#a0bb93f220b42c1fe6cc8950db0aacc27">resize_start_max</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="class_resizable_scroll_bar.html#a5408535e353549c222bae93b7add385f"> 46</a></span>  <span class="keywordtype">int</span> <a class="code" href="class_resizable_scroll_bar.html#a5408535e353549c222bae93b7add385f">resize_start_width</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> };</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#endif // RESIZABLESCROLLBAR_H</span></div><div class="ttc" id="class_resizable_scroll_bar_html_a5ae690281a996054cc93fcc49cb1e082"><div class="ttname"><a href="class_resizable_scroll_bar.html#a5ae690281a996054cc93fcc49cb1e082">ResizableScrollBar::ResizableScrollBar</a></div><div class="ttdeci">ResizableScrollBar(QWidget *parent=0)</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:31</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a17bf815eb9c1b7ff4b18b7ebe00d955e"><div class="ttname"><a href="class_resizable_scroll_bar.html#a17bf815eb9c1b7ff4b18b7ebe00d955e">ResizableScrollBar::resize_top</a></div><div class="ttdeci">bool resize_top</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:43</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_aec564fb558408866e610da8c74e63855"><div class="ttname"><a href="class_resizable_scroll_bar.html#aec564fb558408866e610da8c74e63855">ResizableScrollBar::mouseReleaseEvent</a></div><div class="ttdeci">void mouseReleaseEvent(QMouseEvent *) override</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:120</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a4f4af79fca3864376af4c1242b143a98"><div class="ttname"><a href="class_resizable_scroll_bar.html#a4f4af79fca3864376af4c1242b143a98">ResizableScrollBar::resize_start</a></div><div class="ttdeci">int resize_start</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:42</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_ab5346f39f717bbb54f9dfc0d43f80eb5"><div class="ttname"><a href="class_resizable_scroll_bar.html#ab5346f39f717bbb54f9dfc0d43f80eb5">ResizableScrollBar::resize_init</a></div><div class="ttdeci">bool resize_init</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:40</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a60ba51310bcfc96eb4d9244d7360c1f1"><div class="ttname"><a href="class_resizable_scroll_bar.html#a60ba51310bcfc96eb4d9244d7360c1f1">ResizableScrollBar::resize_move</a></div><div class="ttdeci">void resize_move(double i)</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_af5e8aa76cbe5cece3aa6aa7b2451a4fd"><div class="ttname"><a href="class_resizable_scroll_bar.html#af5e8aa76cbe5cece3aa6aa7b2451a4fd">ResizableScrollBar::mouseMoveEvent</a></div><div class="ttdeci">void mouseMoveEvent(QMouseEvent *) override</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:67</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a50ead4a204b5f07359f4a38440d406f1"><div class="ttname"><a href="class_resizable_scroll_bar.html#a50ead4a204b5f07359f4a38440d406f1">ResizableScrollBar::is_resizing</a></div><div class="ttdeci">bool is_resizing()</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:41</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_acdc22797d4b3b5dc344346e8f3266204"><div class="ttname"><a href="class_resizable_scroll_bar.html#acdc22797d4b3b5dc344346e8f3266204">ResizableScrollBar::mousePressEvent</a></div><div class="ttdeci">void mousePressEvent(QMouseEvent *) override</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:49</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a5408535e353549c222bae93b7add385f"><div class="ttname"><a href="class_resizable_scroll_bar.html#a5408535e353549c222bae93b7add385f">ResizableScrollBar::resize_start_width</a></div><div class="ttdeci">int resize_start_width</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:46</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html"><div class="ttname"><a href="class_resizable_scroll_bar.html">ResizableScrollBar</a></div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:26</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a7c0a8130e8ca5bee5952ee8071d68ef9"><div class="ttname"><a href="class_resizable_scroll_bar.html#a7c0a8130e8ca5bee5952ee8071d68ef9">ResizableScrollBar::resize_proc</a></div><div class="ttdeci">bool resize_proc</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:41</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a0bb93f220b42c1fe6cc8950db0aacc27"><div class="ttname"><a href="class_resizable_scroll_bar.html#a0bb93f220b42c1fe6cc8950db0aacc27">ResizableScrollBar::resize_start_max</a></div><div class="ttdeci">int resize_start_max</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.h:45</div></div>
|
|
<div class="ttc" id="class_resizable_scroll_bar_html_a69ff7f47a0979c34b1935febf2fa1753"><div class="ttname"><a href="class_resizable_scroll_bar.html#a69ff7f47a0979c34b1935febf2fa1753">ResizableScrollBar::resizeEvent</a></div><div class="ttdeci">void resizeEvent(QResizeEvent *event) override</div><div class="ttdef"><b>Definition:</b> resizablescrollbar.cpp:45</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.15
|
|
</small></address>
|
|
</body>
|
|
</html>
|