102 lines
15 KiB
HTML
102 lines
15 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: panels/panels.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_27557e0778820cd254ee4de672ad398a.html">panels</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">panels.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="panels_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 PANELS_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#define PANELS_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 "<a class="code" href="timeline_8h.html">timeline.h</a>"</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="effectcontrols_8h.html">effectcontrols.h</a>"</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="viewer_8h.html">viewer.h</a>"</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "<a class="code" href="grapheditor_8h.html">grapheditor.h</a>"</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "<a class="code" href="project_8h.html">project.h</a>"</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">extern</span> <a class="code" href="class_project.html">Project</a>* <a class="code" href="panels_8h.html#aa6564a8736877fc51250099da1a461dc">panel_project</a>;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">extern</span> <a class="code" href="class_effect_controls.html">EffectControls</a>* <a class="code" href="panels_8h.html#aa2a97f737dafd57d0aaca36ec04e995f">panel_effect_controls</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">extern</span> <a class="code" href="class_viewer.html">Viewer</a>* <a class="code" href="panels_8h.html#a3a6b386f106381a65d464beee0a734f9">panel_sequence_viewer</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">extern</span> <a class="code" href="class_viewer.html">Viewer</a>* <a class="code" href="panels_8h.html#a0b148b499e06ae85c5b7883d0ae0965b">panel_footage_viewer</a>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">extern</span> <a class="code" href="class_timeline.html">Timeline</a>* <a class="code" href="panels_8h.html#a541bd5fb05fb8730ed1f22970a8c2dba">panel_timeline</a>;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">extern</span> <a class="code" href="class_graph_editor.html">GraphEditor</a>* <a class="code" href="panels_8h.html#ad79a38e4b3107d8b7bc9fdaed5ba04c6">panel_graph_editor</a>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keywordtype">void</span> <a class="code" href="panels_8h.html#ac8159c8de3514ad37e9f918dab6fcaa4">update_ui</a>(<span class="keywordtype">bool</span> modified);</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> QDockWidget* <a class="code" href="panels_8h.html#ae17839b439c1c6254d68e261a0fe750c">get_focused_panel</a>(<span class="keywordtype">bool</span> force_hover = <span class="keyword">false</span>);</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keywordtype">void</span> <a class="code" href="panels_8h.html#a30ee859993636d51a677f812428ad525">alloc_panels</a>(QWidget *parent);</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keywordtype">void</span> <a class="code" href="panels_8h.html#a2c3668623e03ff7ba17306dd49b0d0ad">free_panels</a>();</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keywordtype">void</span> <a class="code" href="panels_8h.html#ae6588090bcd7acf371a40090ce85d047">scroll_to_frame_internal</a>(QScrollBar* bar, <span class="keywordtype">long</span> frame, <span class="keywordtype">double</span> zoom, <span class="keywordtype">int</span> area_width);</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#endif // PANELS_H</span></div><div class="ttc" id="panels_8h_html_a2c3668623e03ff7ba17306dd49b0d0ad"><div class="ttname"><a href="panels_8h.html#a2c3668623e03ff7ba17306dd49b0d0ad">free_panels</a></div><div class="ttdeci">void free_panels()</div><div class="ttdef"><b>Definition:</b> panels.cpp:191</div></div>
|
|
<div class="ttc" id="project_8h_html"><div class="ttname"><a href="project_8h.html">project.h</a></div></div>
|
|
<div class="ttc" id="viewer_8h_html"><div class="ttname"><a href="viewer_8h.html">viewer.h</a></div></div>
|
|
<div class="ttc" id="effectcontrols_8h_html"><div class="ttname"><a href="effectcontrols_8h.html">effectcontrols.h</a></div></div>
|
|
<div class="ttc" id="panels_8h_html_a30ee859993636d51a677f812428ad525"><div class="ttname"><a href="panels_8h.html#a30ee859993636d51a677f812428ad525">alloc_panels</a></div><div class="ttdeci">void alloc_panels(QWidget *parent)</div><div class="ttdef"><b>Definition:</b> panels.cpp:172</div></div>
|
|
<div class="ttc" id="panels_8h_html_a0b148b499e06ae85c5b7883d0ae0965b"><div class="ttname"><a href="panels_8h.html#a0b148b499e06ae85c5b7883d0ae0965b">panel_footage_viewer</a></div><div class="ttdeci">Viewer * panel_footage_viewer</div><div class="ttdef"><b>Definition:</b> panels.cpp:37</div></div>
|
|
<div class="ttc" id="panels_8h_html_ad79a38e4b3107d8b7bc9fdaed5ba04c6"><div class="ttname"><a href="panels_8h.html#ad79a38e4b3107d8b7bc9fdaed5ba04c6">panel_graph_editor</a></div><div class="ttdeci">GraphEditor * panel_graph_editor</div><div class="ttdef"><b>Definition:</b> panels.cpp:39</div></div>
|
|
<div class="ttc" id="grapheditor_8h_html"><div class="ttname"><a href="grapheditor_8h.html">grapheditor.h</a></div></div>
|
|
<div class="ttc" id="panels_8h_html_ae6588090bcd7acf371a40090ce85d047"><div class="ttname"><a href="panels_8h.html#ae6588090bcd7acf371a40090ce85d047">scroll_to_frame_internal</a></div><div class="ttdeci">void scroll_to_frame_internal(QScrollBar *bar, long frame, double zoom, int area_width)</div><div class="ttdef"><b>Definition:</b> panels.cpp:204</div></div>
|
|
<div class="ttc" id="timeline_8h_html"><div class="ttname"><a href="timeline_8h.html">timeline.h</a></div></div>
|
|
<div class="ttc" id="class_timeline_html"><div class="ttname"><a href="class_timeline.html">Timeline</a></div><div class="ttdef"><b>Definition:</b> timeline.h:85</div></div>
|
|
<div class="ttc" id="panels_8h_html_ac8159c8de3514ad37e9f918dab6fcaa4"><div class="ttname"><a href="panels_8h.html#ac8159c8de3514ad37e9f918dab6fcaa4">update_ui</a></div><div class="ttdeci">void update_ui(bool modified)</div><div class="ttdef"><b>Definition:</b> panels.cpp:127</div></div>
|
|
<div class="ttc" id="class_effect_controls_html"><div class="ttname"><a href="class_effect_controls.html">EffectControls</a></div><div class="ttdef"><b>Definition:</b> effectcontrols.h:51</div></div>
|
|
<div class="ttc" id="class_project_html"><div class="ttname"><a href="class_project.html">Project</a></div><div class="ttdef"><b>Definition:</b> project.h:53</div></div>
|
|
<div class="ttc" id="panels_8h_html_ae17839b439c1c6254d68e261a0fe750c"><div class="ttname"><a href="panels_8h.html#ae17839b439c1c6254d68e261a0fe750c">get_focused_panel</a></div><div class="ttdeci">QDockWidget * get_focused_panel(bool force_hover=false)</div><div class="ttdef"><b>Definition:</b> panels.cpp:137</div></div>
|
|
<div class="ttc" id="panels_8h_html_aa6564a8736877fc51250099da1a461dc"><div class="ttname"><a href="panels_8h.html#aa6564a8736877fc51250099da1a461dc">panel_project</a></div><div class="ttdeci">Project * panel_project</div><div class="ttdef"><b>Definition:</b> panels.cpp:34</div></div>
|
|
<div class="ttc" id="class_graph_editor_html"><div class="ttname"><a href="class_graph_editor.html">GraphEditor</a></div><div class="ttdef"><b>Definition:</b> grapheditor.h:35</div></div>
|
|
<div class="ttc" id="panels_8h_html_a541bd5fb05fb8730ed1f22970a8c2dba"><div class="ttname"><a href="panels_8h.html#a541bd5fb05fb8730ed1f22970a8c2dba">panel_timeline</a></div><div class="ttdeci">Timeline * panel_timeline</div><div class="ttdef"><b>Definition:</b> panels.cpp:38</div></div>
|
|
<div class="ttc" id="panels_8h_html_aa2a97f737dafd57d0aaca36ec04e995f"><div class="ttname"><a href="panels_8h.html#aa2a97f737dafd57d0aaca36ec04e995f">panel_effect_controls</a></div><div class="ttdeci">EffectControls * panel_effect_controls</div><div class="ttdef"><b>Definition:</b> panels.cpp:35</div></div>
|
|
<div class="ttc" id="class_viewer_html"><div class="ttname"><a href="class_viewer.html">Viewer</a></div><div class="ttdef"><b>Definition:</b> viewer.h:43</div></div>
|
|
<div class="ttc" id="panels_8h_html_a3a6b386f106381a65d464beee0a734f9"><div class="ttname"><a href="panels_8h.html#a3a6b386f106381a65d464beee0a734f9">panel_sequence_viewer</a></div><div class="ttdeci">Viewer * panel_sequence_viewer</div><div class="ttdef"><b>Definition:</b> panels.cpp:36</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>
|