Files
oak-editor/docs/html/mainwindow_8cpp.html
T
2019-02-19 03:57:47 -08:00

201 lines
9.6 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: mainwindow.cpp File Reference</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&amp;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&amp;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><!-- top -->
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">mainwindow.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="mainwindow_8h_source.html">mainwindow.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="oliveglobal_8h_source.html">oliveglobal.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="menuhelper_8h_source.html">ui/menuhelper.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="projectelements_8h_source.html">project/projectelements.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="config_8h_source.html">io/config.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="path_8h_source.html">io/path.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="proxygenerator_8h_source.html">io/proxygenerator.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="projectfilter_8h_source.html">project/projectfilter.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="sourcetable_8h_source.html">ui/sourcetable.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="viewerwidget_8h_source.html">ui/viewerwidget.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="sourceiconview_8h_source.html">ui/sourceiconview.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="timelineheader_8h_source.html">ui/timelineheader.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="cursors_8h_source.html">ui/cursors.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="focusfilter_8h_source.html">ui/focusfilter.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="panels_8h_source.html">panels/panels.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="debugdialog_8h_source.html">dialogs/debugdialog.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="audio_8h_source.html">playback/audio.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="playback_8h_source.html">playback/playback.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="debug_8h_source.html">debug.h</a>&quot;</code><br />
<code>#include &lt;QStyleFactory&gt;</code><br />
<code>#include &lt;QMessageBox&gt;</code><br />
<code>#include &lt;QFileDialog&gt;</code><br />
<code>#include &lt;QTimer&gt;</code><br />
<code>#include &lt;QCloseEvent&gt;</code><br />
<code>#include &lt;QMovie&gt;</code><br />
<code>#include &lt;QInputDialog&gt;</code><br />
<code>#include &lt;QRegExp&gt;</code><br />
<code>#include &lt;QStatusBar&gt;</code><br />
<code>#include &lt;QMenu&gt;</code><br />
<code>#include &lt;QMenuBar&gt;</code><br />
<code>#include &lt;QLayout&gt;</code><br />
<code>#include &lt;QApplication&gt;</code><br />
<code>#include &lt;QPushButton&gt;</code><br />
<code>#include &lt;QTranslator&gt;</code><br />
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a47259bb0c5a8e9233230e7d50271f659"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mainwindow_8cpp.html#a47259bb0c5a8e9233230e7d50271f659">DEFAULT_CSS</a>&#160;&#160;&#160;&quot;QPushButton::checked { background: rgb(25, 25, 25); }&quot;</td></tr>
<tr class="separator:a47259bb0c5a8e9233230e7d50271f659"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a08cd1ede919d33df4cc8f905a9783620"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mainwindow_8cpp.html#a08cd1ede919d33df4cc8f905a9783620">Q_DECLARE_METATYPE</a> (<a class="el" href="cacher_8h.html#a06b2300f462978e17d9b586991a0af3f">ClipPtr</a>)</td></tr>
<tr class="separator:a08cd1ede919d33df4cc8f905a9783620"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aed016627ec8d90709938653928e8fa43"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mainwindow_8cpp.html#aed016627ec8d90709938653928e8fa43">kbd_shortcut_processor</a> (QByteArray &amp;file, QMenu *menu, bool save, bool first)</td></tr>
<tr class="separator:aed016627ec8d90709938653928e8fa43"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a id="a47259bb0c5a8e9233230e7d50271f659"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a47259bb0c5a8e9233230e7d50271f659">&#9670;&nbsp;</a></span>DEFAULT_CSS</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define DEFAULT_CSS&#160;&#160;&#160;&quot;QPushButton::checked { background: rgb(25, 25, 25); }&quot;</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a id="aed016627ec8d90709938653928e8fa43"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aed016627ec8d90709938653928e8fa43">&#9670;&nbsp;</a></span>kbd_shortcut_processor()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void kbd_shortcut_processor </td>
<td>(</td>
<td class="paramtype">QByteArray &amp;&#160;</td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">QMenu *&#160;</td>
<td class="paramname"><em>menu</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>save</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>first</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a id="a08cd1ede919d33df4cc8f905a9783620"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a08cd1ede919d33df4cc8f905a9783620">&#9670;&nbsp;</a></span>Q_DECLARE_METATYPE()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Q_DECLARE_METATYPE </td>
<td>(</td>
<td class="paramtype"><a class="el" href="cacher_8h.html#a06b2300f462978e17d9b586991a0af3f">ClipPtr</a>&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>