minor cleanup and documentation of render functions

This commit is contained in:
itsmattkc
2019-02-16 02:18:32 -08:00
parent c810f27c47
commit 6bccd0c660
177 changed files with 2562 additions and 1497 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">aboutdialog.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef ABOUTDIALOG_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define ABOUTDIALOG_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QDialog&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="class_about_dialog.html"> 6</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_about_dialog.html">AboutDialog</a> : <span class="keyword">public</span> QDialog</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; Q_OBJECT</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_about_dialog.html">AboutDialog</a>(QWidget *parent = 0);</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;};</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#endif // ABOUTDIALOG_H</span></div><div class="ttc" id="class_about_dialog_html"><div class="ttname"><a href="class_about_dialog.html">AboutDialog</a></div><div class="ttdef"><b>Definition:</b> aboutdialog.h:6</div></div>
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef ABOUTDIALOG_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define ABOUTDIALOG_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QDialog&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_about_dialog.html"> 26</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_about_dialog.html">AboutDialog</a> : <span class="keyword">public</span> QDialog</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; Q_OBJECT</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_about_dialog.html">AboutDialog</a>(QWidget *parent = 0);</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;};</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#endif // ABOUTDIALOG_H</span></div><div class="ttc" id="class_about_dialog_html"><div class="ttname"><a href="class_about_dialog.html">AboutDialog</a></div><div class="ttdef"><b>Definition:</b> aboutdialog.h:26</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+133 -134
View File
@@ -90,7 +90,7 @@ $(function() {
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_change_sequence_action.html" target="_self">ChangeSequenceAction</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_command.html" target="_self">CheckboxCommand</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_ex.html" target="_self">CheckboxEx</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clickable_label.html" target="_self">ClickableLabel</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clickable_label.html" target="_self">ClickableLabel</a></td><td class="desc">The <a class="el" href="class_clickable_label.html" title="The ClickableLabel class.">ClickableLabel</a> class </td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clip.html" target="_self">Clip</a></td><td class="desc"></td></tr>
<tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_close_all_clips_command.html" target="_self">CloseAllClipsCommand</a></td><td class="desc"></td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_collapsible_widget.html" target="_self">CollapsibleWidget</a></td><td class="desc"></td></tr>
@@ -100,141 +100,140 @@ $(function() {
<tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_action.html" target="_self">ComboAction</a></td><td class="desc"></td></tr>
<tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex.html" target="_self">ComboBoxEx</a></td><td class="desc"></td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex_command.html" target="_self">ComboBoxExCommand</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_compose_sequence_params.html" target="_self">ComposeSequenceParams</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_compose_sequence_params.html" target="_self">ComposeSequenceParams</a></td><td class="desc">The <a class="el" href="struct_compose_sequence_params.html" title="The ComposeSequenceParams struct.">ComposeSequenceParams</a> struct </td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_config.html" target="_self">Config</a></td><td class="desc"></td></tr>
<tr id="row_35_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_corner_pin_effect.html" target="_self">CornerPinEffect</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_crc32.html" target="_self">Crc32</a></td><td class="desc"></td></tr>
<tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cross_dissolve_transition.html" target="_self">CrossDissolveTransition</a></td><td class="desc"></td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cube_transition.html" target="_self">CubeTransition</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_debug_dialog.html" target="_self">DebugDialog</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_clip_action.html" target="_self">DeleteClipAction</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_marker_action.html" target="_self">DeleteMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_media_command.html" target="_self">DeleteMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_transition_command.html" target="_self">DeleteTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_demo_notice.html" target="_self">DemoNotice</a></td><td class="desc"></td></tr>
<tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_edit_sequence_command.html" target="_self">EditSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect.html" target="_self">Effect</a></td><td class="desc"></td></tr>
<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_controls.html" target="_self">EffectControls</a></td><td class="desc"></td></tr>
<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_delete_command.html" target="_self">EffectDeleteCommand</a></td><td class="desc"></td></tr>
<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field.html" target="_self">EffectField</a></td><td class="desc"></td></tr>
<tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field_undo.html" target="_self">EffectFieldUndo</a></td><td class="desc"></td></tr>
<tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_gizmo.html" target="_self">EffectGizmo</a></td><td class="desc"></td></tr>
<tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_init.html" target="_self">EffectInit</a></td><td class="desc"></td></tr>
<tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_keyframe.html" target="_self">EffectKeyframe</a></td><td class="desc"></td></tr>
<tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_effect_meta.html" target="_self">EffectMeta</a></td><td class="desc"></td></tr>
<tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_row.html" target="_self">EffectRow</a></td><td class="desc"></td></tr>
<tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effects_area.html" target="_self">EffectsArea</a></td><td class="desc"></td></tr>
<tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_embedded_file_chooser.html" target="_self">EmbeddedFileChooser</a></td><td class="desc"></td></tr>
<tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_exponential_fade_transition.html" target="_self">ExponentialFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_59_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_dialog.html" target="_self">ExportDialog</a></td><td class="desc"></td></tr>
<tr id="row_60_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_export_params.html" target="_self">ExportParams</a></td><td class="desc"></td></tr>
<tr id="row_61_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_thread.html" target="_self">ExportThread</a></td><td class="desc"></td></tr>
<tr id="row_62_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_fill_left_right_effect.html" target="_self">FillLeftRightEffect</a></td><td class="desc"></td></tr>
<tr id="row_63_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_flow_layout.html" target="_self">FlowLayout</a></td><td class="desc"></td></tr>
<tr id="row_64_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_focus_filter.html" target="_self">FocusFilter</a></td><td class="desc">The <a class="el" href="class_focus_filter.html" title="The FocusFilter class.">FocusFilter</a> class </td></tr>
<tr id="row_65_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_font_combobox.html" target="_self">FontCombobox</a></td><td class="desc"></td></tr>
<tr id="row_66_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage.html" target="_self">Footage</a></td><td class="desc"></td></tr>
<tr id="row_67_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage_stream.html" target="_self">FootageStream</a></td><td class="desc"></td></tr>
<tr id="row_68_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_frei0r_effect.html" target="_self">Frei0rEffect</a></td><td class="desc"></td></tr>
<tr id="row_69_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_ghost.html" target="_self">Ghost</a></td><td class="desc"></td></tr>
<tr id="row_70_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_g_l_texture_coords.html" target="_self">GLTextureCoords</a></td><td class="desc"></td></tr>
<tr id="row_71_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_editor.html" target="_self">GraphEditor</a></td><td class="desc"></td></tr>
<tr id="row_72_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_view.html" target="_self">GraphView</a></td><td class="desc"></td></tr>
<tr id="row_73_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_delete.html" target="_self">KeyframeDelete</a></td><td class="desc"></td></tr>
<tr id="row_74_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_field_set.html" target="_self">KeyframeFieldSet</a></td><td class="desc"></td></tr>
<tr id="row_75_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_navigator.html" target="_self">KeyframeNavigator</a></td><td class="desc"></td></tr>
<tr id="row_76_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_view.html" target="_self">KeyframeView</a></td><td class="desc"></td></tr>
<tr id="row_77_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_key_sequence_editor.html" target="_self">KeySequenceEditor</a></td><td class="desc"></td></tr>
<tr id="row_78_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_label_slider.html" target="_self">LabelSlider</a></td><td class="desc">The <a class="el" href="class_label_slider.html" title="The LabelSlider class.">LabelSlider</a> class </td></tr>
<tr id="row_79_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_linear_fade_transition.html" target="_self">LinearFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_80_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_link_command.html" target="_self">LinkCommand</a></td><td class="desc"></td></tr>
<tr id="row_81_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_dialog.html" target="_self">LoadDialog</a></td><td class="desc"></td></tr>
<tr id="row_82_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_thread.html" target="_self">LoadThread</a></td><td class="desc"></td></tr>
<tr id="row_83_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_logarithmic_fade_transition.html" target="_self">LogarithmicFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_84_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_main_window.html" target="_self">MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_85_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_marker.html" target="_self">Marker</a></td><td class="desc"></td></tr>
<tr id="row_86_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media.html" target="_self">Media</a></td><td class="desc"></td></tr>
<tr id="row_87_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_move.html" target="_self">MediaMove</a></td><td class="desc"></td></tr>
<tr id="row_88_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_properties_dialog.html" target="_self">MediaPropertiesDialog</a></td><td class="desc"></td></tr>
<tr id="row_89_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_rename.html" target="_self">MediaRename</a></td><td class="desc"></td></tr>
<tr id="row_90_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_throbber.html" target="_self">MediaThrobber</a></td><td class="desc"></td></tr>
<tr id="row_91_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_menu_helper.html" target="_self">MenuHelper</a></td><td class="desc"></td></tr>
<tr id="row_92_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_modify_transition_command.html" target="_self">ModifyTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_93_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_clip_action.html" target="_self">MoveClipAction</a></td><td class="desc"></td></tr>
<tr id="row_94_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_effect_command.html" target="_self">MoveEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_95_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_marker_action.html" target="_self">MoveMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_96_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_command.html" target="_self">NewSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_97_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_dialog.html" target="_self">NewSequenceDialog</a></td><td class="desc"></td></tr>
<tr id="row_98_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_action.html" target="_self">OliveAction</a></td><td class="desc"></td></tr>
<tr id="row_99_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_global.html" target="_self">OliveGlobal</a></td><td class="desc">The Olive Global class </td></tr>
<tr id="row_100_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_o_tree_view.html" target="_self">OTreeView</a></td><td class="desc"></td></tr>
<tr id="row_101_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_pan_effect.html" target="_self">PanEffect</a></td><td class="desc"></td></tr>
<tr id="row_102_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_play_button.html" target="_self">PlayButton</a></td><td class="desc"></td></tr>
<tr id="row_103_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preferences_dialog.html" target="_self">PreferencesDialog</a></td><td class="desc"></td></tr>
<tr id="row_104_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preview_generator.html" target="_self">PreviewGenerator</a></td><td class="desc"></td></tr>
<tr id="row_105_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project.html" target="_self">Project</a></td><td class="desc"></td></tr>
<tr id="row_106_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_filter.html" target="_self">ProjectFilter</a></td><td class="desc"></td></tr>
<tr id="row_107_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_model.html" target="_self">ProjectModel</a></td><td class="desc"></td></tr>
<tr id="row_108_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_dialog.html" target="_self">ProxyDialog</a></td><td class="desc"></td></tr>
<tr id="row_109_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_generator.html" target="_self">ProxyGenerator</a></td><td class="desc"></td></tr>
<tr id="row_110_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_proxy_info.html" target="_self">ProxyInfo</a></td><td class="desc"></td></tr>
<tr id="row_111_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_painter_wrapper.html" target="_self">QPainterWrapper</a></td><td class="desc"></td></tr>
<tr id="row_112_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_refresh_clips.html" target="_self">RefreshClips</a></td><td class="desc"></td></tr>
<tr id="row_113_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_reload_effects_command.html" target="_self">ReloadEffectsCommand</a></td><td class="desc"></td></tr>
<tr id="row_114_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_remove_clips_from_clipboard.html" target="_self">RemoveClipsFromClipboard</a></td><td class="desc"></td></tr>
<tr id="row_115_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_rename_clip_command.html" target="_self">RenameClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_116_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_render_thread.html" target="_self">RenderThread</a></td><td class="desc"></td></tr>
<tr id="row_117_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_command.html" target="_self">ReplaceClipMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_118_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_dialog.html" target="_self">ReplaceClipMediaDialog</a></td><td class="desc"></td></tr>
<tr id="row_119_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_media_command.html" target="_self">ReplaceMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_120_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_resizable_scroll_bar.html" target="_self">ResizableScrollBar</a></td><td class="desc"></td></tr>
<tr id="row_121_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_ripple_action.html" target="_self">RippleAction</a></td><td class="desc"></td></tr>
<tr id="row_122_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_runtime_config.html" target="_self">RuntimeConfig</a></td><td class="desc"></td></tr>
<tr id="row_123_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_scroll_area.html" target="_self">ScrollArea</a></td><td class="desc"></td></tr>
<tr id="row_124_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_selection.html" target="_self">Selection</a></td><td class="desc"></td></tr>
<tr id="row_125_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_sequence.html" target="_self">Sequence</a></td><td class="desc"></td></tr>
<tr id="row_126_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_autoscale_action.html" target="_self">SetAutoscaleAction</a></td><td class="desc"></td></tr>
<tr id="row_127_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_bool.html" target="_self">SetBool</a></td><td class="desc"></td></tr>
<tr id="row_128_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_double.html" target="_self">SetDouble</a></td><td class="desc"></td></tr>
<tr id="row_129_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_effect_data.html" target="_self">SetEffectData</a></td><td class="desc"></td></tr>
<tr id="row_130_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_int.html" target="_self">SetInt</a></td><td class="desc"></td></tr>
<tr id="row_131_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_keyframing.html" target="_self">SetKeyframing</a></td><td class="desc"></td></tr>
<tr id="row_132_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_long.html" target="_self">SetLong</a></td><td class="desc"></td></tr>
<tr id="row_133_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_pointer.html" target="_self">SetPointer</a></td><td class="desc"></td></tr>
<tr id="row_134_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_q_variant.html" target="_self">SetQVariant</a></td><td class="desc"></td></tr>
<tr id="row_135_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_selections_command.html" target="_self">SetSelectionsCommand</a></td><td class="desc"></td></tr>
<tr id="row_136_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_speed_action.html" target="_self">SetSpeedAction</a></td><td class="desc"></td></tr>
<tr id="row_137_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_string.html" target="_self">SetString</a></td><td class="desc"></td></tr>
<tr id="row_138_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_timeline_in_out_command.html" target="_self">SetTimelineInOutCommand</a></td><td class="desc"></td></tr>
<tr id="row_139_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_shake_effect.html" target="_self">ShakeEffect</a></td><td class="desc"></td></tr>
<tr id="row_140_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_solid_effect.html" target="_self">SolidEffect</a></td><td class="desc"></td></tr>
<tr id="row_141_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_icon_view.html" target="_self">SourceIconView</a></td><td class="desc"></td></tr>
<tr id="row_142_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_sources_common.html" target="_self">SourcesCommon</a></td><td class="desc"></td></tr>
<tr id="row_143_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_table.html" target="_self">SourceTable</a></td><td class="desc"></td></tr>
<tr id="row_144_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_speed_dialog.html" target="_self">SpeedDialog</a></td><td class="desc"></td></tr>
<tr id="row_145_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_stabilizer_dialog.html" target="_self">StabilizerDialog</a></td><td class="desc"></td></tr>
<tr id="row_146_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_dialog.html" target="_self">TextEditDialog</a></td><td class="desc"></td></tr>
<tr id="row_147_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_ex.html" target="_self">TextEditEx</a></td><td class="desc"></td></tr>
<tr id="row_148_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_effect.html" target="_self">TextEffect</a></td><td class="desc"></td></tr>
<tr id="row_149_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timecode_effect.html" target="_self">TimecodeEffect</a></td><td class="desc"></td></tr>
<tr id="row_150_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline.html" target="_self">Timeline</a></td><td class="desc"></td></tr>
<tr id="row_151_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_header.html" target="_self">TimelineHeader</a></td><td class="desc"></td></tr>
<tr id="row_152_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_widget.html" target="_self">TimelineWidget</a></td><td class="desc"></td></tr>
<tr id="row_153_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tone_effect.html" target="_self">ToneEffect</a></td><td class="desc"></td></tr>
<tr id="row_154_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transform_effect.html" target="_self">TransformEffect</a></td><td class="desc"></td></tr>
<tr id="row_155_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transition.html" target="_self">Transition</a></td><td class="desc"></td></tr>
<tr id="row_156_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_transition_data.html" target="_self">TransitionData</a></td><td class="desc"></td></tr>
<tr id="row_157_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_footage_tooltip.html" target="_self">UpdateFootageTooltip</a></td><td class="desc"></td></tr>
<tr id="row_158_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_viewer.html" target="_self">UpdateViewer</a></td><td class="desc"></td></tr>
<tr id="row_159_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_video_codec_params.html" target="_self">VideoCodecParams</a></td><td class="desc"></td></tr>
<tr id="row_160_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer.html" target="_self">Viewer</a></td><td class="desc"></td></tr>
<tr id="row_161_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_container.html" target="_self">ViewerContainer</a></td><td class="desc"></td></tr>
<tr id="row_162_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_widget.html" target="_self">ViewerWidget</a></td><td class="desc"></td></tr>
<tr id="row_163_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_window.html" target="_self">ViewerWindow</a></td><td class="desc"></td></tr>
<tr id="row_164_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_void_effect.html" target="_self">VoidEffect</a></td><td class="desc"></td></tr>
<tr id="row_165_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_volume_effect.html" target="_self">VolumeEffect</a></td><td class="desc"></td></tr>
<tr id="row_166_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_v_s_t_host.html" target="_self">VSTHost</a></td><td class="desc"></td></tr>
<tr id="row_167_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_v_s_t_rect.html" target="_self">VSTRect</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cross_dissolve_transition.html" target="_self">CrossDissolveTransition</a></td><td class="desc"></td></tr>
<tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cube_transition.html" target="_self">CubeTransition</a></td><td class="desc"></td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_debug_dialog.html" target="_self">DebugDialog</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_clip_action.html" target="_self">DeleteClipAction</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_marker_action.html" target="_self">DeleteMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_media_command.html" target="_self">DeleteMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_transition_command.html" target="_self">DeleteTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_demo_notice.html" target="_self">DemoNotice</a></td><td class="desc"></td></tr>
<tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_edit_sequence_command.html" target="_self">EditSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect.html" target="_self">Effect</a></td><td class="desc"></td></tr>
<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_controls.html" target="_self">EffectControls</a></td><td class="desc"></td></tr>
<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_delete_command.html" target="_self">EffectDeleteCommand</a></td><td class="desc"></td></tr>
<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field.html" target="_self">EffectField</a></td><td class="desc"></td></tr>
<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field_undo.html" target="_self">EffectFieldUndo</a></td><td class="desc"></td></tr>
<tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_gizmo.html" target="_self">EffectGizmo</a></td><td class="desc"></td></tr>
<tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_init.html" target="_self">EffectInit</a></td><td class="desc"></td></tr>
<tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_keyframe.html" target="_self">EffectKeyframe</a></td><td class="desc"></td></tr>
<tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_effect_meta.html" target="_self">EffectMeta</a></td><td class="desc"></td></tr>
<tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_row.html" target="_self">EffectRow</a></td><td class="desc"></td></tr>
<tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effects_area.html" target="_self">EffectsArea</a></td><td class="desc"></td></tr>
<tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_embedded_file_chooser.html" target="_self">EmbeddedFileChooser</a></td><td class="desc"></td></tr>
<tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_exponential_fade_transition.html" target="_self">ExponentialFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_dialog.html" target="_self">ExportDialog</a></td><td class="desc"></td></tr>
<tr id="row_59_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_export_params.html" target="_self">ExportParams</a></td><td class="desc"></td></tr>
<tr id="row_60_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_thread.html" target="_self">ExportThread</a></td><td class="desc"></td></tr>
<tr id="row_61_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_fill_left_right_effect.html" target="_self">FillLeftRightEffect</a></td><td class="desc"></td></tr>
<tr id="row_62_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_flow_layout.html" target="_self">FlowLayout</a></td><td class="desc"></td></tr>
<tr id="row_63_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_focus_filter.html" target="_self">FocusFilter</a></td><td class="desc">The <a class="el" href="class_focus_filter.html" title="The FocusFilter class.">FocusFilter</a> class </td></tr>
<tr id="row_64_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_font_combobox.html" target="_self">FontCombobox</a></td><td class="desc"></td></tr>
<tr id="row_65_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage.html" target="_self">Footage</a></td><td class="desc"></td></tr>
<tr id="row_66_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage_stream.html" target="_self">FootageStream</a></td><td class="desc"></td></tr>
<tr id="row_67_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_frei0r_effect.html" target="_self">Frei0rEffect</a></td><td class="desc"></td></tr>
<tr id="row_68_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_ghost.html" target="_self">Ghost</a></td><td class="desc"></td></tr>
<tr id="row_69_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_g_l_texture_coords.html" target="_self">GLTextureCoords</a></td><td class="desc"></td></tr>
<tr id="row_70_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_editor.html" target="_self">GraphEditor</a></td><td class="desc"></td></tr>
<tr id="row_71_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_view.html" target="_self">GraphView</a></td><td class="desc"></td></tr>
<tr id="row_72_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_delete.html" target="_self">KeyframeDelete</a></td><td class="desc"></td></tr>
<tr id="row_73_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_field_set.html" target="_self">KeyframeFieldSet</a></td><td class="desc"></td></tr>
<tr id="row_74_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_navigator.html" target="_self">KeyframeNavigator</a></td><td class="desc"></td></tr>
<tr id="row_75_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_view.html" target="_self">KeyframeView</a></td><td class="desc"></td></tr>
<tr id="row_76_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_key_sequence_editor.html" target="_self">KeySequenceEditor</a></td><td class="desc"></td></tr>
<tr id="row_77_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_label_slider.html" target="_self">LabelSlider</a></td><td class="desc">The <a class="el" href="class_label_slider.html" title="The LabelSlider class.">LabelSlider</a> class </td></tr>
<tr id="row_78_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_linear_fade_transition.html" target="_self">LinearFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_79_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_link_command.html" target="_self">LinkCommand</a></td><td class="desc"></td></tr>
<tr id="row_80_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_dialog.html" target="_self">LoadDialog</a></td><td class="desc"></td></tr>
<tr id="row_81_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_thread.html" target="_self">LoadThread</a></td><td class="desc"></td></tr>
<tr id="row_82_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_logarithmic_fade_transition.html" target="_self">LogarithmicFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_83_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_main_window.html" target="_self">MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_84_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_marker.html" target="_self">Marker</a></td><td class="desc"></td></tr>
<tr id="row_85_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media.html" target="_self">Media</a></td><td class="desc"></td></tr>
<tr id="row_86_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_move.html" target="_self">MediaMove</a></td><td class="desc"></td></tr>
<tr id="row_87_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_properties_dialog.html" target="_self">MediaPropertiesDialog</a></td><td class="desc"></td></tr>
<tr id="row_88_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_rename.html" target="_self">MediaRename</a></td><td class="desc"></td></tr>
<tr id="row_89_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_throbber.html" target="_self">MediaThrobber</a></td><td class="desc"></td></tr>
<tr id="row_90_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_menu_helper.html" target="_self">MenuHelper</a></td><td class="desc"></td></tr>
<tr id="row_91_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_modify_transition_command.html" target="_self">ModifyTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_92_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_clip_action.html" target="_self">MoveClipAction</a></td><td class="desc"></td></tr>
<tr id="row_93_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_effect_command.html" target="_self">MoveEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_94_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_marker_action.html" target="_self">MoveMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_95_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_command.html" target="_self">NewSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_96_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_dialog.html" target="_self">NewSequenceDialog</a></td><td class="desc"></td></tr>
<tr id="row_97_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_action.html" target="_self">OliveAction</a></td><td class="desc"></td></tr>
<tr id="row_98_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_global.html" target="_self">OliveGlobal</a></td><td class="desc">The Olive Global class </td></tr>
<tr id="row_99_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_o_tree_view.html" target="_self">OTreeView</a></td><td class="desc"></td></tr>
<tr id="row_100_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_pan_effect.html" target="_self">PanEffect</a></td><td class="desc"></td></tr>
<tr id="row_101_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_play_button.html" target="_self">PlayButton</a></td><td class="desc"></td></tr>
<tr id="row_102_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preferences_dialog.html" target="_self">PreferencesDialog</a></td><td class="desc"></td></tr>
<tr id="row_103_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preview_generator.html" target="_self">PreviewGenerator</a></td><td class="desc"></td></tr>
<tr id="row_104_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project.html" target="_self">Project</a></td><td class="desc"></td></tr>
<tr id="row_105_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_filter.html" target="_self">ProjectFilter</a></td><td class="desc"></td></tr>
<tr id="row_106_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_model.html" target="_self">ProjectModel</a></td><td class="desc"></td></tr>
<tr id="row_107_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_dialog.html" target="_self">ProxyDialog</a></td><td class="desc"></td></tr>
<tr id="row_108_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_generator.html" target="_self">ProxyGenerator</a></td><td class="desc"></td></tr>
<tr id="row_109_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_proxy_info.html" target="_self">ProxyInfo</a></td><td class="desc"></td></tr>
<tr id="row_110_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_painter_wrapper.html" target="_self">QPainterWrapper</a></td><td class="desc"></td></tr>
<tr id="row_111_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_refresh_clips.html" target="_self">RefreshClips</a></td><td class="desc"></td></tr>
<tr id="row_112_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_reload_effects_command.html" target="_self">ReloadEffectsCommand</a></td><td class="desc"></td></tr>
<tr id="row_113_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_remove_clips_from_clipboard.html" target="_self">RemoveClipsFromClipboard</a></td><td class="desc"></td></tr>
<tr id="row_114_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_rename_clip_command.html" target="_self">RenameClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_115_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_render_thread.html" target="_self">RenderThread</a></td><td class="desc"></td></tr>
<tr id="row_116_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_command.html" target="_self">ReplaceClipMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_117_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_dialog.html" target="_self">ReplaceClipMediaDialog</a></td><td class="desc"></td></tr>
<tr id="row_118_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_media_command.html" target="_self">ReplaceMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_119_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_resizable_scroll_bar.html" target="_self">ResizableScrollBar</a></td><td class="desc"></td></tr>
<tr id="row_120_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_ripple_action.html" target="_self">RippleAction</a></td><td class="desc"></td></tr>
<tr id="row_121_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_runtime_config.html" target="_self">RuntimeConfig</a></td><td class="desc"></td></tr>
<tr id="row_122_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_scroll_area.html" target="_self">ScrollArea</a></td><td class="desc"></td></tr>
<tr id="row_123_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_selection.html" target="_self">Selection</a></td><td class="desc"></td></tr>
<tr id="row_124_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_sequence.html" target="_self">Sequence</a></td><td class="desc"></td></tr>
<tr id="row_125_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_autoscale_action.html" target="_self">SetAutoscaleAction</a></td><td class="desc"></td></tr>
<tr id="row_126_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_bool.html" target="_self">SetBool</a></td><td class="desc"></td></tr>
<tr id="row_127_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_double.html" target="_self">SetDouble</a></td><td class="desc"></td></tr>
<tr id="row_128_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_effect_data.html" target="_self">SetEffectData</a></td><td class="desc"></td></tr>
<tr id="row_129_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_int.html" target="_self">SetInt</a></td><td class="desc"></td></tr>
<tr id="row_130_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_keyframing.html" target="_self">SetKeyframing</a></td><td class="desc"></td></tr>
<tr id="row_131_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_long.html" target="_self">SetLong</a></td><td class="desc"></td></tr>
<tr id="row_132_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_pointer.html" target="_self">SetPointer</a></td><td class="desc"></td></tr>
<tr id="row_133_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_q_variant.html" target="_self">SetQVariant</a></td><td class="desc"></td></tr>
<tr id="row_134_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_selections_command.html" target="_self">SetSelectionsCommand</a></td><td class="desc"></td></tr>
<tr id="row_135_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_speed_action.html" target="_self">SetSpeedAction</a></td><td class="desc"></td></tr>
<tr id="row_136_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_string.html" target="_self">SetString</a></td><td class="desc"></td></tr>
<tr id="row_137_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_timeline_in_out_command.html" target="_self">SetTimelineInOutCommand</a></td><td class="desc"></td></tr>
<tr id="row_138_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_shake_effect.html" target="_self">ShakeEffect</a></td><td class="desc"></td></tr>
<tr id="row_139_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_solid_effect.html" target="_self">SolidEffect</a></td><td class="desc"></td></tr>
<tr id="row_140_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_icon_view.html" target="_self">SourceIconView</a></td><td class="desc"></td></tr>
<tr id="row_141_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_sources_common.html" target="_self">SourcesCommon</a></td><td class="desc"></td></tr>
<tr id="row_142_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_table.html" target="_self">SourceTable</a></td><td class="desc"></td></tr>
<tr id="row_143_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_speed_dialog.html" target="_self">SpeedDialog</a></td><td class="desc"></td></tr>
<tr id="row_144_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_stabilizer_dialog.html" target="_self">StabilizerDialog</a></td><td class="desc"></td></tr>
<tr id="row_145_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_dialog.html" target="_self">TextEditDialog</a></td><td class="desc"></td></tr>
<tr id="row_146_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_ex.html" target="_self">TextEditEx</a></td><td class="desc"></td></tr>
<tr id="row_147_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_effect.html" target="_self">TextEffect</a></td><td class="desc"></td></tr>
<tr id="row_148_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timecode_effect.html" target="_self">TimecodeEffect</a></td><td class="desc"></td></tr>
<tr id="row_149_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline.html" target="_self">Timeline</a></td><td class="desc"></td></tr>
<tr id="row_150_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_header.html" target="_self">TimelineHeader</a></td><td class="desc"></td></tr>
<tr id="row_151_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_widget.html" target="_self">TimelineWidget</a></td><td class="desc"></td></tr>
<tr id="row_152_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tone_effect.html" target="_self">ToneEffect</a></td><td class="desc"></td></tr>
<tr id="row_153_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transform_effect.html" target="_self">TransformEffect</a></td><td class="desc"></td></tr>
<tr id="row_154_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transition.html" target="_self">Transition</a></td><td class="desc"></td></tr>
<tr id="row_155_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_transition_data.html" target="_self">TransitionData</a></td><td class="desc"></td></tr>
<tr id="row_156_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_footage_tooltip.html" target="_self">UpdateFootageTooltip</a></td><td class="desc"></td></tr>
<tr id="row_157_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_viewer.html" target="_self">UpdateViewer</a></td><td class="desc"></td></tr>
<tr id="row_158_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_video_codec_params.html" target="_self">VideoCodecParams</a></td><td class="desc"></td></tr>
<tr id="row_159_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer.html" target="_self">Viewer</a></td><td class="desc"></td></tr>
<tr id="row_160_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_container.html" target="_self">ViewerContainer</a></td><td class="desc"></td></tr>
<tr id="row_161_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_widget.html" target="_self">ViewerWidget</a></td><td class="desc"></td></tr>
<tr id="row_162_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_window.html" target="_self">ViewerWindow</a></td><td class="desc"></td></tr>
<tr id="row_163_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_void_effect.html" target="_self">VoidEffect</a></td><td class="desc"></td></tr>
<tr id="row_164_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_volume_effect.html" target="_self">VolumeEffect</a></td><td class="desc"></td></tr>
<tr id="row_165_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_v_s_t_host.html" target="_self">VSTHost</a></td><td class="desc"></td></tr>
<tr id="row_166_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_v_s_t_rect.html" target="_self">VSTRect</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+9 -1
View File
@@ -69,6 +69,11 @@ $(function() {
<div class="title">ClickableLabel Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The <a class="el" href="class_clickable_label.html" title="The ClickableLabel class.">ClickableLabel</a> class.
<a href="class_clickable_label.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="clickablelabel_8h_source.html">clickablelabel.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for ClickableLabel:</div>
<div class="dyncontent">
@@ -94,7 +99,10 @@ Public Member Functions</h2></td></tr>
void&#160;</td><td class="memItemRight" valign="bottom"><b>mousePressEvent</b> (QMouseEvent *ev)</td></tr>
<tr class="separator:adfec8a6c2ddd87b673f3a734ea6afa2b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<hr/>The documentation for this class was generated from the following files:<ul>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="class_clickable_label.html" title="The ClickableLabel class.">ClickableLabel</a> class. </p>
<p>Simple QLabel-derived class that emits a clicked() signal when the widget receives a mouse press event. </p>
</div><hr/>The documentation for this class was generated from the following files:<ul>
<li>ui/<a class="el" href="clickablelabel_8h_source.html">clickablelabel.h</a></li>
<li>ui/clickablelabel.cpp</li>
</ul>
+6 -5
View File
@@ -118,7 +118,7 @@ $(function() {
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_view_to_all</b>() (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_view_to_rect</b>(int x1, double y1, int x2, double y2) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_view_to_selection</b>() (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_zoom</b>(double z) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_zoom</b>(double xz, double yz) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>show_context_menu</b>(const QPoint &amp;pos) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>start_x</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>start_y</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
@@ -126,10 +126,11 @@ $(function() {
<tr bgcolor="#f0f0f0"><td class="entry"><b>wheelEvent</b>(QWheelEvent *event) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>x_scroll</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>x_scroll_changed</b>(int) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>y_scroll</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>y_scroll_changed</b>(int) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>zoom_changed</b>(double) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>x_zoom</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>y_scroll</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>y_scroll_changed</b>(int) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>y_zoom</b> (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom_changed</b>(double, double) (defined in <a class="el" href="class_graph_view.html">GraphView</a>)</td><td class="entry"><a class="el" href="class_graph_view.html">GraphView</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
+12 -9
View File
@@ -87,9 +87,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>x_scroll_changed</b>
<tr class="memitem:a147dfccbfed4c487f870b5a161cd3b0b"><td class="memItemLeft" align="right" valign="top"><a id="a147dfccbfed4c487f870b5a161cd3b0b"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>y_scroll_changed</b> (int)</td></tr>
<tr class="separator:a147dfccbfed4c487f870b5a161cd3b0b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ac3dea126b4c99047644ac4dc957f1c"><td class="memItemLeft" align="right" valign="top"><a id="a1ac3dea126b4c99047644ac4dc957f1c"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_changed</b> (double)</td></tr>
<tr class="separator:a1ac3dea126b4c99047644ac4dc957f1c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5d3763d4c41a3636155142141cb22eb8"><td class="memItemLeft" align="right" valign="top"><a id="a5d3763d4c41a3636155142141cb22eb8"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_changed</b> (double, double)</td></tr>
<tr class="separator:a5d3763d4c41a3636155142141cb22eb8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9cb67b62b179dac2470935337245a3cf"><td class="memItemLeft" align="right" valign="top"><a id="a9cb67b62b179dac2470935337245a3cf"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>selection_changed</b> (bool, int)</td></tr>
<tr class="separator:a9cb67b62b179dac2470935337245a3cf"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -156,9 +156,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>set_scroll_x</b> (int
<tr class="memitem:a5cd477311ae5cd11874b5daeb68b775e"><td class="memItemLeft" align="right" valign="top"><a id="a5cd477311ae5cd11874b5daeb68b775e"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>set_scroll_y</b> (int s)</td></tr>
<tr class="separator:a5cd477311ae5cd11874b5daeb68b775e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8c1f812c7bfe34b5ae44d5805973627e"><td class="memItemLeft" align="right" valign="top"><a id="a8c1f812c7bfe34b5ae44d5805973627e"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>set_zoom</b> (double z)</td></tr>
<tr class="separator:a8c1f812c7bfe34b5ae44d5805973627e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acd4f79fee3b6cae324228b73afb5de59"><td class="memItemLeft" align="right" valign="top"><a id="acd4f79fee3b6cae324228b73afb5de59"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>set_zoom</b> (double xz, double yz)</td></tr>
<tr class="separator:acd4f79fee3b6cae324228b73afb5de59"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac3f55352a5099e603593dbb8c9a38239"><td class="memItemLeft" align="right" valign="top"><a id="ac3f55352a5099e603593dbb8c9a38239"></a>
int&#160;</td><td class="memItemRight" valign="bottom"><b>get_screen_x</b> (double)</td></tr>
<tr class="separator:ac3f55352a5099e603593dbb8c9a38239"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -198,9 +198,12 @@ int&#160;</td><td class="memItemRight" valign="bottom"><b>start_x</b></td></tr>
<tr class="memitem:aa0d54828264ed89452695c2913b5880a"><td class="memItemLeft" align="right" valign="top"><a id="aa0d54828264ed89452695c2913b5880a"></a>
int&#160;</td><td class="memItemRight" valign="bottom"><b>start_y</b></td></tr>
<tr class="separator:aa0d54828264ed89452695c2913b5880a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a72f1a22fa1d40466afa35fccdbfb52c6"><td class="memItemLeft" align="right" valign="top"><a id="a72f1a22fa1d40466afa35fccdbfb52c6"></a>
double&#160;</td><td class="memItemRight" valign="bottom"><b>zoom</b></td></tr>
<tr class="separator:a72f1a22fa1d40466afa35fccdbfb52c6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3cb6a9531c75b3d7f5bacdc607cdaffc"><td class="memItemLeft" align="right" valign="top"><a id="a3cb6a9531c75b3d7f5bacdc607cdaffc"></a>
double&#160;</td><td class="memItemRight" valign="bottom"><b>x_zoom</b></td></tr>
<tr class="separator:a3cb6a9531c75b3d7f5bacdc607cdaffc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3a0090481974bb472729982d03fee9c"><td class="memItemLeft" align="right" valign="top"><a id="ae3a0090481974bb472729982d03fee9c"></a>
double&#160;</td><td class="memItemRight" valign="bottom"><b>y_zoom</b></td></tr>
<tr class="separator:ae3a0090481974bb472729982d03fee9c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3481fc8ebd9fb66fe74d6b157289b91b"><td class="memItemLeft" align="right" valign="top"><a id="a3481fc8ebd9fb66fe74d6b157289b91b"></a>
QVector&lt; bool &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>field_visibility</b></td></tr>
<tr class="separator:a3481fc8ebd9fb66fe74d6b157289b91b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+35 -34
View File
@@ -69,40 +69,41 @@ $(function() {
<p>This is the complete list of members for <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>accurateSeekButton</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>audio_input_devices</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>audio_output_devices</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>audio_sample_rate</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>browse_css_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>custom_css_fn</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>delete_all_previews</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>delete_previews</b>(char type) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>effect_textbox_lines_field</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>fastSeekButton</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>imgSeqFormatEdit</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>key_shortcut_actions</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>key_shortcut_fields</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>key_shortcut_items</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>keyboard_tree</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>language_combobox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>load_shortcut_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PreferencesDialog</b>(QWidget *parent=nullptr) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>previous_queue_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>previous_queue_type</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>recordingComboBox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>refine_shortcut_list</b>(const QString &amp;, QTreeWidgetItem *parent=nullptr) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>reset_all_shortcuts</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>reset_default_shortcut</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>save</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>save_shortcut_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setup_kbd_shortcut_worker</b>(QMenu *menu, QTreeWidgetItem *parent) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setup_kbd_shortcuts</b>(QMenuBar *menu) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setup_ui</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>thumbnail_res_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>upcoming_queue_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>upcoming_queue_type</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>use_software_fallbacks_checkbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>waveform_res_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~PreferencesDialog</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>add_default_effects_to_clips</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>audio_input_devices</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>audio_output_devices</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>audio_sample_rate</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>browse_css_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>custom_css_fn</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>delete_all_previews</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>delete_previews</b>(char type) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>effect_textbox_lines_field</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fastSeekButton</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>imgSeqFormatEdit</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>key_shortcut_actions</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>key_shortcut_fields</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>key_shortcut_items</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>keyboard_tree</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>language_combobox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>load_shortcut_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>PreferencesDialog</b>(QWidget *parent=nullptr) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>previous_queue_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>previous_queue_type</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>recordingComboBox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>refine_shortcut_list</b>(const QString &amp;, QTreeWidgetItem *parent=nullptr) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>reset_all_shortcuts</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>reset_default_shortcut</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>save</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>save_shortcut_file</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setup_kbd_shortcut_worker</b>(QMenu *menu, QTreeWidgetItem *parent) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setup_kbd_shortcuts</b>(QMenuBar *menu) (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setup_ui</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>thumbnail_res_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>upcoming_queue_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>upcoming_queue_type</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>use_software_fallbacks_checkbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>waveform_res_spinbox</b> (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~PreferencesDialog</b>() (defined in <a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>)</td><td class="entry"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
+3
View File
@@ -182,6 +182,9 @@ QSpinBox *&#160;</td><td class="memItemRight" valign="bottom"><b>thumbnail_res_s
<tr class="memitem:a27a14a95ae56eedf25467b746d49f7e1"><td class="memItemLeft" align="right" valign="top"><a id="a27a14a95ae56eedf25467b746d49f7e1"></a>
QSpinBox *&#160;</td><td class="memItemRight" valign="bottom"><b>waveform_res_spinbox</b></td></tr>
<tr class="separator:a27a14a95ae56eedf25467b746d49f7e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29e9d9251c1c18b812afea5c24256fb9"><td class="memItemLeft" align="right" valign="top"><a id="a29e9d9251c1c18b812afea5c24256fb9"></a>
QCheckBox *&#160;</td><td class="memItemRight" valign="bottom"><b>add_default_effects_to_clips</b></td></tr>
<tr class="separator:a29e9d9251c1c18b812afea5c24256fb9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a96ad0ef64a2209f4dbbbf6e44c5ff805"><td class="memItemLeft" align="right" valign="top"><a id="a96ad0ef64a2209f4dbbbf6e44c5ff805"></a>
QVector&lt; QAction * &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>key_shortcut_actions</b></td></tr>
<tr class="separator:a96ad0ef64a2209f4dbbbf6e44c5ff805"><td class="memSeparator" colspan="2">&#160;</td></tr>
+37 -37
View File
@@ -124,41 +124,41 @@ $(function() {
<tr bgcolor="#f0f0f0"><td class="entry"><b>move_insert</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>moving_init</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>moving_proc</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>nest</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>next_cut</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>old_zoom</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>paste</b>(bool insert=false) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>previous_cut</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rc_ripple_max</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rc_ripple_min</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>record_btn_click</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>recordButton</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_h</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_init</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_proc</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_w</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_x</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_y</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>relink_clips_using_ids</b>(QVector&lt; int &gt; &amp;old_clips, QVector&lt; Clip * &gt; &amp;new_clips) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>repaint_timeline</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>resize_move</b>(double d) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>resizeEvent</b>(QResizeEvent *event) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ripple_delete</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ripple_delete_empty_space</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ripple_delete_inout</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ripple_to_in_point</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ripple_to_out_point</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>scroll</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>scroll_to_frame</b>(long frame) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>select_all</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>select_from_playhead</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>selecting</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>selection_offset</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_marker</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_sb_max</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_tool</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_tool</b>(int tool) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_zoom</b>(bool in) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>multiply_zoom</b>(double m) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>nest</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>next_cut</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>old_zoom</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>paste</b>(bool insert=false) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>previous_cut</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rc_ripple_max</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rc_ripple_min</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>record_btn_click</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>recordButton</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_h</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_init</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_proc</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_w</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>rect_select_x</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>rect_select_y</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>relink_clips_using_ids</b>(QVector&lt; int &gt; &amp;old_clips, QVector&lt; Clip * &gt; &amp;new_clips) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>repaint_timeline</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>resize_move</b>(double d) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>resizeEvent</b>(QResizeEvent *event) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ripple_delete</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ripple_delete_empty_space</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ripple_delete_inout</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ripple_to_in_point</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ripple_to_out_point</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>scroll</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>scroll_to_frame</b>(long frame) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>select_all</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>select_from_playhead</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>selecting</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>selection_offset</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_marker</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_sb_max</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_tool</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_tool</b>(int tool) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>set_zoom_value</b>(double v) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setScroll</b>(int) (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setup_ui</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
@@ -214,9 +214,9 @@ $(function() {
<tr bgcolor="#f0f0f0"><td class="entry"><b>video_track_heights</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>videoScrollbar</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>zoom</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom_in</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom_in</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>zoom_just_changed</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom_out</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoom_out</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">slot</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>zoomInButton</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>zoomOutButton</b> (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"><span class="mlabel">private</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~Timeline</b>() (defined in <a class="el" href="class_timeline.html">Timeline</a>)</td><td class="entry"><a class="el" href="class_timeline.html">Timeline</a></td><td class="entry"></td></tr>
+9 -9
View File
@@ -145,6 +145,12 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>add_transition</b> ()
<tr class="memitem:a8ef72ebfaff2d2a2d7cb1ffc8cb956d3"><td class="memItemLeft" align="right" valign="top"><a id="a8ef72ebfaff2d2a2d7cb1ffc8cb956d3"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>nest</b> ()</td></tr>
<tr class="separator:a8ef72ebfaff2d2a2d7cb1ffc8cb956d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3dc94dfcf38bb0c62391d6157fb803d1"><td class="memItemLeft" align="right" valign="top"><a id="a3dc94dfcf38bb0c62391d6157fb803d1"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_in</b> ()</td></tr>
<tr class="separator:a3dc94dfcf38bb0c62391d6157fb803d1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4286a9444e2af2c14ac71c02ff067b97"><td class="memItemLeft" align="right" valign="top"><a id="a4286a9444e2af2c14ac71c02ff067b97"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_out</b> ()</td></tr>
<tr class="separator:a4286a9444e2af2c14ac71c02ff067b97"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
@@ -154,9 +160,9 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:a705a012f3e56baa610c58732e08de8c4"><td class="memItemLeft" align="right" valign="top"><a id="a705a012f3e56baa610c58732e08de8c4"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><b>focused</b> ()</td></tr>
<tr class="separator:a705a012f3e56baa610c58732e08de8c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e4f5cbdeb46ee2051d2d635a6f27d78"><td class="memItemLeft" align="right" valign="top"><a id="a7e4f5cbdeb46ee2051d2d635a6f27d78"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>set_zoom</b> (bool in)</td></tr>
<tr class="separator:a7e4f5cbdeb46ee2051d2d635a6f27d78"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6f79958d70e239f1e8910cb37b64f3e2"><td class="memItemLeft" align="right" valign="top"><a id="a6f79958d70e239f1e8910cb37b64f3e2"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>multiply_zoom</b> (double m)</td></tr>
<tr class="separator:a6f79958d70e239f1e8910cb37b64f3e2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f54973a48568b533caa5e15e8effc3d"><td class="memItemLeft" align="right" valign="top"><a id="a8f54973a48568b533caa5e15e8effc3d"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>copy</b> (bool del)</td></tr>
<tr class="separator:a8f54973a48568b533caa5e15e8effc3d"><td class="memSeparator" colspan="2">&#160;</td></tr>
@@ -448,12 +454,6 @@ QPushButton *&#160;</td><td class="memItemRight" valign="bottom"><b>snappingButt
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-slots"></a>
Private Slots</h2></td></tr>
<tr class="memitem:a3dc94dfcf38bb0c62391d6157fb803d1"><td class="memItemLeft" align="right" valign="top"><a id="a3dc94dfcf38bb0c62391d6157fb803d1"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_in</b> ()</td></tr>
<tr class="separator:a3dc94dfcf38bb0c62391d6157fb803d1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4286a9444e2af2c14ac71c02ff067b97"><td class="memItemLeft" align="right" valign="top"><a id="a4286a9444e2af2c14ac71c02ff067b97"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>zoom_out</b> ()</td></tr>
<tr class="separator:a4286a9444e2af2c14ac71c02ff067b97"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8054e560669d30a2a353749e0cc76f7c"><td class="memItemLeft" align="right" valign="top"><a id="a8054e560669d30a2a353749e0cc76f7c"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>snapping_clicked</b> (bool checked)</td></tr>
<tr class="separator:a8054e560669d30a2a353749e0cc76f7c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+48 -50
View File
@@ -68,68 +68,66 @@ $(function() {
<div class="qindex"><a class="qindex" href="#letter__">_</a>&#160;|&#160;<a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_g">g</a>&#160;|&#160;<a class="qindex" href="#letter_k">k</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_n">n</a>&#160;|&#160;<a class="qindex" href="#letter_o">o</a>&#160;|&#160;<a class="qindex" href="#letter_p">p</a>&#160;|&#160;<a class="qindex" href="#letter_q">q</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a></div>
<table class="classindex">
<tr><td rowspan="2" valign="bottom"><a name="letter__"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;_&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_crc32.html">Crc32</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_g_l_texture_coords.html">GLTextureCoords</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_play_button.html">PlayButton</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_timeline_in_out_command.html">SetTimelineInOutCommand</a>&#160;&#160;&#160;</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_cross_dissolve_transition.html">CrossDissolveTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_graph_editor.html">GraphEditor</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_shake_effect.html">ShakeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___a_effect.html">_AEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_cube_transition.html">CubeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_graph_view.html">GraphView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_preview_generator.html">PreviewGenerator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_solid_effect.html">SolidEffect</a>&#160;&#160;&#160;</td></tr>
</td><td valign="top"><a class="el" href="class_corner_pin_effect.html">CornerPinEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_g_l_texture_coords.html">GLTextureCoords</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_p"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;p&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_set_q_variant.html">SetQVariant</a>&#160;&#160;&#160;</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_cross_dissolve_transition.html">CrossDissolveTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_graph_editor.html">GraphEditor</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_set_selections_command.html">SetSelectionsCommand</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___a_effect.html">_AEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_cube_transition.html">CubeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_graph_view.html">GraphView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_pan_effect.html">PanEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_speed_action.html">SetSpeedAction</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_event.html">_VstEvent</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
</td><td rowspan="2" valign="bottom"><a name="letter_k"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;k&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_project.html">Project</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_source_icon_view.html">SourceIconView</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_events.html">_VstEvents</a>&#160;&#160;&#160;</td><td></td><td></td><td valign="top"><a class="el" href="class_project_filter.html">ProjectFilter</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_sources_common.html">SourcesCommon</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_midi_event.html">_VstMidiEvent</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_debug_dialog.html">DebugDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_delete.html">KeyframeDelete</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_project_model.html">ProjectModel</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_source_table.html">SourceTable</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_parameter_properties.html">_VstParameterProperties</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_delete_clip_action.html">DeleteClipAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_field_set.html">KeyframeFieldSet</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_proxy_dialog.html">ProxyDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_speed_dialog.html">SpeedDialog</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_time_info.html">_VstTimeInfo</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_delete_marker_action.html">DeleteMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_navigator.html">KeyframeNavigator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_proxy_generator.html">ProxyGenerator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_stabilizer_dialog.html">StabilizerDialog</a>&#160;&#160;&#160;</td></tr>
</td><td valign="top"><a class="el" href="class_play_button.html">PlayButton</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_string.html">SetString</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_events.html">_VstEvents</a>&#160;&#160;&#160;</td><td></td><td></td><td valign="top"><a class="el" href="class_preferences_dialog.html">PreferencesDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_timeline_in_out_command.html">SetTimelineInOutCommand</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_midi_event.html">_VstMidiEvent</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_debug_dialog.html">DebugDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_delete.html">KeyframeDelete</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_preview_generator.html">PreviewGenerator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_shake_effect.html">ShakeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_parameter_properties.html">_VstParameterProperties</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_delete_clip_action.html">DeleteClipAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_field_set.html">KeyframeFieldSet</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_project.html">Project</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_solid_effect.html">SolidEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct___vst_time_info.html">_VstTimeInfo</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_delete_marker_action.html">DeleteMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_navigator.html">KeyframeNavigator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_project_filter.html">ProjectFilter</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_source_icon_view.html">SourceIconView</a>&#160;&#160;&#160;</td></tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_a"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_delete_media_command.html">DeleteMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_view.html">KeyframeView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_proxy_info.html">ProxyInfo</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_delete_transition_command.html">DeleteTransitionCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_key_sequence_editor.html">KeySequenceEditor</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_q"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;q&#160;&#160;</div></td></tr></table>
</td><td></td></tr>
</td><td valign="top"><a class="el" href="class_delete_media_command.html">DeleteMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_keyframe_view.html">KeyframeView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_project_model.html">ProjectModel</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_sources_common.html">SourcesCommon</a>&#160;&#160;&#160;</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_delete_transition_command.html">DeleteTransitionCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_key_sequence_editor.html">KeySequenceEditor</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_proxy_dialog.html">ProxyDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_source_table.html">SourceTable</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_about_dialog.html">AboutDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_demo_notice.html">DemoNotice</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
</td><td></td><td valign="top"><a class="el" href="class_text_edit_dialog.html">TextEditDialog</a>&#160;&#160;&#160;</td></tr>
</td><td valign="top"><a class="el" href="class_proxy_generator.html">ProxyGenerator</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_speed_dialog.html">SpeedDialog</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_action_search.html">ActionSearch</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td><td></td><td valign="top"><a class="el" href="class_q_painter_wrapper.html">QPainterWrapper</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_text_edit_ex.html">TextEditEx</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_action_search_entry.html">ActionSearchEntry</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_label_slider.html">LabelSlider</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_r"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;r&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_text_effect.html">TextEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_action_search_list.html">ActionSearchList</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_edit_sequence_command.html">EditSequenceCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_linear_fade_transition.html">LinearFadeTransition</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_timecode_effect.html">TimecodeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_clip_command.html">AddClipCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect.html">Effect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_link_command.html">LinkCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_refresh_clips.html">RefreshClips</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline.html">Timeline</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_effect_command.html">AddEffectCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_controls.html">EffectControls</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_load_dialog.html">LoadDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_reload_effects_command.html">ReloadEffectsCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline_header.html">TimelineHeader</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_marker_action.html">AddMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_delete_command.html">EffectDeleteCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_load_thread.html">LoadThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_remove_clips_from_clipboard.html">RemoveClipsFromClipboard</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline_widget.html">TimelineWidget</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_media_command.html">AddMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_field.html">EffectField</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_logarithmic_fade_transition.html">LogarithmicFadeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_rename_clip_command.html">RenameClipCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_tone_effect.html">ToneEffect</a>&#160;&#160;&#160;</td></tr>
</td><td></td><td valign="top"><a class="el" href="struct_proxy_info.html">ProxyInfo</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_stabilizer_dialog.html">StabilizerDialog</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_action_search_entry.html">ActionSearchEntry</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_label_slider.html">LabelSlider</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_q"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;q&#160;&#160;</div></td></tr></table>
</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
</td></tr>
<tr><td valign="top"><a class="el" href="class_action_search_list.html">ActionSearchList</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_edit_sequence_command.html">EditSequenceCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_linear_fade_transition.html">LinearFadeTransition</a>&#160;&#160;&#160;</td><td></td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_add_clip_command.html">AddClipCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect.html">Effect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_link_command.html">LinkCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_q_painter_wrapper.html">QPainterWrapper</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_text_edit_dialog.html">TextEditDialog</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_effect_command.html">AddEffectCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_controls.html">EffectControls</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_load_dialog.html">LoadDialog</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_r"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;r&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_text_edit_ex.html">TextEditEx</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_marker_action.html">AddMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_delete_command.html">EffectDeleteCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_load_thread.html">LoadThread</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_text_effect.html">TextEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_media_command.html">AddMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_field.html">EffectField</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_logarithmic_fade_transition.html">LogarithmicFadeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_refresh_clips.html">RefreshClips</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timecode_effect.html">TimecodeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_add_transition_command.html">AddTransitionCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_field_undo.html">EffectFieldUndo</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_render_thread.html">RenderThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_transform_effect.html">TransformEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_advanced_video_dialog.html">AdvancedVideoDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_gizmo.html">EffectGizmo</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_replace_clip_media_command.html">ReplaceClipMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_transition.html">Transition</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_monitor.html">AudioMonitor</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_init.html">EffectInit</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_main_window.html">MainWindow</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_replace_clip_media_dialog.html">ReplaceClipMediaDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_transition_data.html">TransitionData</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_noise_effect.html">AudioNoiseEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_keyframe.html">EffectKeyframe</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_marker.html">Marker</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_replace_media_command.html">ReplaceMediaCommand</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_sender_thread.html">AudioSenderThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_effect_meta.html">EffectMeta</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media.html">Media</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_resizable_scroll_bar.html">ResizableScrollBar</a>&#160;&#160;&#160;</td><td></td></tr>
</td><td valign="top"><a class="el" href="class_reload_effects_command.html">ReloadEffectsCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline.html">Timeline</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_advanced_video_dialog.html">AdvancedVideoDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_gizmo.html">EffectGizmo</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_remove_clips_from_clipboard.html">RemoveClipsFromClipboard</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline_header.html">TimelineHeader</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_monitor.html">AudioMonitor</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_init.html">EffectInit</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_main_window.html">MainWindow</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_rename_clip_command.html">RenameClipCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_timeline_widget.html">TimelineWidget</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_noise_effect.html">AudioNoiseEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_effect_keyframe.html">EffectKeyframe</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_marker.html">Marker</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_render_thread.html">RenderThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_tone_effect.html">ToneEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_audio_sender_thread.html">AudioSenderThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_effect_meta.html">EffectMeta</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media.html">Media</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_replace_clip_media_command.html">ReplaceClipMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_transform_effect.html">TransformEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;c&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_effect_row.html">EffectRow</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_move.html">MediaMove</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_ripple_action.html">RippleAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_update_footage_tooltip.html">UpdateFootageTooltip</a>&#160;&#160;&#160;</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_effects_area.html">EffectsArea</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_properties_dialog.html">MediaPropertiesDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_runtime_config.html">RuntimeConfig</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_update_viewer.html">UpdateViewer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_cacher.html">Cacher</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_embedded_file_chooser.html">EmbeddedFileChooser</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_rename.html">MediaRename</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
</td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_effect_row.html">EffectRow</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_move.html">MediaMove</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_replace_clip_media_dialog.html">ReplaceClipMediaDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_transition.html">Transition</a>&#160;&#160;&#160;</td></tr>
<tr><td></td><td valign="top"><a class="el" href="class_effects_area.html">EffectsArea</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_properties_dialog.html">MediaPropertiesDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_replace_media_command.html">ReplaceMediaCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_transition_data.html">TransitionData</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_cacher.html">Cacher</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_embedded_file_chooser.html">EmbeddedFileChooser</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_rename.html">MediaRename</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_resizable_scroll_bar.html">ResizableScrollBar</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
</td></tr>
<tr><td valign="top"><a class="el" href="class_change_sequence_action.html">ChangeSequenceAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_exponential_fade_transition.html">ExponentialFadeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_throbber.html">MediaThrobber</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_ripple_action.html">RippleAction</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_checkbox_command.html">CheckboxCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_export_dialog.html">ExportDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_menu_helper.html">MenuHelper</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_runtime_config.html">RuntimeConfig</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_update_footage_tooltip.html">UpdateFootageTooltip</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_checkbox_ex.html">CheckboxEx</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_export_params.html">ExportParams</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_modify_transition_command.html">ModifyTransitionCommand</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_update_viewer.html">UpdateViewer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_clickable_label.html">ClickableLabel</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_export_thread.html">ExportThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_move_clip_action.html">MoveClipAction</a>&#160;&#160;&#160;</td><td></td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
</td></tr>
<tr><td valign="top"><a class="el" href="class_change_sequence_action.html">ChangeSequenceAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_exponential_fade_transition.html">ExponentialFadeTransition</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_media_throbber.html">MediaThrobber</a>&#160;&#160;&#160;</td><td></td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_checkbox_command.html">CheckboxCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_export_dialog.html">ExportDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_menu_helper.html">MenuHelper</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_scroll_area.html">ScrollArea</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_video_codec_params.html">VideoCodecParams</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_checkbox_ex.html">CheckboxEx</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_export_params.html">ExportParams</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_modify_transition_command.html">ModifyTransitionCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_selection.html">Selection</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer.html">Viewer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_clickable_label.html">ClickableLabel</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_export_thread.html">ExportThread</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_move_clip_action.html">MoveClipAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_sequence.html">Sequence</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_container.html">ViewerContainer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_clip.html">Clip</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;f&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_move_effect_command.html">MoveEffectCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_autoscale_action.html">SetAutoscaleAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_widget.html">ViewerWidget</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_close_all_clips_command.html">CloseAllClipsCommand</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_move_marker_action.html">MoveMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_bool.html">SetBool</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_window.html">ViewerWindow</a>&#160;&#160;&#160;</td></tr>
</td><td valign="top"><a class="el" href="class_move_effect_command.html">MoveEffectCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_scroll_area.html">ScrollArea</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_close_all_clips_command.html">CloseAllClipsCommand</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_move_marker_action.html">MoveMarkerAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_selection.html">Selection</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_video_codec_params.html">VideoCodecParams</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_collapsible_widget.html">CollapsibleWidget</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_fill_left_right_effect.html">FillLeftRightEffect</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_n"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;n&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_set_double.html">SetDouble</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_void_effect.html">VoidEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_collapsible_widget_header.html">CollapsibleWidgetHeader</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_flow_layout.html">FlowLayout</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_set_effect_data.html">SetEffectData</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_volume_effect.html">VolumeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_color_button.html">ColorButton</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_focus_filter.html">FocusFilter</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_new_sequence_command.html">NewSequenceCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_int.html">SetInt</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_v_s_t_host.html">VSTHost</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_color_command.html">ColorCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_font_combobox.html">FontCombobox</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_new_sequence_dialog.html">NewSequenceDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_keyframing.html">SetKeyframing</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_v_s_t_rect.html">VSTRect</a>&#160;&#160;&#160;</td></tr>
</td><td valign="top"><a class="el" href="struct_sequence.html">Sequence</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer.html">Viewer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_collapsible_widget_header.html">CollapsibleWidgetHeader</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_flow_layout.html">FlowLayout</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_set_autoscale_action.html">SetAutoscaleAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_container.html">ViewerContainer</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_color_button.html">ColorButton</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_focus_filter.html">FocusFilter</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_new_sequence_command.html">NewSequenceCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_bool.html">SetBool</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_widget.html">ViewerWidget</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_color_command.html">ColorCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_font_combobox.html">FontCombobox</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_new_sequence_dialog.html">NewSequenceDialog</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_double.html">SetDouble</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_viewer_window.html">ViewerWindow</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_combo_action.html">ComboAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_footage.html">Footage</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_o"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;o&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_set_long.html">SetLong</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_combo_box_ex.html">ComboBoxEx</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_footage_stream.html">FootageStream</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_set_pointer.html">SetPointer</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_combo_box_ex_command.html">ComboBoxExCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_frei0r_effect.html">Frei0rEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_olive_action.html">OliveAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_q_variant.html">SetQVariant</a>&#160;&#160;&#160;</td><td></td></tr>
</td><td valign="top"><a class="el" href="class_set_effect_data.html">SetEffectData</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_void_effect.html">VoidEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_combo_box_ex.html">ComboBoxEx</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_footage_stream.html">FootageStream</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_set_int.html">SetInt</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_volume_effect.html">VolumeEffect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="class_combo_box_ex_command.html">ComboBoxExCommand</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_frei0r_effect.html">Frei0rEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_olive_action.html">OliveAction</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_keyframing.html">SetKeyframing</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_v_s_t_host.html">VSTHost</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct_compose_sequence_params.html">ComposeSequenceParams</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_g"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;g&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_olive_global.html">OliveGlobal</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_selections_command.html">SetSelectionsCommand</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="struct_config.html">Config</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_o_tree_view.html">OTreeView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_speed_action.html">SetSpeedAction</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_corner_pin_effect.html">CornerPinEffect</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_ghost.html">Ghost</a>&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_p"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;p&#160;&#160;</div></td></tr></table>
</td><td valign="top"><a class="el" href="class_set_string.html">SetString</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td valign="top"><a class="el" href="class_pan_effect.html">PanEffect</a>&#160;&#160;&#160;</td><td></td><td></td></tr>
</td><td valign="top"><a class="el" href="class_olive_global.html">OliveGlobal</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_long.html">SetLong</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="struct_v_s_t_rect.html">VSTRect</a>&#160;&#160;&#160;</td></tr>
<tr><td valign="top"><a class="el" href="struct_config.html">Config</a>&#160;&#160;&#160;</td><td></td><td valign="top"><a class="el" href="class_o_tree_view.html">OTreeView</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="class_set_pointer.html">SetPointer</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td></td><td valign="top"><a class="el" href="struct_ghost.html">Ghost</a>&#160;&#160;&#160;</td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td></tr>
</table>
<div class="qindex"><a class="qindex" href="#letter__">_</a>&#160;|&#160;<a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_g">g</a>&#160;|&#160;<a class="qindex" href="#letter_k">k</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_n">n</a>&#160;|&#160;<a class="qindex" href="#letter_o">o</a>&#160;|&#160;<a class="qindex" href="#letter_p">p</a>&#160;|&#160;<a class="qindex" href="#letter_q">q</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a></div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">cursors.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef CURSORS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define CURSORS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QCursor&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keywordtype">void</span> init_custom_cursors();</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="keyword">namespace </span>Olive{</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; <span class="keyword">extern</span> QCursor Cursor_LeftTrim;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; <span class="keyword">extern</span> QCursor Cursor_RightTrim;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;}</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#endif // CURSORS_H</span></div></div><!-- fragment --></div><!-- contents -->
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef CURSORS_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define CURSORS_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QCursor&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keywordtype">void</span> init_custom_cursors();</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">namespace </span>Olive{</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keyword">extern</span> QCursor Cursor_LeftTrim;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">extern</span> QCursor Cursor_RightTrim;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;}</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#endif // CURSORS_H</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
+1 -1
View File
@@ -65,7 +65,7 @@ $(function() {
<div class="title">debug.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef DEBUG_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define DEBUG_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QDebug&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keywordtype">void</span> debug_message_handler(QtMsgType type, <span class="keyword">const</span> QMessageLogContext &amp;context, <span class="keyword">const</span> QString &amp;msg);</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keyword">const</span> QString&amp; get_debug_str();</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="keywordtype">void</span> open_debug_file();</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="keywordtype">void</span> close_debug_file();</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#define dout qDebug()</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#endif // DEBUG_H</span></div></div><!-- fragment --></div><!-- contents -->
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef DEBUG_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define DEBUG_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QDebug&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keywordtype">void</span> debug_message_handler(QtMsgType type, <span class="keyword">const</span> QMessageLogContext &amp;context, <span class="keyword">const</span> QString &amp;msg);</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">const</span> QString&amp; get_debug_str();</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keywordtype">void</span> open_debug_file();</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keywordtype">void</span> close_debug_file();</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define dout qDebug()</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#endif // DEBUG_H</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">demonotice.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef DEMONOTICE_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define DEMONOTICE_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QDialog&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="class_demo_notice.html"> 6</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_demo_notice.html">DemoNotice</a> : <span class="keyword">public</span> QDialog</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; Q_OBJECT</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_demo_notice.html">DemoNotice</a>(QWidget *parent = 0);</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;};</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#endif // DEMONOTICE_H</span></div><div class="ttc" id="class_demo_notice_html"><div class="ttname"><a href="class_demo_notice.html">DemoNotice</a></div><div class="ttdef"><b>Definition:</b> demonotice.h:6</div></div>
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef DEMONOTICE_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define DEMONOTICE_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QDialog&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_demo_notice.html"> 26</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_demo_notice.html">DemoNotice</a> : <span class="keyword">public</span> QDialog</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; Q_OBJECT</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_demo_notice.html">DemoNotice</a>(QWidget *parent = 0);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;};</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#endif // DEMONOTICE_H</span></div><div class="ttc" id="class_demo_notice_html"><div class="ttname"><a href="class_demo_notice.html">DemoNotice</a></div><div class="ttdef"><b>Definition:</b> demonotice.h:26</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">effectloaders.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef EFFECTLOADERS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define EFFECTLOADERS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QList&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keywordtype">void</span> init_effects();</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#endif // EFFECTLOADERS_H</span></div></div><!-- fragment --></div><!-- contents -->
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef EFFECTLOADERS_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define EFFECTLOADERS_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QList&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keywordtype">void</span> init_effects();</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#endif // EFFECTLOADERS_H</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+97 -98
View File
@@ -67,24 +67,24 @@ $(function() {
<div class="contents">
<div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9658;</span><span id="img_0_" class="iconfclosed" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_56b9387f66bbb1dccc82a920d3dbd989.html" target="_self">dialogs</a></td><td class="desc"></td></tr>
<tr id="row_0_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="aboutdialog_8h_source.html"><span class="icondoc"></span></a><b>aboutdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="actionsearch_8h_source.html"><span class="icondoc"></span></a><b>actionsearch.h</b></td><td class="desc"></td></tr>
<tr id="row_0_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="advancedvideodialog_8h_source.html"><span class="icondoc"></span></a><b>advancedvideodialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="debugdialog_8h_source.html"><span class="icondoc"></span></a><b>debugdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="demonotice_8h_source.html"><span class="icondoc"></span></a><b>demonotice.h</b></td><td class="desc"></td></tr>
<tr id="row_0_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="exportdialog_8h_source.html"><span class="icondoc"></span></a><b>exportdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="loaddialog_8h_source.html"><span class="icondoc"></span></a><b>loaddialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mediapropertiesdialog_8h_source.html"><span class="icondoc"></span></a><b>mediapropertiesdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="newsequencedialog_8h_source.html"><span class="icondoc"></span></a><b>newsequencedialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="preferencesdialog_8h_source.html"><span class="icondoc"></span></a><b>preferencesdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="proxydialog_8h_source.html"><span class="icondoc"></span></a><b>proxydialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="replaceclipmediadialog_8h_source.html"><span class="icondoc"></span></a><b>replaceclipmediadialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="speeddialog_8h_source.html"><span class="icondoc"></span></a><b>speeddialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="stabilizerdialog_8h_source.html"><span class="icondoc"></span></a><b>stabilizerdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="texteditdialog_8h_source.html"><span class="icondoc"></span></a><b>texteditdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9658;</span><span id="img_1_" class="iconfclosed" onclick="toggleFolder('1_')">&#160;</span><a class="el" href="dir_63bb297c276a119495816091bcd678e9.html" target="_self">effects</a></td><td class="desc"></td></tr>
<tr id="row_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">&#9658;</span><span id="img_1_0_" class="iconfclosed" onclick="toggleFolder('1_0_')">&#160;</span><a class="el" href="dir_6bd69bfe0c8411ea8cfb86495c1153f0.html" target="_self">internal</a></td><td class="desc"></td></tr>
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_56b9387f66bbb1dccc82a920d3dbd989.html" target="_self">dialogs</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="aboutdialog_8h_source.html"><span class="icondoc"></span></a><b>aboutdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="actionsearch_8h_source.html"><span class="icondoc"></span></a><b>actionsearch.h</b></td><td class="desc"></td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="advancedvideodialog_8h_source.html"><span class="icondoc"></span></a><b>advancedvideodialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="debugdialog_8h_source.html"><span class="icondoc"></span></a><b>debugdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="demonotice_8h_source.html"><span class="icondoc"></span></a><b>demonotice.h</b></td><td class="desc"></td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="exportdialog_8h_source.html"><span class="icondoc"></span></a><b>exportdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="loaddialog_8h_source.html"><span class="icondoc"></span></a><b>loaddialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mediapropertiesdialog_8h_source.html"><span class="icondoc"></span></a><b>mediapropertiesdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="newsequencedialog_8h_source.html"><span class="icondoc"></span></a><b>newsequencedialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="preferencesdialog_8h_source.html"><span class="icondoc"></span></a><b>preferencesdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="proxydialog_8h_source.html"><span class="icondoc"></span></a><b>proxydialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="replaceclipmediadialog_8h_source.html"><span class="icondoc"></span></a><b>replaceclipmediadialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="speeddialog_8h_source.html"><span class="icondoc"></span></a><b>speeddialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="stabilizerdialog_8h_source.html"><span class="icondoc"></span></a><b>stabilizerdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="texteditdialog_8h_source.html"><span class="icondoc"></span></a><b>texteditdialog.h</b></td><td class="desc"></td></tr>
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><span id="img_1_" class="iconfopen" onclick="toggleFolder('1_')">&#160;</span><a class="el" href="dir_63bb297c276a119495816091bcd678e9.html" target="_self">effects</a></td><td class="desc"></td></tr>
<tr id="row_1_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">&#9658;</span><span id="img_1_0_" class="iconfclosed" onclick="toggleFolder('1_0_')">&#160;</span><a class="el" href="dir_6bd69bfe0c8411ea8cfb86495c1153f0.html" target="_self">internal</a></td><td class="desc"></td></tr>
<tr id="row_1_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="audionoiseeffect_8h_source.html"><span class="icondoc"></span></a><b>audionoiseeffect.h</b></td><td class="desc"></td></tr>
<tr id="row_1_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="cornerpineffect_8h_source.html"><span class="icondoc"></span></a><b>cornerpineffect.h</b></td><td class="desc"></td></tr>
<tr id="row_1_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="crossdissolvetransition_8h_source.html"><span class="icondoc"></span></a><b>crossdissolvetransition.h</b></td><td class="desc"></td></tr>
@@ -104,87 +104,86 @@ $(function() {
<tr id="row_1_0_16_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="voideffect_8h_source.html"><span class="icondoc"></span></a><b>voideffect.h</b></td><td class="desc"></td></tr>
<tr id="row_1_0_17_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="volumeeffect_8h_source.html"><span class="icondoc"></span></a><b>volumeeffect.h</b></td><td class="desc"></td></tr>
<tr id="row_1_0_18_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="vsthost_8h_source.html"><span class="icondoc"></span></a><b>vsthost.h</b></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9658;</span><span id="img_2_" class="iconfclosed" onclick="toggleFolder('2_')">&#160;</span><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html" target="_self">include</a></td><td class="desc"></td></tr>
<tr id="row_2_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="vestige_8h_source.html"><span class="icondoc"></span></a><b>vestige.h</b></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">&#9658;</span><span id="img_3_" class="iconfclosed" onclick="toggleFolder('3_')">&#160;</span><a class="el" href="dir_bc161955dc3a3d2485839eba21420d01.html" target="_self">io</a></td><td class="desc"></td></tr>
<tr id="row_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clipboard_8h_source.html"><span class="icondoc"></span></a><b>clipboard.h</b></td><td class="desc"></td></tr>
<tr id="row_3_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="config_8h_source.html"><span class="icondoc"></span></a><b>config.h</b></td><td class="desc"></td></tr>
<tr id="row_3_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="crc32_8h_source.html"><span class="icondoc"></span></a><b>crc32.h</b></td><td class="desc"></td></tr>
<tr id="row_3_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="crossplatformlib_8h_source.html"><span class="icondoc"></span></a><b>crossplatformlib.h</b></td><td class="desc"></td></tr>
<tr id="row_3_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="exportthread_8h_source.html"><span class="icondoc"></span></a><b>exportthread.h</b></td><td class="desc"></td></tr>
<tr id="row_3_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="loadthread_8h_source.html"><span class="icondoc"></span></a><b>loadthread.h</b></td><td class="desc"></td></tr>
<tr id="row_3_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="math_8h_source.html"><span class="icondoc"></span></a><b>math.h</b></td><td class="desc"></td></tr>
<tr id="row_3_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="path_8h_source.html"><span class="icondoc"></span></a><b>path.h</b></td><td class="desc"></td></tr>
<tr id="row_3_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="previewgenerator_8h_source.html"><span class="icondoc"></span></a><b>previewgenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_3_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="proxygenerator_8h_source.html"><span class="icondoc"></span></a><b>proxygenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_3_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="qpainterwrapper_8h_source.html"><span class="icondoc"></span></a><b>qpainterwrapper.h</b></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">&#9658;</span><span id="img_4_" class="iconfclosed" onclick="toggleFolder('4_')">&#160;</span><a class="el" href="dir_f2b58c5fe1af6bdc9904c8245e307f38.html" target="_self">packaging</a></td><td class="desc"></td></tr>
<tr id="row_4_0_" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_0_" class="arrow" onclick="toggleFolder('4_0_')">&#9658;</span><span id="img_4_0_" class="iconfclosed" onclick="toggleFolder('4_0_')">&#160;</span><a class="el" href="dir_1e3623b91baed642ec07bb16fd2f1d1e.html" target="_self">windows</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9660;</span><span id="img_2_" class="iconfopen" onclick="toggleFolder('2_')">&#160;</span><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html" target="_self">include</a></td><td class="desc"></td></tr>
<tr id="row_2_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="vestige_8h_source.html"><span class="icondoc"></span></a><b>vestige.h</b></td><td class="desc"></td></tr>
<tr id="row_3_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">&#9660;</span><span id="img_3_" class="iconfopen" onclick="toggleFolder('3_')">&#160;</span><a class="el" href="dir_bc161955dc3a3d2485839eba21420d01.html" target="_self">io</a></td><td class="desc"></td></tr>
<tr id="row_3_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clipboard_8h_source.html"><span class="icondoc"></span></a><b>clipboard.h</b></td><td class="desc"></td></tr>
<tr id="row_3_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="config_8h_source.html"><span class="icondoc"></span></a><b>config.h</b></td><td class="desc"></td></tr>
<tr id="row_3_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="crossplatformlib_8h_source.html"><span class="icondoc"></span></a><b>crossplatformlib.h</b></td><td class="desc"></td></tr>
<tr id="row_3_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="exportthread_8h_source.html"><span class="icondoc"></span></a><b>exportthread.h</b></td><td class="desc"></td></tr>
<tr id="row_3_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="loadthread_8h_source.html"><span class="icondoc"></span></a><b>loadthread.h</b></td><td class="desc"></td></tr>
<tr id="row_3_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="math_8h_source.html"><span class="icondoc"></span></a><b>math.h</b></td><td class="desc"></td></tr>
<tr id="row_3_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="path_8h_source.html"><span class="icondoc"></span></a><b>path.h</b></td><td class="desc"></td></tr>
<tr id="row_3_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="previewgenerator_8h_source.html"><span class="icondoc"></span></a><b>previewgenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_3_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="proxygenerator_8h_source.html"><span class="icondoc"></span></a><b>proxygenerator.h</b></td><td class="desc"></td></tr>
<tr id="row_3_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="qpainterwrapper_8h_source.html"><span class="icondoc"></span></a><b>qpainterwrapper.h</b></td><td class="desc"></td></tr>
<tr id="row_4_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">&#9660;</span><span id="img_4_" class="iconfopen" onclick="toggleFolder('4_')">&#160;</span><a class="el" href="dir_f2b58c5fe1af6bdc9904c8245e307f38.html" target="_self">packaging</a></td><td class="desc"></td></tr>
<tr id="row_4_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_4_0_" class="arrow" onclick="toggleFolder('4_0_')">&#9658;</span><span id="img_4_0_" class="iconfclosed" onclick="toggleFolder('4_0_')">&#160;</span><a class="el" href="dir_1e3623b91baed642ec07bb16fd2f1d1e.html" target="_self">windows</a></td><td class="desc"></td></tr>
<tr id="row_4_0_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="version_8h_source.html"><span class="icondoc"></span></a><b>version.h</b></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">&#9658;</span><span id="img_5_" class="iconfclosed" onclick="toggleFolder('5_')">&#160;</span><a class="el" href="dir_27557e0778820cd254ee4de672ad398a.html" target="_self">panels</a></td><td class="desc"></td></tr>
<tr id="row_5_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectcontrols_8h_source.html"><span class="icondoc"></span></a><b>effectcontrols.h</b></td><td class="desc"></td></tr>
<tr id="row_5_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="grapheditor_8h_source.html"><span class="icondoc"></span></a><b>grapheditor.h</b></td><td class="desc"></td></tr>
<tr id="row_5_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="panels_8h_source.html"><span class="icondoc"></span></a><b>panels.h</b></td><td class="desc"></td></tr>
<tr id="row_5_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="project_8h_source.html"><span class="icondoc"></span></a><b>project.h</b></td><td class="desc"></td></tr>
<tr id="row_5_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timeline_8h_source.html"><span class="icondoc"></span></a><b>timeline.h</b></td><td class="desc"></td></tr>
<tr id="row_5_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewer_8h_source.html"><span class="icondoc"></span></a><b>viewer.h</b></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_6_" class="arrow" onclick="toggleFolder('6_')">&#9658;</span><span id="img_6_" class="iconfclosed" onclick="toggleFolder('6_')">&#160;</span><a class="el" href="dir_93d4afa98ce66159f3265f6d5a9de4f5.html" target="_self">playback</a></td><td class="desc"></td></tr>
<tr id="row_6_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="audio_8h_source.html"><span class="icondoc"></span></a><b>audio.h</b></td><td class="desc"></td></tr>
<tr id="row_6_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cacher_8h_source.html"><span class="icondoc"></span></a><b>cacher.h</b></td><td class="desc"></td></tr>
<tr id="row_6_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="playback_8h_source.html"><span class="icondoc"></span></a><b>playback.h</b></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_7_" class="arrow" onclick="toggleFolder('7_')">&#9658;</span><span id="img_7_" class="iconfclosed" onclick="toggleFolder('7_')">&#160;</span><a class="el" href="dir_167790342fb55959539d550b874be046.html" target="_self">project</a></td><td class="desc"></td></tr>
<tr id="row_7_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clip_8h_source.html"><span class="icondoc"></span></a><b>clip.h</b></td><td class="desc"></td></tr>
<tr id="row_7_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effect_8h_source.html"><span class="icondoc"></span></a><b>effect.h</b></td><td class="desc"></td></tr>
<tr id="row_7_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectfield_8h_source.html"><span class="icondoc"></span></a><b>effectfield.h</b></td><td class="desc"></td></tr>
<tr id="row_7_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectgizmo_8h_source.html"><span class="icondoc"></span></a><b>effectgizmo.h</b></td><td class="desc"></td></tr>
<tr id="row_7_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectloaders_8h_source.html"><span class="icondoc"></span></a><b>effectloaders.h</b></td><td class="desc"></td></tr>
<tr id="row_7_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectrow_8h_source.html"><span class="icondoc"></span></a><b>effectrow.h</b></td><td class="desc"></td></tr>
<tr id="row_7_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="footage_8h_source.html"><span class="icondoc"></span></a><b>footage.h</b></td><td class="desc"></td></tr>
<tr id="row_7_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframe_8h_source.html"><span class="icondoc"></span></a><b>keyframe.h</b></td><td class="desc"></td></tr>
<tr id="row_7_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="marker_8h_source.html"><span class="icondoc"></span></a><b>marker.h</b></td><td class="desc"></td></tr>
<tr id="row_7_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="media_8h_source.html"><span class="icondoc"></span></a><b>media.h</b></td><td class="desc"></td></tr>
<tr id="row_7_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectelements_8h_source.html"><span class="icondoc"></span></a><b>projectelements.h</b></td><td class="desc"></td></tr>
<tr id="row_7_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectfilter_8h_source.html"><span class="icondoc"></span></a><b>projectfilter.h</b></td><td class="desc"></td></tr>
<tr id="row_7_12_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectmodel_8h_source.html"><span class="icondoc"></span></a><b>projectmodel.h</b></td><td class="desc"></td></tr>
<tr id="row_7_13_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="selection_8h_source.html"><span class="icondoc"></span></a><b>selection.h</b></td><td class="desc"></td></tr>
<tr id="row_7_14_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sequence_8h_source.html"><span class="icondoc"></span></a><b>sequence.h</b></td><td class="desc"></td></tr>
<tr id="row_7_15_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourcescommon_8h_source.html"><span class="icondoc"></span></a><b>sourcescommon.h</b></td><td class="desc"></td></tr>
<tr id="row_7_16_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="transition_8h_source.html"><span class="icondoc"></span></a><b>transition.h</b></td><td class="desc"></td></tr>
<tr id="row_7_17_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="undo_8h_source.html"><span class="icondoc"></span></a><b>undo.h</b></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_8_" class="arrow" onclick="toggleFolder('8_')">&#9658;</span><span id="img_8_" class="iconfclosed" onclick="toggleFolder('8_')">&#160;</span><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html" target="_self">ui</a></td><td class="desc"></td></tr>
<tr id="row_8_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="audiomonitor_8h_source.html"><span class="icondoc"></span></a><b>audiomonitor.h</b></td><td class="desc"></td></tr>
<tr id="row_8_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="checkboxex_8h_source.html"><span class="icondoc"></span></a><b>checkboxex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clickablelabel_8h_source.html"><span class="icondoc"></span></a><b>clickablelabel.h</b></td><td class="desc"></td></tr>
<tr id="row_8_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="collapsiblewidget_8h_source.html"><span class="icondoc"></span></a><b>collapsiblewidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="colorbutton_8h_source.html"><span class="icondoc"></span></a><b>colorbutton.h</b></td><td class="desc"></td></tr>
<tr id="row_8_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="comboboxex_8h_source.html"><span class="icondoc"></span></a><b>comboboxex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cursors_8h_source.html"><span class="icondoc"></span></a><b>cursors.h</b></td><td class="desc"></td></tr>
<tr id="row_8_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="embeddedfilechooser_8h_source.html"><span class="icondoc"></span></a><b>embeddedfilechooser.h</b></td><td class="desc"></td></tr>
<tr id="row_8_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="flowlayout_8h_source.html"><span class="icondoc"></span></a><b>flowlayout.h</b></td><td class="desc"></td></tr>
<tr id="row_8_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="focusfilter_8h_source.html"><span class="icondoc"></span></a><b>focusfilter.h</b></td><td class="desc"></td></tr>
<tr id="row_8_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="fontcombobox_8h_source.html"><span class="icondoc"></span></a><b>fontcombobox.h</b></td><td class="desc"></td></tr>
<tr id="row_8_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="graphview_8h_source.html"><span class="icondoc"></span></a><b>graphview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframedrawing_8h_source.html"><span class="icondoc"></span></a><b>keyframedrawing.h</b></td><td class="desc"></td></tr>
<tr id="row_8_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframenavigator_8h_source.html"><span class="icondoc"></span></a><b>keyframenavigator.h</b></td><td class="desc"></td></tr>
<tr id="row_8_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframeview_8h_source.html"><span class="icondoc"></span></a><b>keyframeview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_15_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="labelslider_8h_source.html"><span class="icondoc"></span></a><b>labelslider.h</b></td><td class="desc"></td></tr>
<tr id="row_8_16_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="menuhelper_8h_source.html"><span class="icondoc"></span></a><b>menuhelper.h</b></td><td class="desc"></td></tr>
<tr id="row_8_17_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="otreeview_8h_source.html"><span class="icondoc"></span></a><b>otreeview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_18_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="playbutton_8h_source.html"><span class="icondoc"></span></a><b>playbutton.h</b></td><td class="desc"></td></tr>
<tr id="row_8_19_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="rectangleselect_8h_source.html"><span class="icondoc"></span></a><b>rectangleselect.h</b></td><td class="desc"></td></tr>
<tr id="row_8_20_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="renderfunctions_8h_source.html"><span class="icondoc"></span></a><b>renderfunctions.h</b></td><td class="desc"></td></tr>
<tr id="row_8_21_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="renderthread_8h_source.html"><span class="icondoc"></span></a><b>renderthread.h</b></td><td class="desc"></td></tr>
<tr id="row_8_22_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="resizablescrollbar_8h_source.html"><span class="icondoc"></span></a><b>resizablescrollbar.h</b></td><td class="desc"></td></tr>
<tr id="row_8_23_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="scrollarea_8h_source.html"><span class="icondoc"></span></a><b>scrollarea.h</b></td><td class="desc"></td></tr>
<tr id="row_8_24_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourceiconview_8h_source.html"><span class="icondoc"></span></a><b>sourceiconview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_25_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourcetable_8h_source.html"><span class="icondoc"></span></a><b>sourcetable.h</b></td><td class="desc"></td></tr>
<tr id="row_8_26_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="texteditex_8h_source.html"><span class="icondoc"></span></a><b>texteditex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_27_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelineheader_8h_source.html"><span class="icondoc"></span></a><b>timelineheader.h</b></td><td class="desc"></td></tr>
<tr id="row_8_28_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelinetools_8h_source.html"><span class="icondoc"></span></a><b>timelinetools.h</b></td><td class="desc"></td></tr>
<tr id="row_8_29_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelinewidget_8h_source.html"><span class="icondoc"></span></a><b>timelinewidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_30_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewercontainer_8h_source.html"><span class="icondoc"></span></a><b>viewercontainer.h</b></td><td class="desc"></td></tr>
<tr id="row_8_31_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewerwidget_8h_source.html"><span class="icondoc"></span></a><b>viewerwidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_32_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewerwindow_8h_source.html"><span class="icondoc"></span></a><b>viewerwindow.h</b></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_5_" class="arrow" onclick="toggleFolder('5_')">&#9660;</span><span id="img_5_" class="iconfopen" onclick="toggleFolder('5_')">&#160;</span><a class="el" href="dir_27557e0778820cd254ee4de672ad398a.html" target="_self">panels</a></td><td class="desc"></td></tr>
<tr id="row_5_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectcontrols_8h_source.html"><span class="icondoc"></span></a><b>effectcontrols.h</b></td><td class="desc"></td></tr>
<tr id="row_5_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="grapheditor_8h_source.html"><span class="icondoc"></span></a><b>grapheditor.h</b></td><td class="desc"></td></tr>
<tr id="row_5_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="panels_8h_source.html"><span class="icondoc"></span></a><b>panels.h</b></td><td class="desc"></td></tr>
<tr id="row_5_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="project_8h_source.html"><span class="icondoc"></span></a><b>project.h</b></td><td class="desc"></td></tr>
<tr id="row_5_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timeline_8h_source.html"><span class="icondoc"></span></a><b>timeline.h</b></td><td class="desc"></td></tr>
<tr id="row_5_5_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewer_8h_source.html"><span class="icondoc"></span></a><b>viewer.h</b></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_6_" class="arrow" onclick="toggleFolder('6_')">&#9660;</span><span id="img_6_" class="iconfopen" onclick="toggleFolder('6_')">&#160;</span><a class="el" href="dir_93d4afa98ce66159f3265f6d5a9de4f5.html" target="_self">playback</a></td><td class="desc"></td></tr>
<tr id="row_6_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="audio_8h_source.html"><span class="icondoc"></span></a><b>audio.h</b></td><td class="desc"></td></tr>
<tr id="row_6_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cacher_8h_source.html"><span class="icondoc"></span></a><b>cacher.h</b></td><td class="desc"></td></tr>
<tr id="row_6_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="playback_8h_source.html"><span class="icondoc"></span></a><b>playback.h</b></td><td class="desc"></td></tr>
<tr id="row_7_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_7_" class="arrow" onclick="toggleFolder('7_')">&#9660;</span><span id="img_7_" class="iconfopen" onclick="toggleFolder('7_')">&#160;</span><a class="el" href="dir_167790342fb55959539d550b874be046.html" target="_self">project</a></td><td class="desc"></td></tr>
<tr id="row_7_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clip_8h_source.html"><span class="icondoc"></span></a><b>clip.h</b></td><td class="desc"></td></tr>
<tr id="row_7_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effect_8h_source.html"><span class="icondoc"></span></a><b>effect.h</b></td><td class="desc"></td></tr>
<tr id="row_7_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectfield_8h_source.html"><span class="icondoc"></span></a><b>effectfield.h</b></td><td class="desc"></td></tr>
<tr id="row_7_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectgizmo_8h_source.html"><span class="icondoc"></span></a><b>effectgizmo.h</b></td><td class="desc"></td></tr>
<tr id="row_7_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectloaders_8h_source.html"><span class="icondoc"></span></a><b>effectloaders.h</b></td><td class="desc"></td></tr>
<tr id="row_7_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="effectrow_8h_source.html"><span class="icondoc"></span></a><b>effectrow.h</b></td><td class="desc"></td></tr>
<tr id="row_7_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="footage_8h_source.html"><span class="icondoc"></span></a><b>footage.h</b></td><td class="desc"></td></tr>
<tr id="row_7_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframe_8h_source.html"><span class="icondoc"></span></a><b>keyframe.h</b></td><td class="desc"></td></tr>
<tr id="row_7_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="marker_8h_source.html"><span class="icondoc"></span></a><b>marker.h</b></td><td class="desc"></td></tr>
<tr id="row_7_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="media_8h_source.html"><span class="icondoc"></span></a><b>media.h</b></td><td class="desc"></td></tr>
<tr id="row_7_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectelements_8h_source.html"><span class="icondoc"></span></a><b>projectelements.h</b></td><td class="desc"></td></tr>
<tr id="row_7_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectfilter_8h_source.html"><span class="icondoc"></span></a><b>projectfilter.h</b></td><td class="desc"></td></tr>
<tr id="row_7_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="projectmodel_8h_source.html"><span class="icondoc"></span></a><b>projectmodel.h</b></td><td class="desc"></td></tr>
<tr id="row_7_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="selection_8h_source.html"><span class="icondoc"></span></a><b>selection.h</b></td><td class="desc"></td></tr>
<tr id="row_7_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sequence_8h_source.html"><span class="icondoc"></span></a><b>sequence.h</b></td><td class="desc"></td></tr>
<tr id="row_7_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourcescommon_8h_source.html"><span class="icondoc"></span></a><b>sourcescommon.h</b></td><td class="desc"></td></tr>
<tr id="row_7_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="transition_8h_source.html"><span class="icondoc"></span></a><b>transition.h</b></td><td class="desc"></td></tr>
<tr id="row_7_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="undo_8h_source.html"><span class="icondoc"></span></a><b>undo.h</b></td><td class="desc"></td></tr>
<tr id="row_8_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_8_" class="arrow" onclick="toggleFolder('8_')">&#9660;</span><span id="img_8_" class="iconfopen" onclick="toggleFolder('8_')">&#160;</span><a class="el" href="dir_1788f8309b1a812dcb800a185471cf6c.html" target="_self">ui</a></td><td class="desc"></td></tr>
<tr id="row_8_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="audiomonitor_8h_source.html"><span class="icondoc"></span></a><b>audiomonitor.h</b></td><td class="desc"></td></tr>
<tr id="row_8_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="checkboxex_8h_source.html"><span class="icondoc"></span></a><b>checkboxex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="clickablelabel_8h_source.html"><span class="icondoc"></span></a><b>clickablelabel.h</b></td><td class="desc"></td></tr>
<tr id="row_8_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="collapsiblewidget_8h_source.html"><span class="icondoc"></span></a><b>collapsiblewidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="colorbutton_8h_source.html"><span class="icondoc"></span></a><b>colorbutton.h</b></td><td class="desc"></td></tr>
<tr id="row_8_5_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="comboboxex_8h_source.html"><span class="icondoc"></span></a><b>comboboxex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cursors_8h_source.html"><span class="icondoc"></span></a><b>cursors.h</b></td><td class="desc"></td></tr>
<tr id="row_8_7_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="embeddedfilechooser_8h_source.html"><span class="icondoc"></span></a><b>embeddedfilechooser.h</b></td><td class="desc"></td></tr>
<tr id="row_8_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="flowlayout_8h_source.html"><span class="icondoc"></span></a><b>flowlayout.h</b></td><td class="desc"></td></tr>
<tr id="row_8_9_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="focusfilter_8h_source.html"><span class="icondoc"></span></a><b>focusfilter.h</b></td><td class="desc"></td></tr>
<tr id="row_8_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="fontcombobox_8h_source.html"><span class="icondoc"></span></a><b>fontcombobox.h</b></td><td class="desc"></td></tr>
<tr id="row_8_11_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="graphview_8h_source.html"><span class="icondoc"></span></a><b>graphview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_12_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframedrawing_8h_source.html"><span class="icondoc"></span></a><b>keyframedrawing.h</b></td><td class="desc"></td></tr>
<tr id="row_8_13_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframenavigator_8h_source.html"><span class="icondoc"></span></a><b>keyframenavigator.h</b></td><td class="desc"></td></tr>
<tr id="row_8_14_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="keyframeview_8h_source.html"><span class="icondoc"></span></a><b>keyframeview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_15_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="labelslider_8h_source.html"><span class="icondoc"></span></a><b>labelslider.h</b></td><td class="desc"></td></tr>
<tr id="row_8_16_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="menuhelper_8h_source.html"><span class="icondoc"></span></a><b>menuhelper.h</b></td><td class="desc"></td></tr>
<tr id="row_8_17_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="otreeview_8h_source.html"><span class="icondoc"></span></a><b>otreeview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_18_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="playbutton_8h_source.html"><span class="icondoc"></span></a><b>playbutton.h</b></td><td class="desc"></td></tr>
<tr id="row_8_19_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="rectangleselect_8h_source.html"><span class="icondoc"></span></a><b>rectangleselect.h</b></td><td class="desc"></td></tr>
<tr id="row_8_20_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="renderfunctions_8h_source.html"><span class="icondoc"></span></a><b>renderfunctions.h</b></td><td class="desc"></td></tr>
<tr id="row_8_21_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="renderthread_8h_source.html"><span class="icondoc"></span></a><b>renderthread.h</b></td><td class="desc"></td></tr>
<tr id="row_8_22_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="resizablescrollbar_8h_source.html"><span class="icondoc"></span></a><b>resizablescrollbar.h</b></td><td class="desc"></td></tr>
<tr id="row_8_23_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="scrollarea_8h_source.html"><span class="icondoc"></span></a><b>scrollarea.h</b></td><td class="desc"></td></tr>
<tr id="row_8_24_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourceiconview_8h_source.html"><span class="icondoc"></span></a><b>sourceiconview.h</b></td><td class="desc"></td></tr>
<tr id="row_8_25_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sourcetable_8h_source.html"><span class="icondoc"></span></a><b>sourcetable.h</b></td><td class="desc"></td></tr>
<tr id="row_8_26_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="texteditex_8h_source.html"><span class="icondoc"></span></a><b>texteditex.h</b></td><td class="desc"></td></tr>
<tr id="row_8_27_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelineheader_8h_source.html"><span class="icondoc"></span></a><b>timelineheader.h</b></td><td class="desc"></td></tr>
<tr id="row_8_28_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelinetools_8h_source.html"><span class="icondoc"></span></a><b>timelinetools.h</b></td><td class="desc"></td></tr>
<tr id="row_8_29_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="timelinewidget_8h_source.html"><span class="icondoc"></span></a><b>timelinewidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_30_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewercontainer_8h_source.html"><span class="icondoc"></span></a><b>viewercontainer.h</b></td><td class="desc"></td></tr>
<tr id="row_8_31_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewerwidget_8h_source.html"><span class="icondoc"></span></a><b>viewerwidget.h</b></td><td class="desc"></td></tr>
<tr id="row_8_32_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="viewerwindow_8h_source.html"><span class="icondoc"></span></a><b>viewerwindow.h</b></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="debug_8h_source.html"><span class="icondoc"></span></a><b>debug.h</b></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="mainwindow_8h_source.html"><span class="icondoc"></span></a><b>mainwindow.h</b></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="oliveglobal_8h_source.html"><span class="icondoc"></span></a><b>oliveglobal.h</b></td><td class="desc"></td></tr>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+55
View File
@@ -70,6 +70,25 @@ $(function() {
</ul>
<h3><a id="index_b"></a>- b -</h3><ul>
<li>backend_attachment1
: <a class="el" href="struct_compose_sequence_params.html#ad1594ae236345177e82216365c4d5208">ComposeSequenceParams</a>
</li>
<li>backend_attachment2
: <a class="el" href="struct_compose_sequence_params.html#a682c8f279c61f9fe89cc642e21c34089">ComposeSequenceParams</a>
</li>
<li>backend_buffer1
: <a class="el" href="struct_compose_sequence_params.html#a48727d18da412d5763b4d9acbdc8ce7d">ComposeSequenceParams</a>
</li>
<li>backend_buffer2
: <a class="el" href="struct_compose_sequence_params.html#a4aa85910febfd73c2df1f1eab6386e1d">ComposeSequenceParams</a>
</li>
<li>blend_mode_program
: <a class="el" href="struct_compose_sequence_params.html#aa4046da9e298cea9013d18b13f844f64">ComposeSequenceParams</a>
</li>
</ul>
<h3><a id="index_c"></a>- c -</h3><ul>
<li>can_close_project()
: <a class="el" href="class_olive_global.html#a634b935875324ef89ac8088b10a8707f">OliveGlobal</a>
@@ -98,6 +117,9 @@ $(function() {
<li>copy()
: <a class="el" href="class_focus_filter.html#a28498f9a8d44f649826431e53f57863c">FocusFilter</a>
</li>
<li>ctx
: <a class="el" href="struct_compose_sequence_params.html#a489d2c9b71e24f5c451cd97e6b99d154">ComposeSequenceParams</a>
</li>
<li>cut()
: <a class="el" href="class_focus_filter.html#a222ebf21b2aefbb43085839a8b95ae3e">FocusFilter</a>
</li>
@@ -156,6 +178,9 @@ $(function() {
<li>getPreviousValue()
: <a class="el" href="class_label_slider.html#a4b807b5b784a7b7b9b9d0a7b3706a4e4">LabelSlider</a>
</li>
<li>gizmos
: <a class="el" href="struct_compose_sequence_params.html#aa72c5ce883c42734fc86f841e78a6c7f">ComposeSequenceParams</a>
</li>
<li>go_to_end()
: <a class="el" href="class_focus_filter.html#a508677d87d24280a9ed5012bfdb81d87">FocusFilter</a>
</li>
@@ -198,6 +223,12 @@ $(function() {
<h3><a id="index_m"></a>- m -</h3><ul>
<li>main_attachment
: <a class="el" href="struct_compose_sequence_params.html#afab132e9800988cbc00c774ff68a7a80">ComposeSequenceParams</a>
</li>
<li>main_buffer
: <a class="el" href="struct_compose_sequence_params.html#a8427d61e5ec833c4587afff35a81590b">ComposeSequenceParams</a>
</li>
<li>make_clip_functions_menu()
: <a class="el" href="class_menu_helper.html#ad7cc7086317b2ea8bb1774f2b749a9fd">MenuHelper</a>
</li>
@@ -220,6 +251,9 @@ $(function() {
<h3><a id="index_n"></a>- n -</h3><ul>
<li>nests
: <a class="el" href="struct_compose_sequence_params.html#abfe01c624fc05291c00b1b62a7e858f7">ComposeSequenceParams</a>
</li>
<li>new_project()
: <a class="el" href="class_olive_global.html#a96005523cb0a1ba0c4647ce2f2791331">OliveGlobal</a>
</li>
@@ -285,12 +319,18 @@ $(function() {
<li>play_in_to_out()
: <a class="el" href="class_focus_filter.html#af0c6edcbcbffb186efb00b77081c8f7b">FocusFilter</a>
</li>
<li>playback_speed
: <a class="el" href="struct_compose_sequence_params.html#a24021c50259cb0ee3260e82ee59916ce">ComposeSequenceParams</a>
</li>
<li>playbackMenu_About_To_Be_Shown()
: <a class="el" href="class_main_window.html#a6d6a492bfc20a7d9758d4570bced46e9">MainWindow</a>
</li>
<li>playpause()
: <a class="el" href="class_focus_filter.html#ae4862f15057c3af9b50798333bb5194e">FocusFilter</a>
</li>
<li>premultiply_program
: <a class="el" href="struct_compose_sequence_params.html#acbe27fb20a5c6a470e1424188dfea1bd">ComposeSequenceParams</a>
</li>
<li>prev_frame()
: <a class="el" href="class_focus_filter.html#a27db0137e8ff818a04bf70448012a7dd">FocusFilter</a>
</li>
@@ -326,6 +366,9 @@ $(function() {
<li>select_all()
: <a class="el" href="class_focus_filter.html#a4e91f2fe5798f054d53436247bb2f60d">FocusFilter</a>
</li>
<li>seq
: <a class="el" href="struct_compose_sequence_params.html#a185442a89326d3e5171cb023a4723be1">ComposeSequenceParams</a>
</li>
<li>set_active_cursor()
: <a class="el" href="class_label_slider.html#a654943c90cc8d87a2dbc957a42252ef0">LabelSlider</a>
</li>
@@ -398,10 +441,16 @@ $(function() {
<li>setup_menus()
: <a class="el" href="class_main_window.html#a8030447a20f462e4262b9ad5230d98c1">MainWindow</a>
</li>
<li>single_threaded
: <a class="el" href="struct_compose_sequence_params.html#ae3bc6f6e6766e44dfbd4f82b60f45689">ComposeSequenceParams</a>
</li>
</ul>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>texture_failed
: <a class="el" href="struct_compose_sequence_params.html#a66ee6093b239f9a46d83a729a0f702ba">ComposeSequenceParams</a>
</li>
<li>toggle_bool_action()
: <a class="el" href="class_menu_helper.html#a89ebceb4b52b93ea82ec7fa7ac253718">MenuHelper</a>
</li>
@@ -440,6 +489,12 @@ $(function() {
<li>valueToString()
: <a class="el" href="class_label_slider.html#a8009482f1461ae35500fb5956e723f2c">LabelSlider</a>
</li>
<li>video
: <a class="el" href="struct_compose_sequence_params.html#ac2002668089d1fe63177933242f284d5">ComposeSequenceParams</a>
</li>
<li>viewer
: <a class="el" href="struct_compose_sequence_params.html#a14cd6939729b5280466954797512df90">ComposeSequenceParams</a>
</li>
<li>viewMenu_About_To_Be_Shown()
: <a class="el" href="class_main_window.html#a2e4fd4ecc5e0487ca2d98735b01ccf41">MainWindow</a>
</li>
+51
View File
@@ -65,21 +65,72 @@ $(function() {
<li>autorecovery_timer
: <a class="el" href="class_olive_global.html#a78f108b6ed6a5a7f13a69f51038bb2b5">OliveGlobal</a>
</li>
<li>backend_attachment1
: <a class="el" href="struct_compose_sequence_params.html#ad1594ae236345177e82216365c4d5208">ComposeSequenceParams</a>
</li>
<li>backend_attachment2
: <a class="el" href="struct_compose_sequence_params.html#a682c8f279c61f9fe89cc642e21c34089">ComposeSequenceParams</a>
</li>
<li>backend_buffer1
: <a class="el" href="struct_compose_sequence_params.html#a48727d18da412d5763b4d9acbdc8ce7d">ComposeSequenceParams</a>
</li>
<li>backend_buffer2
: <a class="el" href="struct_compose_sequence_params.html#a4aa85910febfd73c2df1f1eab6386e1d">ComposeSequenceParams</a>
</li>
<li>blend_mode_program
: <a class="el" href="struct_compose_sequence_params.html#aa4046da9e298cea9013d18b13f844f64">ComposeSequenceParams</a>
</li>
<li>ctx
: <a class="el" href="struct_compose_sequence_params.html#a489d2c9b71e24f5c451cd97e6b99d154">ComposeSequenceParams</a>
</li>
<li>decimal_places
: <a class="el" href="class_label_slider.html#afc2a71530cff38dfe586e73dabe99be9">LabelSlider</a>
</li>
<li>enable_load_project_on_init
: <a class="el" href="class_olive_global.html#a41a11e816954dbc44e2b24c1d7fe0398">OliveGlobal</a>
</li>
<li>gizmos
: <a class="el" href="struct_compose_sequence_params.html#aa72c5ce883c42734fc86f841e78a6c7f">ComposeSequenceParams</a>
</li>
<li>main_attachment
: <a class="el" href="struct_compose_sequence_params.html#afab132e9800988cbc00c774ff68a7a80">ComposeSequenceParams</a>
</li>
<li>main_buffer
: <a class="el" href="struct_compose_sequence_params.html#a8427d61e5ec833c4587afff35a81590b">ComposeSequenceParams</a>
</li>
<li>nests
: <a class="el" href="struct_compose_sequence_params.html#abfe01c624fc05291c00b1b62a7e858f7">ComposeSequenceParams</a>
</li>
<li>old_window_modified
: <a class="el" href="class_olive_action.html#a2ad0d3899c37dce7caed1b9d22a6c892">OliveAction</a>
</li>
<li>playback_speed
: <a class="el" href="struct_compose_sequence_params.html#a24021c50259cb0ee3260e82ee59916ce">ComposeSequenceParams</a>
</li>
<li>premultiply_program
: <a class="el" href="struct_compose_sequence_params.html#acbe27fb20a5c6a470e1424188dfea1bd">ComposeSequenceParams</a>
</li>
<li>project_file_filter
: <a class="el" href="class_olive_global.html#a053f4de79194655e0a51b538e0bb0d95">OliveGlobal</a>
</li>
<li>seq
: <a class="el" href="struct_compose_sequence_params.html#a185442a89326d3e5171cb023a4723be1">ComposeSequenceParams</a>
</li>
<li>set_window_modified
: <a class="el" href="class_olive_action.html#a029f9d31c03e2ec38ad8c72ff1279746">OliveAction</a>
</li>
<li>single_threaded
: <a class="el" href="struct_compose_sequence_params.html#ae3bc6f6e6766e44dfbd4f82b60f45689">ComposeSequenceParams</a>
</li>
<li>texture_failed
: <a class="el" href="struct_compose_sequence_params.html#a66ee6093b239f9a46d83a729a0f702ba">ComposeSequenceParams</a>
</li>
<li>video
: <a class="el" href="struct_compose_sequence_params.html#ac2002668089d1fe63177933242f284d5">ComposeSequenceParams</a>
</li>
<li>viewer
: <a class="el" href="struct_compose_sequence_params.html#a14cd6939729b5280466954797512df90">ComposeSequenceParams</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+183 -184
View File
@@ -74,192 +74,191 @@ $(function() {
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct___vst_parameter_properties.html" target="_self">_VstParameterProperties</a></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct___vst_time_info.html" target="_self">_VstTimeInfo</a></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clip.html" target="_self">Clip</a></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_compose_sequence_params.html" target="_self">ComposeSequenceParams</a></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_compose_sequence_params.html" target="_self">ComposeSequenceParams</a></td><td class="desc">The <a class="el" href="struct_compose_sequence_params.html" title="The ComposeSequenceParams struct.">ComposeSequenceParams</a> struct </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_config.html" target="_self">Config</a></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_crc32.html" target="_self">Crc32</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_gizmo.html" target="_self">EffectGizmo</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_keyframe.html" target="_self">EffectKeyframe</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_effect_meta.html" target="_self">EffectMeta</a></td><td class="desc"></td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_export_params.html" target="_self">ExportParams</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage.html" target="_self">Footage</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage_stream.html" target="_self">FootageStream</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_ghost.html" target="_self">Ghost</a></td><td class="desc"></td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_g_l_texture_coords.html" target="_self">GLTextureCoords</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_marker.html" target="_self">Marker</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media.html" target="_self">Media</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_proxy_info.html" target="_self">ProxyInfo</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_21_" class="arrow" onclick="toggleFolder('21_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QAbstractItemModel</b></td><td class="desc"></td></tr>
<tr id="row_21_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_model.html" target="_self">ProjectModel</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_22_" class="arrow" onclick="toggleFolder('22_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QCheckBox</b></td><td class="desc"></td></tr>
<tr id="row_22_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_ex.html" target="_self">CheckboxEx</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_23_" class="arrow" onclick="toggleFolder('23_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QComboBox</b></td><td class="desc"></td></tr>
<tr id="row_23_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_23_0_" class="arrow" onclick="toggleFolder('23_0_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex.html" target="_self">ComboBoxEx</a></td><td class="desc"></td></tr>
<tr id="row_23_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_font_combobox.html" target="_self">FontCombobox</a></td><td class="desc"></td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_24_" class="arrow" onclick="toggleFolder('24_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDialog</b></td><td class="desc"></td></tr>
<tr id="row_24_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_about_dialog.html" target="_self">AboutDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search.html" target="_self">ActionSearch</a></td><td class="desc"></td></tr>
<tr id="row_24_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_advanced_video_dialog.html" target="_self">AdvancedVideoDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_debug_dialog.html" target="_self">DebugDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_demo_notice.html" target="_self">DemoNotice</a></td><td class="desc"></td></tr>
<tr id="row_24_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_dialog.html" target="_self">ExportDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_dialog.html" target="_self">LoadDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_properties_dialog.html" target="_self">MediaPropertiesDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_dialog.html" target="_self">NewSequenceDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preferences_dialog.html" target="_self">PreferencesDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_dialog.html" target="_self">ProxyDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_dialog.html" target="_self">ReplaceClipMediaDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_speed_dialog.html" target="_self">SpeedDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_stabilizer_dialog.html" target="_self">StabilizerDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_dialog.html" target="_self">TextEditDialog</a></td><td class="desc"></td></tr>
<tr id="row_25_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_25_" class="arrow" onclick="toggleFolder('25_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDockWidget</b></td><td class="desc"></td></tr>
<tr id="row_25_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_controls.html" target="_self">EffectControls</a></td><td class="desc"></td></tr>
<tr id="row_25_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_editor.html" target="_self">GraphEditor</a></td><td class="desc"></td></tr>
<tr id="row_25_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project.html" target="_self">Project</a></td><td class="desc"></td></tr>
<tr id="row_25_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline.html" target="_self">Timeline</a></td><td class="desc"></td></tr>
<tr id="row_25_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer.html" target="_self">Viewer</a></td><td class="desc"></td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_26_" class="arrow" onclick="toggleFolder('26_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QKeySequenceEdit</b></td><td class="desc"></td></tr>
<tr id="row_26_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_key_sequence_editor.html" target="_self">KeySequenceEditor</a></td><td class="desc"></td></tr>
<tr id="row_27_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_27_" class="arrow" onclick="toggleFolder('27_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLabel</b></td><td class="desc"></td></tr>
<tr id="row_27_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clickable_label.html" target="_self">ClickableLabel</a></td><td class="desc"></td></tr>
<tr id="row_27_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_label_slider.html" target="_self">LabelSlider</a></td><td class="desc">The <a class="el" href="class_label_slider.html" title="The LabelSlider class.">LabelSlider</a> class </td></tr>
<tr id="row_28_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_28_" class="arrow" onclick="toggleFolder('28_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLayout</b></td><td class="desc"></td></tr>
<tr id="row_28_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_flow_layout.html" target="_self">FlowLayout</a></td><td class="desc"></td></tr>
<tr id="row_29_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_29_" class="arrow" onclick="toggleFolder('29_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLineEdit</b></td><td class="desc"></td></tr>
<tr id="row_29_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search_entry.html" target="_self">ActionSearchEntry</a></td><td class="desc"></td></tr>
<tr id="row_30_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_30_" class="arrow" onclick="toggleFolder('30_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QListView</b></td><td class="desc"></td></tr>
<tr id="row_30_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_icon_view.html" target="_self">SourceIconView</a></td><td class="desc"></td></tr>
<tr id="row_31_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_31_" class="arrow" onclick="toggleFolder('31_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QListWidget</b></td><td class="desc"></td></tr>
<tr id="row_31_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search_list.html" target="_self">ActionSearchList</a></td><td class="desc"></td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_32_" class="arrow" onclick="toggleFolder('32_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QMainWindow</b></td><td class="desc"></td></tr>
<tr id="row_32_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_main_window.html" target="_self">MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_33_" class="arrow" onclick="toggleFolder('33_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QObject</b></td><td class="desc"></td></tr>
<tr id="row_33_0_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_33_0_" class="arrow" onclick="toggleFolder('33_0_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect.html" target="_self">Effect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_noise_effect.html" target="_self">AudioNoiseEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_corner_pin_effect.html" target="_self">CornerPinEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_fill_left_right_effect.html" target="_self">FillLeftRightEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_frei0r_effect.html" target="_self">Frei0rEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_4_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_pan_effect.html" target="_self">PanEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_5_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_shake_effect.html" target="_self">ShakeEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_6_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_solid_effect.html" target="_self">SolidEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_7_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_effect.html" target="_self">TextEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_8_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timecode_effect.html" target="_self">TimecodeEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_9_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tone_effect.html" target="_self">ToneEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_10_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transform_effect.html" target="_self">TransformEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_33_0_11_" class="arrow" onclick="toggleFolder('33_0_11_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transition.html" target="_self">Transition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cross_dissolve_transition.html" target="_self">CrossDissolveTransition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cube_transition.html" target="_self">CubeTransition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_2_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_exponential_fade_transition.html" target="_self">ExponentialFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_3_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_linear_fade_transition.html" target="_self">LinearFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_11_4_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_logarithmic_fade_transition.html" target="_self">LogarithmicFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_33_0_12_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_void_effect.html" target="_self">VoidEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_13_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_volume_effect.html" target="_self">VolumeEffect</a></td><td class="desc"></td></tr>
<tr id="row_33_0_14_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_v_s_t_host.html" target="_self">VSTHost</a></td><td class="desc"></td></tr>
<tr id="row_33_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field.html" target="_self">EffectField</a></td><td class="desc"></td></tr>
<tr id="row_33_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_row.html" target="_self">EffectRow</a></td><td class="desc"></td></tr>
<tr id="row_33_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_focus_filter.html" target="_self">FocusFilter</a></td><td class="desc">The <a class="el" href="class_focus_filter.html" title="The FocusFilter class.">FocusFilter</a> class </td></tr>
<tr id="row_33_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_throbber.html" target="_self">MediaThrobber</a></td><td class="desc"></td></tr>
<tr id="row_33_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_menu_helper.html" target="_self">MenuHelper</a></td><td class="desc"></td></tr>
<tr id="row_33_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_global.html" target="_self">OliveGlobal</a></td><td class="desc">The Olive Global class </td></tr>
<tr id="row_33_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_painter_wrapper.html" target="_self">QPainterWrapper</a></td><td class="desc"></td></tr>
<tr id="row_33_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_sources_common.html" target="_self">SourcesCommon</a></td><td class="desc"></td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_34_" class="arrow" onclick="toggleFolder('34_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QOpenGLFunctions</b></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_gizmo.html" target="_self">EffectGizmo</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_keyframe.html" target="_self">EffectKeyframe</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_effect_meta.html" target="_self">EffectMeta</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_export_params.html" target="_self">ExportParams</a></td><td class="desc"></td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage.html" target="_self">Footage</a></td><td class="desc"></td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_footage_stream.html" target="_self">FootageStream</a></td><td class="desc"></td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_ghost.html" target="_self">Ghost</a></td><td class="desc"></td></tr>
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_g_l_texture_coords.html" target="_self">GLTextureCoords</a></td><td class="desc"></td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_marker.html" target="_self">Marker</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media.html" target="_self">Media</a></td><td class="desc"></td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_proxy_info.html" target="_self">ProxyInfo</a></td><td class="desc"></td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_20_" class="arrow" onclick="toggleFolder('20_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QAbstractItemModel</b></td><td class="desc"></td></tr>
<tr id="row_20_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_model.html" target="_self">ProjectModel</a></td><td class="desc"></td></tr>
<tr id="row_21_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_21_" class="arrow" onclick="toggleFolder('21_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QCheckBox</b></td><td class="desc"></td></tr>
<tr id="row_21_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_ex.html" target="_self">CheckboxEx</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_22_" class="arrow" onclick="toggleFolder('22_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QComboBox</b></td><td class="desc"></td></tr>
<tr id="row_22_0_" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_22_0_" class="arrow" onclick="toggleFolder('22_0_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex.html" target="_self">ComboBoxEx</a></td><td class="desc"></td></tr>
<tr id="row_22_0_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_font_combobox.html" target="_self">FontCombobox</a></td><td class="desc"></td></tr>
<tr id="row_23_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_23_" class="arrow" onclick="toggleFolder('23_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDialog</b></td><td class="desc"></td></tr>
<tr id="row_23_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_about_dialog.html" target="_self">AboutDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search.html" target="_self">ActionSearch</a></td><td class="desc"></td></tr>
<tr id="row_23_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_advanced_video_dialog.html" target="_self">AdvancedVideoDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_debug_dialog.html" target="_self">DebugDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_demo_notice.html" target="_self">DemoNotice</a></td><td class="desc"></td></tr>
<tr id="row_23_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_dialog.html" target="_self">ExportDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_dialog.html" target="_self">LoadDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_properties_dialog.html" target="_self">MediaPropertiesDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_dialog.html" target="_self">NewSequenceDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preferences_dialog.html" target="_self">PreferencesDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_dialog.html" target="_self">ProxyDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_dialog.html" target="_self">ReplaceClipMediaDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_12_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_speed_dialog.html" target="_self">SpeedDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_13_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_stabilizer_dialog.html" target="_self">StabilizerDialog</a></td><td class="desc"></td></tr>
<tr id="row_23_14_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_dialog.html" target="_self">TextEditDialog</a></td><td class="desc"></td></tr>
<tr id="row_24_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_24_" class="arrow" onclick="toggleFolder('24_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QDockWidget</b></td><td class="desc"></td></tr>
<tr id="row_24_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_controls.html" target="_self">EffectControls</a></td><td class="desc"></td></tr>
<tr id="row_24_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_editor.html" target="_self">GraphEditor</a></td><td class="desc"></td></tr>
<tr id="row_24_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project.html" target="_self">Project</a></td><td class="desc"></td></tr>
<tr id="row_24_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline.html" target="_self">Timeline</a></td><td class="desc"></td></tr>
<tr id="row_24_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer.html" target="_self">Viewer</a></td><td class="desc"></td></tr>
<tr id="row_25_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_25_" class="arrow" onclick="toggleFolder('25_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QKeySequenceEdit</b></td><td class="desc"></td></tr>
<tr id="row_25_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_key_sequence_editor.html" target="_self">KeySequenceEditor</a></td><td class="desc"></td></tr>
<tr id="row_26_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_26_" class="arrow" onclick="toggleFolder('26_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLabel</b></td><td class="desc"></td></tr>
<tr id="row_26_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_clickable_label.html" target="_self">ClickableLabel</a></td><td class="desc">The <a class="el" href="class_clickable_label.html" title="The ClickableLabel class.">ClickableLabel</a> class </td></tr>
<tr id="row_26_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_label_slider.html" target="_self">LabelSlider</a></td><td class="desc">The <a class="el" href="class_label_slider.html" title="The LabelSlider class.">LabelSlider</a> class </td></tr>
<tr id="row_27_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_27_" class="arrow" onclick="toggleFolder('27_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLayout</b></td><td class="desc"></td></tr>
<tr id="row_27_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_flow_layout.html" target="_self">FlowLayout</a></td><td class="desc"></td></tr>
<tr id="row_28_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_28_" class="arrow" onclick="toggleFolder('28_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QLineEdit</b></td><td class="desc"></td></tr>
<tr id="row_28_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search_entry.html" target="_self">ActionSearchEntry</a></td><td class="desc"></td></tr>
<tr id="row_29_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_29_" class="arrow" onclick="toggleFolder('29_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QListView</b></td><td class="desc"></td></tr>
<tr id="row_29_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_icon_view.html" target="_self">SourceIconView</a></td><td class="desc"></td></tr>
<tr id="row_30_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_30_" class="arrow" onclick="toggleFolder('30_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QListWidget</b></td><td class="desc"></td></tr>
<tr id="row_30_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_action_search_list.html" target="_self">ActionSearchList</a></td><td class="desc"></td></tr>
<tr id="row_31_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_31_" class="arrow" onclick="toggleFolder('31_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QMainWindow</b></td><td class="desc"></td></tr>
<tr id="row_31_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_main_window.html" target="_self">MainWindow</a></td><td class="desc"></td></tr>
<tr id="row_32_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_32_" class="arrow" onclick="toggleFolder('32_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QObject</b></td><td class="desc"></td></tr>
<tr id="row_32_0_" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_32_0_" class="arrow" onclick="toggleFolder('32_0_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect.html" target="_self">Effect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_noise_effect.html" target="_self">AudioNoiseEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_1_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_corner_pin_effect.html" target="_self">CornerPinEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_2_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_fill_left_right_effect.html" target="_self">FillLeftRightEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_3_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_frei0r_effect.html" target="_self">Frei0rEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_4_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_pan_effect.html" target="_self">PanEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_5_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_shake_effect.html" target="_self">ShakeEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_6_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_solid_effect.html" target="_self">SolidEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_7_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_effect.html" target="_self">TextEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_8_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timecode_effect.html" target="_self">TimecodeEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_9_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tone_effect.html" target="_self">ToneEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_10_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transform_effect.html" target="_self">TransformEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span id="arr_32_0_11_" class="arrow" onclick="toggleFolder('32_0_11_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_transition.html" target="_self">Transition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_0_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cross_dissolve_transition.html" target="_self">CrossDissolveTransition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_1_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cube_transition.html" target="_self">CubeTransition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_2_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_exponential_fade_transition.html" target="_self">ExponentialFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_3_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_linear_fade_transition.html" target="_self">LinearFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_11_4_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_logarithmic_fade_transition.html" target="_self">LogarithmicFadeTransition</a></td><td class="desc"></td></tr>
<tr id="row_32_0_12_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_void_effect.html" target="_self">VoidEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_13_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_volume_effect.html" target="_self">VolumeEffect</a></td><td class="desc"></td></tr>
<tr id="row_32_0_14_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_v_s_t_host.html" target="_self">VSTHost</a></td><td class="desc"></td></tr>
<tr id="row_32_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field.html" target="_self">EffectField</a></td><td class="desc"></td></tr>
<tr id="row_32_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_row.html" target="_self">EffectRow</a></td><td class="desc"></td></tr>
<tr id="row_32_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_focus_filter.html" target="_self">FocusFilter</a></td><td class="desc">The <a class="el" href="class_focus_filter.html" title="The FocusFilter class.">FocusFilter</a> class </td></tr>
<tr id="row_32_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_throbber.html" target="_self">MediaThrobber</a></td><td class="desc"></td></tr>
<tr id="row_32_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_menu_helper.html" target="_self">MenuHelper</a></td><td class="desc"></td></tr>
<tr id="row_32_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_global.html" target="_self">OliveGlobal</a></td><td class="desc">The Olive Global class </td></tr>
<tr id="row_32_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_q_painter_wrapper.html" target="_self">QPainterWrapper</a></td><td class="desc"></td></tr>
<tr id="row_32_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_sources_common.html" target="_self">SourcesCommon</a></td><td class="desc"></td></tr>
<tr id="row_33_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_33_" class="arrow" onclick="toggleFolder('33_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QOpenGLFunctions</b></td><td class="desc"></td></tr>
<tr id="row_33_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_widget.html" target="_self">ViewerWidget</a></td><td class="desc"></td></tr>
<tr id="row_34_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_34_" class="arrow" onclick="toggleFolder('34_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QOpenGLWidget</b></td><td class="desc"></td></tr>
<tr id="row_34_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_widget.html" target="_self">ViewerWidget</a></td><td class="desc"></td></tr>
<tr id="row_35_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_35_" class="arrow" onclick="toggleFolder('35_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QOpenGLWidget</b></td><td class="desc"></td></tr>
<tr id="row_35_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_widget.html" target="_self">ViewerWidget</a></td><td class="desc"></td></tr>
<tr id="row_35_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_window.html" target="_self">ViewerWindow</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_36_" class="arrow" onclick="toggleFolder('36_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QPushButton</b></td><td class="desc"></td></tr>
<tr id="row_36_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_color_button.html" target="_self">ColorButton</a></td><td class="desc"></td></tr>
<tr id="row_36_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_play_button.html" target="_self">PlayButton</a></td><td class="desc"></td></tr>
<tr id="row_37_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_37_" class="arrow" onclick="toggleFolder('37_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QScrollArea</b></td><td class="desc"></td></tr>
<tr id="row_37_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_scroll_area.html" target="_self">ScrollArea</a></td><td class="desc"></td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_38_" class="arrow" onclick="toggleFolder('38_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QScrollBar</b></td><td class="desc"></td></tr>
<tr id="row_38_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_resizable_scroll_bar.html" target="_self">ResizableScrollBar</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_39_" class="arrow" onclick="toggleFolder('39_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QSortFilterProxyModel</b></td><td class="desc"></td></tr>
<tr id="row_39_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_filter.html" target="_self">ProjectFilter</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_40_" class="arrow" onclick="toggleFolder('40_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QTextEdit</b></td><td class="desc"></td></tr>
<tr id="row_40_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_ex.html" target="_self">TextEditEx</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_41_" class="arrow" onclick="toggleFolder('41_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QThread</b></td><td class="desc"></td></tr>
<tr id="row_41_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_sender_thread.html" target="_self">AudioSenderThread</a></td><td class="desc"></td></tr>
<tr id="row_41_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cacher.html" target="_self">Cacher</a></td><td class="desc"></td></tr>
<tr id="row_41_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_init.html" target="_self">EffectInit</a></td><td class="desc"></td></tr>
<tr id="row_41_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_thread.html" target="_self">ExportThread</a></td><td class="desc"></td></tr>
<tr id="row_41_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_thread.html" target="_self">LoadThread</a></td><td class="desc"></td></tr>
<tr id="row_41_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preview_generator.html" target="_self">PreviewGenerator</a></td><td class="desc"></td></tr>
<tr id="row_41_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_generator.html" target="_self">ProxyGenerator</a></td><td class="desc"></td></tr>
<tr id="row_41_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_render_thread.html" target="_self">RenderThread</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_42_" class="arrow" onclick="toggleFolder('42_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QTreeView</b></td><td class="desc"></td></tr>
<tr id="row_42_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_o_tree_view.html" target="_self">OTreeView</a></td><td class="desc"></td></tr>
<tr id="row_42_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_table.html" target="_self">SourceTable</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_43_" class="arrow" onclick="toggleFolder('43_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QUndoCommand</b></td><td class="desc"></td></tr>
<tr id="row_43_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_color_command.html" target="_self">ColorCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_action.html" target="_self">ComboAction</a></td><td class="desc"></td></tr>
<tr id="row_43_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex_command.html" target="_self">ComboBoxExCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_" class="even" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_43_3_" class="arrow" onclick="toggleFolder('43_3_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_action.html" target="_self">OliveAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_clip_command.html" target="_self">AddClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_effect_command.html" target="_self">AddEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_marker_action.html" target="_self">AddMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_media_command.html" target="_self">AddMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_4_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_transition_command.html" target="_self">AddTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_5_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_change_sequence_action.html" target="_self">ChangeSequenceAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_6_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_command.html" target="_self">CheckboxCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_7_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_close_all_clips_command.html" target="_self">CloseAllClipsCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_8_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_clip_action.html" target="_self">DeleteClipAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_9_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_marker_action.html" target="_self">DeleteMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_10_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_media_command.html" target="_self">DeleteMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_11_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_transition_command.html" target="_self">DeleteTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_12_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_edit_sequence_command.html" target="_self">EditSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_13_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_delete_command.html" target="_self">EffectDeleteCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_14_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field_undo.html" target="_self">EffectFieldUndo</a></td><td class="desc"></td></tr>
<tr id="row_43_3_15_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_delete.html" target="_self">KeyframeDelete</a></td><td class="desc"></td></tr>
<tr id="row_43_3_16_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_field_set.html" target="_self">KeyframeFieldSet</a></td><td class="desc"></td></tr>
<tr id="row_43_3_17_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_link_command.html" target="_self">LinkCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_18_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_move.html" target="_self">MediaMove</a></td><td class="desc"></td></tr>
<tr id="row_43_3_19_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_rename.html" target="_self">MediaRename</a></td><td class="desc"></td></tr>
<tr id="row_43_3_20_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_modify_transition_command.html" target="_self">ModifyTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_21_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_clip_action.html" target="_self">MoveClipAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_22_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_effect_command.html" target="_self">MoveEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_23_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_marker_action.html" target="_self">MoveMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_24_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_command.html" target="_self">NewSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_25_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_refresh_clips.html" target="_self">RefreshClips</a></td><td class="desc"></td></tr>
<tr id="row_43_3_26_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_reload_effects_command.html" target="_self">ReloadEffectsCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_27_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_remove_clips_from_clipboard.html" target="_self">RemoveClipsFromClipboard</a></td><td class="desc"></td></tr>
<tr id="row_43_3_28_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_rename_clip_command.html" target="_self">RenameClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_29_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_command.html" target="_self">ReplaceClipMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_30_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_media_command.html" target="_self">ReplaceMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_31_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_ripple_action.html" target="_self">RippleAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_32_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_autoscale_action.html" target="_self">SetAutoscaleAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_33_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_bool.html" target="_self">SetBool</a></td><td class="desc"></td></tr>
<tr id="row_43_3_34_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_double.html" target="_self">SetDouble</a></td><td class="desc"></td></tr>
<tr id="row_43_3_35_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_effect_data.html" target="_self">SetEffectData</a></td><td class="desc"></td></tr>
<tr id="row_43_3_36_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_int.html" target="_self">SetInt</a></td><td class="desc"></td></tr>
<tr id="row_43_3_37_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_keyframing.html" target="_self">SetKeyframing</a></td><td class="desc"></td></tr>
<tr id="row_43_3_38_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_long.html" target="_self">SetLong</a></td><td class="desc"></td></tr>
<tr id="row_43_3_39_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_pointer.html" target="_self">SetPointer</a></td><td class="desc"></td></tr>
<tr id="row_43_3_40_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_q_variant.html" target="_self">SetQVariant</a></td><td class="desc"></td></tr>
<tr id="row_43_3_41_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_selections_command.html" target="_self">SetSelectionsCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_42_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_speed_action.html" target="_self">SetSpeedAction</a></td><td class="desc"></td></tr>
<tr id="row_43_3_43_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_string.html" target="_self">SetString</a></td><td class="desc"></td></tr>
<tr id="row_43_3_44_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_timeline_in_out_command.html" target="_self">SetTimelineInOutCommand</a></td><td class="desc"></td></tr>
<tr id="row_43_3_45_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_footage_tooltip.html" target="_self">UpdateFootageTooltip</a></td><td class="desc"></td></tr>
<tr id="row_43_3_46_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_viewer.html" target="_self">UpdateViewer</a></td><td class="desc"></td></tr>
<tr id="row_44_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_44_" class="arrow" onclick="toggleFolder('44_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWidget</b></td><td class="desc"></td></tr>
<tr id="row_44_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_monitor.html" target="_self">AudioMonitor</a></td><td class="desc"></td></tr>
<tr id="row_44_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_collapsible_widget.html" target="_self">CollapsibleWidget</a></td><td class="desc"></td></tr>
<tr id="row_44_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_collapsible_widget_header.html" target="_self">CollapsibleWidgetHeader</a></td><td class="desc"></td></tr>
<tr id="row_44_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effects_area.html" target="_self">EffectsArea</a></td><td class="desc"></td></tr>
<tr id="row_44_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_embedded_file_chooser.html" target="_self">EmbeddedFileChooser</a></td><td class="desc"></td></tr>
<tr id="row_44_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_view.html" target="_self">GraphView</a></td><td class="desc"></td></tr>
<tr id="row_44_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_navigator.html" target="_self">KeyframeNavigator</a></td><td class="desc"></td></tr>
<tr id="row_44_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_view.html" target="_self">KeyframeView</a></td><td class="desc"></td></tr>
<tr id="row_44_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_header.html" target="_self">TimelineHeader</a></td><td class="desc"></td></tr>
<tr id="row_44_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_widget.html" target="_self">TimelineWidget</a></td><td class="desc"></td></tr>
<tr id="row_44_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_container.html" target="_self">ViewerContainer</a></td><td class="desc"></td></tr>
<tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_runtime_config.html" target="_self">RuntimeConfig</a></td><td class="desc"></td></tr>
<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_selection.html" target="_self">Selection</a></td><td class="desc"></td></tr>
<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_sequence.html" target="_self">Sequence</a></td><td class="desc"></td></tr>
<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_transition_data.html" target="_self">TransitionData</a></td><td class="desc"></td></tr>
<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_video_codec_params.html" target="_self">VideoCodecParams</a></td><td class="desc"></td></tr>
<tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_v_s_t_rect.html" target="_self">VSTRect</a></td><td class="desc"></td></tr>
<tr id="row_34_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_window.html" target="_self">ViewerWindow</a></td><td class="desc"></td></tr>
<tr id="row_35_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_35_" class="arrow" onclick="toggleFolder('35_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QPushButton</b></td><td class="desc"></td></tr>
<tr id="row_35_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_color_button.html" target="_self">ColorButton</a></td><td class="desc"></td></tr>
<tr id="row_35_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_play_button.html" target="_self">PlayButton</a></td><td class="desc"></td></tr>
<tr id="row_36_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_36_" class="arrow" onclick="toggleFolder('36_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QScrollArea</b></td><td class="desc"></td></tr>
<tr id="row_36_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_scroll_area.html" target="_self">ScrollArea</a></td><td class="desc"></td></tr>
<tr id="row_37_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_37_" class="arrow" onclick="toggleFolder('37_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QScrollBar</b></td><td class="desc"></td></tr>
<tr id="row_37_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_resizable_scroll_bar.html" target="_self">ResizableScrollBar</a></td><td class="desc"></td></tr>
<tr id="row_38_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_38_" class="arrow" onclick="toggleFolder('38_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QSortFilterProxyModel</b></td><td class="desc"></td></tr>
<tr id="row_38_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_project_filter.html" target="_self">ProjectFilter</a></td><td class="desc"></td></tr>
<tr id="row_39_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_39_" class="arrow" onclick="toggleFolder('39_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QTextEdit</b></td><td class="desc"></td></tr>
<tr id="row_39_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_text_edit_ex.html" target="_self">TextEditEx</a></td><td class="desc"></td></tr>
<tr id="row_40_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_40_" class="arrow" onclick="toggleFolder('40_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QThread</b></td><td class="desc"></td></tr>
<tr id="row_40_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_sender_thread.html" target="_self">AudioSenderThread</a></td><td class="desc"></td></tr>
<tr id="row_40_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_cacher.html" target="_self">Cacher</a></td><td class="desc"></td></tr>
<tr id="row_40_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_init.html" target="_self">EffectInit</a></td><td class="desc"></td></tr>
<tr id="row_40_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_export_thread.html" target="_self">ExportThread</a></td><td class="desc"></td></tr>
<tr id="row_40_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_load_thread.html" target="_self">LoadThread</a></td><td class="desc"></td></tr>
<tr id="row_40_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_preview_generator.html" target="_self">PreviewGenerator</a></td><td class="desc"></td></tr>
<tr id="row_40_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_proxy_generator.html" target="_self">ProxyGenerator</a></td><td class="desc"></td></tr>
<tr id="row_40_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_render_thread.html" target="_self">RenderThread</a></td><td class="desc"></td></tr>
<tr id="row_41_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_41_" class="arrow" onclick="toggleFolder('41_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QTreeView</b></td><td class="desc"></td></tr>
<tr id="row_41_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_o_tree_view.html" target="_self">OTreeView</a></td><td class="desc"></td></tr>
<tr id="row_41_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_source_table.html" target="_self">SourceTable</a></td><td class="desc"></td></tr>
<tr id="row_42_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_42_" class="arrow" onclick="toggleFolder('42_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QUndoCommand</b></td><td class="desc"></td></tr>
<tr id="row_42_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_color_command.html" target="_self">ColorCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_action.html" target="_self">ComboAction</a></td><td class="desc"></td></tr>
<tr id="row_42_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_combo_box_ex_command.html" target="_self">ComboBoxExCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_" style="display:none;"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_42_3_" class="arrow" onclick="toggleFolder('42_3_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_olive_action.html" target="_self">OliveAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_clip_command.html" target="_self">AddClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_1_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_effect_command.html" target="_self">AddEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_2_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_marker_action.html" target="_self">AddMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_3_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_media_command.html" target="_self">AddMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_4_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_add_transition_command.html" target="_self">AddTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_5_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_change_sequence_action.html" target="_self">ChangeSequenceAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_6_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_checkbox_command.html" target="_self">CheckboxCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_7_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_close_all_clips_command.html" target="_self">CloseAllClipsCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_8_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_clip_action.html" target="_self">DeleteClipAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_9_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_marker_action.html" target="_self">DeleteMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_10_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_media_command.html" target="_self">DeleteMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_11_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_delete_transition_command.html" target="_self">DeleteTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_12_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_edit_sequence_command.html" target="_self">EditSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_13_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_delete_command.html" target="_self">EffectDeleteCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_14_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effect_field_undo.html" target="_self">EffectFieldUndo</a></td><td class="desc"></td></tr>
<tr id="row_42_3_15_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_delete.html" target="_self">KeyframeDelete</a></td><td class="desc"></td></tr>
<tr id="row_42_3_16_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_field_set.html" target="_self">KeyframeFieldSet</a></td><td class="desc"></td></tr>
<tr id="row_42_3_17_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_link_command.html" target="_self">LinkCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_18_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_move.html" target="_self">MediaMove</a></td><td class="desc"></td></tr>
<tr id="row_42_3_19_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_media_rename.html" target="_self">MediaRename</a></td><td class="desc"></td></tr>
<tr id="row_42_3_20_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_modify_transition_command.html" target="_self">ModifyTransitionCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_21_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_clip_action.html" target="_self">MoveClipAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_22_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_effect_command.html" target="_self">MoveEffectCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_23_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_move_marker_action.html" target="_self">MoveMarkerAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_24_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_new_sequence_command.html" target="_self">NewSequenceCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_25_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_refresh_clips.html" target="_self">RefreshClips</a></td><td class="desc"></td></tr>
<tr id="row_42_3_26_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_reload_effects_command.html" target="_self">ReloadEffectsCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_27_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_remove_clips_from_clipboard.html" target="_self">RemoveClipsFromClipboard</a></td><td class="desc"></td></tr>
<tr id="row_42_3_28_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_rename_clip_command.html" target="_self">RenameClipCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_29_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_clip_media_command.html" target="_self">ReplaceClipMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_30_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_replace_media_command.html" target="_self">ReplaceMediaCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_31_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_ripple_action.html" target="_self">RippleAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_32_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_autoscale_action.html" target="_self">SetAutoscaleAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_33_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_bool.html" target="_self">SetBool</a></td><td class="desc"></td></tr>
<tr id="row_42_3_34_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_double.html" target="_self">SetDouble</a></td><td class="desc"></td></tr>
<tr id="row_42_3_35_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_effect_data.html" target="_self">SetEffectData</a></td><td class="desc"></td></tr>
<tr id="row_42_3_36_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_int.html" target="_self">SetInt</a></td><td class="desc"></td></tr>
<tr id="row_42_3_37_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_keyframing.html" target="_self">SetKeyframing</a></td><td class="desc"></td></tr>
<tr id="row_42_3_38_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_long.html" target="_self">SetLong</a></td><td class="desc"></td></tr>
<tr id="row_42_3_39_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_pointer.html" target="_self">SetPointer</a></td><td class="desc"></td></tr>
<tr id="row_42_3_40_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_q_variant.html" target="_self">SetQVariant</a></td><td class="desc"></td></tr>
<tr id="row_42_3_41_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_selections_command.html" target="_self">SetSelectionsCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_42_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_speed_action.html" target="_self">SetSpeedAction</a></td><td class="desc"></td></tr>
<tr id="row_42_3_43_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_string.html" target="_self">SetString</a></td><td class="desc"></td></tr>
<tr id="row_42_3_44_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_set_timeline_in_out_command.html" target="_self">SetTimelineInOutCommand</a></td><td class="desc"></td></tr>
<tr id="row_42_3_45_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_footage_tooltip.html" target="_self">UpdateFootageTooltip</a></td><td class="desc"></td></tr>
<tr id="row_42_3_46_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_update_viewer.html" target="_self">UpdateViewer</a></td><td class="desc"></td></tr>
<tr id="row_43_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_43_" class="arrow" onclick="toggleFolder('43_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><b>QWidget</b></td><td class="desc"></td></tr>
<tr id="row_43_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_audio_monitor.html" target="_self">AudioMonitor</a></td><td class="desc"></td></tr>
<tr id="row_43_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_collapsible_widget.html" target="_self">CollapsibleWidget</a></td><td class="desc"></td></tr>
<tr id="row_43_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_collapsible_widget_header.html" target="_self">CollapsibleWidgetHeader</a></td><td class="desc"></td></tr>
<tr id="row_43_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_effects_area.html" target="_self">EffectsArea</a></td><td class="desc"></td></tr>
<tr id="row_43_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_embedded_file_chooser.html" target="_self">EmbeddedFileChooser</a></td><td class="desc"></td></tr>
<tr id="row_43_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_graph_view.html" target="_self">GraphView</a></td><td class="desc"></td></tr>
<tr id="row_43_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_navigator.html" target="_self">KeyframeNavigator</a></td><td class="desc"></td></tr>
<tr id="row_43_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_keyframe_view.html" target="_self">KeyframeView</a></td><td class="desc"></td></tr>
<tr id="row_43_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_header.html" target="_self">TimelineHeader</a></td><td class="desc"></td></tr>
<tr id="row_43_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_timeline_widget.html" target="_self">TimelineWidget</a></td><td class="desc"></td></tr>
<tr id="row_43_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_viewer_container.html" target="_self">ViewerContainer</a></td><td class="desc"></td></tr>
<tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_runtime_config.html" target="_self">RuntimeConfig</a></td><td class="desc"></td></tr>
<tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_selection.html" target="_self">Selection</a></td><td class="desc"></td></tr>
<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_sequence.html" target="_self">Sequence</a></td><td class="desc"></td></tr>
<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_transition_data.html" target="_self">TransitionData</a></td><td class="desc"></td></tr>
<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_video_codec_params.html" target="_self">VideoCodecParams</a></td><td class="desc"></td></tr>
<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_v_s_t_rect.html" target="_self">VSTRect</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,94 @@
<!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: ISSUE_TEMPLATE</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="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">ISSUE_TEMPLATE </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><em>If you are requesting a feature, you can remove the following content. If not, it would help get a faster feedback on your issue.</em></p>
<p><b>Olive version:</b></p>
<p><b>Source:</b> *(AppImage, Website etc.)*</p>
<p><b>Operating system:</b> *(Ubuntu 18.04 64-bit)*</p>
<p><b>CPU:</b> <em>Intel i5-4300U</em></p>
<p><b>GPU:</b> <em>NVIDIA Geforce GT 1030 2GB (Driver ver xxx.xx.xx)</em></p>
<h3>Detailed Description</h3>
<p><em>your issue description here</em></p>
<h3>Steps to reproduce</h3>
<ol type="1">
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
<p>...</p>
<h3>Output log</h3>
<div class="fragment"><div class="line">please paste it here for better reading</div></div><!-- fragment --> </div></div><!-- PageDoc -->
</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>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -31,6 +31,7 @@ var menudata={children:[
{text:"Class Members",url:"functions.html",children:[
{text:"All",url:"functions.html",children:[
{text:"a",url:"functions.html#index_a"},
{text:"b",url:"functions.html#index_b"},
{text:"c",url:"functions.html#index_c"},
{text:"d",url:"functions.html#index_d"},
{text:"e",url:"functions.html#index_e"},
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -67,7 +67,8 @@ $(function() {
<div class="contents">
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md__r_e_a_d_m_e.html" target="_self">Olive Video Editor</a></td><td class="desc"></td></tr>
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md__i_s_s_u_e__t_e_m_p_l_a_t_e.html" target="_self">ISSUE_TEMPLATE</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md__r_e_a_d_m_e.html" target="_self">Olive Video Editor</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">rectangleselect.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef RECTANGLESELECT_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define RECTANGLESELECT_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QPainter&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keywordtype">void</span> draw_selection_rectangle(QPainter&amp; painter, <span class="keyword">const</span> QRect&amp; rect);</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#endif // RECTANGLESELECT_H</span></div></div><!-- fragment --></div><!-- contents -->
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef RECTANGLESELECT_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define RECTANGLESELECT_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QPainter&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keywordtype">void</span> draw_selection_rectangle(QPainter&amp; painter, <span class="keyword">const</span> QRect&amp; rect);</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#endif // RECTANGLESELECT_H</span></div></div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -69,7 +69,7 @@ $(function() {
<div class="title">scrollarea.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef SCROLLAREA_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define SCROLLAREA_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &lt;QScrollArea&gt;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="class_scroll_area.html"> 6</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_scroll_area.html">ScrollArea</a> : <span class="keyword">public</span> QScrollArea</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;{</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; <a class="code" href="class_scroll_area.html">ScrollArea</a>(QWidget* parent = 0);</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; <span class="keywordtype">void</span> wheelEvent(QWheelEvent *);</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;};</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#endif // SCROLLAREA_H</span></div><div class="ttc" id="class_scroll_area_html"><div class="ttname"><a href="class_scroll_area.html">ScrollArea</a></div><div class="ttdef"><b>Definition:</b> scrollarea.h:6</div></div>
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> Olive - Non-Linear Video Editor</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (C) 2019 Olive Team</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> (at your option) any later version.</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"> GNU General Public License for more details.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<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>&#160;<span class="comment"> along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">***/</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef SCROLLAREA_H</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define SCROLLAREA_H</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;QScrollArea&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_scroll_area.html"> 26</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_scroll_area.html">ScrollArea</a> : <span class="keyword">public</span> QScrollArea</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;{</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <a class="code" href="class_scroll_area.html">ScrollArea</a>(QWidget* parent = 0);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keywordtype">void</span> wheelEvent(QWheelEvent *);</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;};</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#endif // SCROLLAREA_H</span></div><div class="ttc" id="class_scroll_area_html"><div class="ttname"><a href="class_scroll_area.html">ScrollArea</a></div><div class="ttdef"><b>Definition:</b> scrollarea.h:26</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
+13 -52
View File
@@ -1,55 +1,16 @@
var searchData=
[
['save_5fautorecovery_5ffile',['save_autorecovery_file',['../class_olive_global.html#a683bdbe17929ce90db233a3cdff8fc30',1,'OliveGlobal']]],
['save_5fproject',['save_project',['../class_olive_global.html#a465ffe390d9b615ed8216d2335039197',1,'OliveGlobal']]],
['save_5fproject_5fas',['save_project_as',['../class_olive_global.html#ab3f5f0874214f7ecac66d7ab152a8141',1,'OliveGlobal']]],
['save_5fshortcuts',['save_shortcuts',['../class_main_window.html#ade97fa7698ec0bd744ffef8808dfb24b',1,'MainWindow']]],
['scrollarea',['ScrollArea',['../class_scroll_area.html',1,'']]],
['select_5fall',['select_all',['../class_focus_filter.html#a4e91f2fe5798f054d53436247bb2f60d',1,'FocusFilter']]],
['selection',['Selection',['../struct_selection.html',1,'']]],
['sequence',['Sequence',['../struct_sequence.html',1,'']]],
['set_5factive_5fcursor',['set_active_cursor',['../class_label_slider.html#a654943c90cc8d87a2dbc957a42252ef0',1,'LabelSlider']]],
['set_5fautoscroll',['set_autoscroll',['../class_menu_helper.html#aefd8a07595d457e27aabe366cd4d2dbb',1,'MenuHelper']]],
['set_5fbool_5faction_5fchecked',['set_bool_action_checked',['../class_menu_helper.html#a03f62557c81dbffab88ad0edaf522762',1,'MenuHelper']]],
['set_5fbutton_5faction_5fchecked',['set_button_action_checked',['../class_menu_helper.html#a26de4da960087ca481b8520b129c7b7f',1,'MenuHelper']]],
['set_5fcolor',['set_color',['../class_label_slider.html#abbbf055704231fd56978fac964518be6',1,'LabelSlider']]],
['set_5fdefault_5fcursor',['set_default_cursor',['../class_label_slider.html#a9a5c67bed20e30581b7c0c503a93de8c',1,'LabelSlider']]],
['set_5fdefault_5fvalue',['set_default_value',['../class_label_slider.html#a5c08c16c088f1846621bfe341fe875c7',1,'LabelSlider']]],
['set_5fdisplay_5ftype',['set_display_type',['../class_label_slider.html#aa36f1ac8359e6ad956890c204601dc8e',1,'LabelSlider']]],
['set_5fframe_5frate',['set_frame_rate',['../class_label_slider.html#ab304e6dfceb1678153047d8437be0ef5',1,'LabelSlider']]],
['set_5fin_5fpoint',['set_in_point',['../class_focus_filter.html#ae92ec419038408bfe07ff359abf8a2f1',1,'FocusFilter']]],
['set_5fint_5faction_5fchecked',['set_int_action_checked',['../class_menu_helper.html#ab152c4e0a116a10735a4ab8e3da91736',1,'MenuHelper']]],
['set_5fmarker',['set_marker',['../class_focus_filter.html#a44ffefc5cf2559e7d08986d3cfa02c89',1,'FocusFilter']]],
['set_5fmaximum_5fvalue',['set_maximum_value',['../class_label_slider.html#abe90995d780d3ae610358ec34b19ee48',1,'LabelSlider']]],
['set_5fminimum_5fvalue',['set_minimum_value',['../class_label_slider.html#ad0915199716155c2f12c5b5292b9ecc9',1,'LabelSlider']]],
['set_5fout_5fpoint',['set_out_point',['../class_focus_filter.html#a54d15c99741150d31a534ee057f36a9e',1,'FocusFilter']]],
['set_5fprevious_5fvalue',['set_previous_value',['../class_label_slider.html#aa8e8edf8dc7ea4df8e0abb6f32c343ac',1,'LabelSlider']]],
['set_5frendering_5fstate',['set_rendering_state',['../class_olive_global.html#a2763e87021f250965f67e175ee6c6e67',1,'OliveGlobal']]],
['set_5ftimecode_5fview',['set_timecode_view',['../class_menu_helper.html#a9ec427f151cf31a821db32cf71d66ef0',1,'MenuHelper']]],
['set_5ftitlesafe_5ffrom_5fmenu',['set_titlesafe_from_menu',['../class_menu_helper.html#a9c109452d8af3237cee07e9f53030e7c',1,'MenuHelper']]],
['set_5fvalue',['set_value',['../class_label_slider.html#ae05af4cf1dce88261673ed2ec5ec5d41',1,'LabelSlider']]],
['set_5fviewer_5ffullscreen',['set_viewer_fullscreen',['../class_focus_filter.html#a58f52ec833dc287619ddbd4595d15a65',1,'FocusFilter']]],
['set_5fwindow_5fmodified',['set_window_modified',['../class_olive_action.html#a029f9d31c03e2ec38ad8c72ff1279746',1,'OliveAction']]],
['setautoscaleaction',['SetAutoscaleAction',['../class_set_autoscale_action.html',1,'']]],
['setbool',['SetBool',['../class_set_bool.html',1,'']]],
['setdouble',['SetDouble',['../class_set_double.html',1,'']]],
['seteffectdata',['SetEffectData',['../class_set_effect_data.html',1,'']]],
['setint',['SetInt',['../class_set_int.html',1,'']]],
['setkeyframing',['SetKeyframing',['../class_set_keyframing.html',1,'']]],
['setlong',['SetLong',['../class_set_long.html',1,'']]],
['setpointer',['SetPointer',['../class_set_pointer.html',1,'']]],
['setqvariant',['SetQVariant',['../class_set_q_variant.html',1,'']]],
['setselectionscommand',['SetSelectionsCommand',['../class_set_selections_command.html',1,'']]],
['setspeedaction',['SetSpeedAction',['../class_set_speed_action.html',1,'']]],
['setstring',['SetString',['../class_set_string.html',1,'']]],
['settimelineinoutcommand',['SetTimelineInOutCommand',['../class_set_timeline_in_out_command.html',1,'']]],
['setup_5flayout',['setup_layout',['../class_main_window.html#a549905e8c0d69bbd0a2ef13f1e645387',1,'MainWindow']]],
['setup_5fmenus',['setup_menus',['../class_main_window.html#a8030447a20f462e4262b9ad5230d98c1',1,'MainWindow']]],
['shakeeffect',['ShakeEffect',['../class_shake_effect.html',1,'']]],
['solideffect',['SolidEffect',['../class_solid_effect.html',1,'']]],
['sourceiconview',['SourceIconView',['../class_source_icon_view.html',1,'']]],
['sourcescommon',['SourcesCommon',['../class_sources_common.html',1,'']]],
['sourcetable',['SourceTable',['../class_source_table.html',1,'']]],
['speeddialog',['SpeedDialog',['../class_speed_dialog.html',1,'']]],
['stabilizerdialog',['StabilizerDialog',['../class_stabilizer_dialog.html',1,'']]]
['redo',['redo',['../class_olive_global.html#a501c01aa8f27966ea6fc4c3b74ee8a17',1,'OliveGlobal']]],
['refreshclips',['RefreshClips',['../class_refresh_clips.html',1,'']]],
['reloadeffectscommand',['ReloadEffectsCommand',['../class_reload_effects_command.html',1,'']]],
['removeclipsfromclipboard',['RemoveClipsFromClipboard',['../class_remove_clips_from_clipboard.html',1,'']]],
['renameclipcommand',['RenameClipCommand',['../class_rename_clip_command.html',1,'']]],
['renderthread',['RenderThread',['../class_render_thread.html',1,'']]],
['replaceclipmediacommand',['ReplaceClipMediaCommand',['../class_replace_clip_media_command.html',1,'']]],
['replaceclipmediadialog',['ReplaceClipMediaDialog',['../class_replace_clip_media_dialog.html',1,'']]],
['replacemediacommand',['ReplaceMediaCommand',['../class_replace_media_command.html',1,'']]],
['reset_5flayout',['reset_layout',['../class_main_window.html#a71cf1b26b6f2b58ea307bc2340bed64d',1,'MainWindow']]],
['resizablescrollbar',['ResizableScrollBar',['../class_resizable_scroll_bar.html',1,'']]],
['rippleaction',['RippleAction',['../class_ripple_action.html',1,'']]],
['runtimeconfig',['RuntimeConfig',['../struct_runtime_config.html',1,'']]]
];
+54 -15
View File
@@ -1,18 +1,57 @@
var searchData=
[
['texteditdialog',['TextEditDialog',['../class_text_edit_dialog.html',1,'']]],
['texteditex',['TextEditEx',['../class_text_edit_ex.html',1,'']]],
['texteffect',['TextEffect',['../class_text_effect.html',1,'']]],
['timecodeeffect',['TimecodeEffect',['../class_timecode_effect.html',1,'']]],
['timeline',['Timeline',['../class_timeline.html',1,'']]],
['timelineheader',['TimelineHeader',['../class_timeline_header.html',1,'']]],
['timelinewidget',['TimelineWidget',['../class_timeline_widget.html',1,'']]],
['toggle_5fbool_5faction',['toggle_bool_action',['../class_menu_helper.html#a89ebceb4b52b93ea82ec7fa7ac253718',1,'MenuHelper']]],
['toggle_5ffull_5fscreen',['toggle_full_screen',['../class_main_window.html#a3eb037c22e6f684831e3a8eeec0101c4',1,'MainWindow']]],
['toggle_5fpanel_5fvisibility',['toggle_panel_visibility',['../class_main_window.html#a3a8a0f75baca4ee12fc7ebfe6c05e45b',1,'MainWindow']]],
['toneeffect',['ToneEffect',['../class_tone_effect.html',1,'']]],
['toolmenu_5fabout_5fto_5fbe_5fshown',['toolMenu_About_To_Be_Shown',['../class_main_window.html#a2de6d447c7936ae2f9964c4b5b1ee1c6',1,'MainWindow']]],
['transformeffect',['TransformEffect',['../class_transform_effect.html',1,'']]],
['transition',['Transition',['../class_transition.html',1,'']]],
['transitiondata',['TransitionData',['../struct_transition_data.html',1,'']]]
['save_5fautorecovery_5ffile',['save_autorecovery_file',['../class_olive_global.html#a683bdbe17929ce90db233a3cdff8fc30',1,'OliveGlobal']]],
['save_5fproject',['save_project',['../class_olive_global.html#a465ffe390d9b615ed8216d2335039197',1,'OliveGlobal']]],
['save_5fproject_5fas',['save_project_as',['../class_olive_global.html#ab3f5f0874214f7ecac66d7ab152a8141',1,'OliveGlobal']]],
['save_5fshortcuts',['save_shortcuts',['../class_main_window.html#ade97fa7698ec0bd744ffef8808dfb24b',1,'MainWindow']]],
['scrollarea',['ScrollArea',['../class_scroll_area.html',1,'']]],
['select_5fall',['select_all',['../class_focus_filter.html#a4e91f2fe5798f054d53436247bb2f60d',1,'FocusFilter']]],
['selection',['Selection',['../struct_selection.html',1,'']]],
['seq',['seq',['../struct_compose_sequence_params.html#a185442a89326d3e5171cb023a4723be1',1,'ComposeSequenceParams']]],
['sequence',['Sequence',['../struct_sequence.html',1,'']]],
['set_5factive_5fcursor',['set_active_cursor',['../class_label_slider.html#a654943c90cc8d87a2dbc957a42252ef0',1,'LabelSlider']]],
['set_5fautoscroll',['set_autoscroll',['../class_menu_helper.html#aefd8a07595d457e27aabe366cd4d2dbb',1,'MenuHelper']]],
['set_5fbool_5faction_5fchecked',['set_bool_action_checked',['../class_menu_helper.html#a03f62557c81dbffab88ad0edaf522762',1,'MenuHelper']]],
['set_5fbutton_5faction_5fchecked',['set_button_action_checked',['../class_menu_helper.html#a26de4da960087ca481b8520b129c7b7f',1,'MenuHelper']]],
['set_5fcolor',['set_color',['../class_label_slider.html#abbbf055704231fd56978fac964518be6',1,'LabelSlider']]],
['set_5fdefault_5fcursor',['set_default_cursor',['../class_label_slider.html#a9a5c67bed20e30581b7c0c503a93de8c',1,'LabelSlider']]],
['set_5fdefault_5fvalue',['set_default_value',['../class_label_slider.html#a5c08c16c088f1846621bfe341fe875c7',1,'LabelSlider']]],
['set_5fdisplay_5ftype',['set_display_type',['../class_label_slider.html#aa36f1ac8359e6ad956890c204601dc8e',1,'LabelSlider']]],
['set_5fframe_5frate',['set_frame_rate',['../class_label_slider.html#ab304e6dfceb1678153047d8437be0ef5',1,'LabelSlider']]],
['set_5fin_5fpoint',['set_in_point',['../class_focus_filter.html#ae92ec419038408bfe07ff359abf8a2f1',1,'FocusFilter']]],
['set_5fint_5faction_5fchecked',['set_int_action_checked',['../class_menu_helper.html#ab152c4e0a116a10735a4ab8e3da91736',1,'MenuHelper']]],
['set_5fmarker',['set_marker',['../class_focus_filter.html#a44ffefc5cf2559e7d08986d3cfa02c89',1,'FocusFilter']]],
['set_5fmaximum_5fvalue',['set_maximum_value',['../class_label_slider.html#abe90995d780d3ae610358ec34b19ee48',1,'LabelSlider']]],
['set_5fminimum_5fvalue',['set_minimum_value',['../class_label_slider.html#ad0915199716155c2f12c5b5292b9ecc9',1,'LabelSlider']]],
['set_5fout_5fpoint',['set_out_point',['../class_focus_filter.html#a54d15c99741150d31a534ee057f36a9e',1,'FocusFilter']]],
['set_5fprevious_5fvalue',['set_previous_value',['../class_label_slider.html#aa8e8edf8dc7ea4df8e0abb6f32c343ac',1,'LabelSlider']]],
['set_5frendering_5fstate',['set_rendering_state',['../class_olive_global.html#a2763e87021f250965f67e175ee6c6e67',1,'OliveGlobal']]],
['set_5ftimecode_5fview',['set_timecode_view',['../class_menu_helper.html#a9ec427f151cf31a821db32cf71d66ef0',1,'MenuHelper']]],
['set_5ftitlesafe_5ffrom_5fmenu',['set_titlesafe_from_menu',['../class_menu_helper.html#a9c109452d8af3237cee07e9f53030e7c',1,'MenuHelper']]],
['set_5fvalue',['set_value',['../class_label_slider.html#ae05af4cf1dce88261673ed2ec5ec5d41',1,'LabelSlider']]],
['set_5fviewer_5ffullscreen',['set_viewer_fullscreen',['../class_focus_filter.html#a58f52ec833dc287619ddbd4595d15a65',1,'FocusFilter']]],
['set_5fwindow_5fmodified',['set_window_modified',['../class_olive_action.html#a029f9d31c03e2ec38ad8c72ff1279746',1,'OliveAction']]],
['setautoscaleaction',['SetAutoscaleAction',['../class_set_autoscale_action.html',1,'']]],
['setbool',['SetBool',['../class_set_bool.html',1,'']]],
['setdouble',['SetDouble',['../class_set_double.html',1,'']]],
['seteffectdata',['SetEffectData',['../class_set_effect_data.html',1,'']]],
['setint',['SetInt',['../class_set_int.html',1,'']]],
['setkeyframing',['SetKeyframing',['../class_set_keyframing.html',1,'']]],
['setlong',['SetLong',['../class_set_long.html',1,'']]],
['setpointer',['SetPointer',['../class_set_pointer.html',1,'']]],
['setqvariant',['SetQVariant',['../class_set_q_variant.html',1,'']]],
['setselectionscommand',['SetSelectionsCommand',['../class_set_selections_command.html',1,'']]],
['setspeedaction',['SetSpeedAction',['../class_set_speed_action.html',1,'']]],
['setstring',['SetString',['../class_set_string.html',1,'']]],
['settimelineinoutcommand',['SetTimelineInOutCommand',['../class_set_timeline_in_out_command.html',1,'']]],
['setup_5flayout',['setup_layout',['../class_main_window.html#a549905e8c0d69bbd0a2ef13f1e645387',1,'MainWindow']]],
['setup_5fmenus',['setup_menus',['../class_main_window.html#a8030447a20f462e4262b9ad5230d98c1',1,'MainWindow']]],
['shakeeffect',['ShakeEffect',['../class_shake_effect.html',1,'']]],
['single_5fthreaded',['single_threaded',['../struct_compose_sequence_params.html#ae3bc6f6e6766e44dfbd4f82b60f45689',1,'ComposeSequenceParams']]],
['solideffect',['SolidEffect',['../class_solid_effect.html',1,'']]],
['sourceiconview',['SourceIconView',['../class_source_icon_view.html',1,'']]],
['sourcescommon',['SourcesCommon',['../class_sources_common.html',1,'']]],
['sourcetable',['SourceTable',['../class_source_table.html',1,'']]],
['speeddialog',['SpeedDialog',['../class_speed_dialog.html',1,'']]],
['stabilizerdialog',['StabilizerDialog',['../class_stabilizer_dialog.html',1,'']]]
];
+16 -5
View File
@@ -1,8 +1,19 @@
var searchData=
[
['undo',['undo',['../class_olive_global.html#ac5c7fc8e77040c8260e2e817e3e7b165',1,'OliveGlobal']]],
['update_5fproject_5ffilename',['update_project_filename',['../class_olive_global.html#af3ef4cb94078beb905eb916a160fe826',1,'OliveGlobal']]],
['updatefootagetooltip',['UpdateFootageTooltip',['../class_update_footage_tooltip.html',1,'']]],
['updatetitle',['updateTitle',['../class_main_window.html#ac62839f0a6f642f68f06729f351893e3',1,'MainWindow']]],
['updateviewer',['UpdateViewer',['../class_update_viewer.html',1,'']]]
['texteditdialog',['TextEditDialog',['../class_text_edit_dialog.html',1,'']]],
['texteditex',['TextEditEx',['../class_text_edit_ex.html',1,'']]],
['texteffect',['TextEffect',['../class_text_effect.html',1,'']]],
['texture_5ffailed',['texture_failed',['../struct_compose_sequence_params.html#a66ee6093b239f9a46d83a729a0f702ba',1,'ComposeSequenceParams']]],
['timecodeeffect',['TimecodeEffect',['../class_timecode_effect.html',1,'']]],
['timeline',['Timeline',['../class_timeline.html',1,'']]],
['timelineheader',['TimelineHeader',['../class_timeline_header.html',1,'']]],
['timelinewidget',['TimelineWidget',['../class_timeline_widget.html',1,'']]],
['toggle_5fbool_5faction',['toggle_bool_action',['../class_menu_helper.html#a89ebceb4b52b93ea82ec7fa7ac253718',1,'MenuHelper']]],
['toggle_5ffull_5fscreen',['toggle_full_screen',['../class_main_window.html#a3eb037c22e6f684831e3a8eeec0101c4',1,'MainWindow']]],
['toggle_5fpanel_5fvisibility',['toggle_panel_visibility',['../class_main_window.html#a3a8a0f75baca4ee12fc7ebfe6c05e45b',1,'MainWindow']]],
['toneeffect',['ToneEffect',['../class_tone_effect.html',1,'']]],
['toolmenu_5fabout_5fto_5fbe_5fshown',['toolMenu_About_To_Be_Shown',['../class_main_window.html#a2de6d447c7936ae2f9964c4b5b1ee1c6',1,'MainWindow']]],
['transformeffect',['TransformEffect',['../class_transform_effect.html',1,'']]],
['transition',['Transition',['../class_transition.html',1,'']]],
['transitiondata',['TransitionData',['../struct_transition_data.html',1,'']]]
];
+5 -13
View File
@@ -1,16 +1,8 @@
var searchData=
[
['value',['value',['../class_label_slider.html#a5736dbba98a0eb8958eed03046f77f8f',1,'LabelSlider']]],
['valuechanged',['valueChanged',['../class_label_slider.html#a9be91d45b50e409325332d441f3edf7d',1,'LabelSlider']]],
['valuetostring',['valueToString',['../class_label_slider.html#a8009482f1461ae35500fb5956e723f2c',1,'LabelSlider']]],
['videocodecparams',['VideoCodecParams',['../struct_video_codec_params.html',1,'']]],
['viewer',['Viewer',['../class_viewer.html',1,'']]],
['viewercontainer',['ViewerContainer',['../class_viewer_container.html',1,'']]],
['viewerwidget',['ViewerWidget',['../class_viewer_widget.html',1,'']]],
['viewerwindow',['ViewerWindow',['../class_viewer_window.html',1,'']]],
['viewmenu_5fabout_5fto_5fbe_5fshown',['viewMenu_About_To_Be_Shown',['../class_main_window.html#a2e4fd4ecc5e0487ca2d98735b01ccf41',1,'MainWindow']]],
['voideffect',['VoidEffect',['../class_void_effect.html',1,'']]],
['volumeeffect',['VolumeEffect',['../class_volume_effect.html',1,'']]],
['vsthost',['VSTHost',['../class_v_s_t_host.html',1,'']]],
['vstrect',['VSTRect',['../struct_v_s_t_rect.html',1,'']]]
['undo',['undo',['../class_olive_global.html#ac5c7fc8e77040c8260e2e817e3e7b165',1,'OliveGlobal']]],
['update_5fproject_5ffilename',['update_project_filename',['../class_olive_global.html#af3ef4cb94078beb905eb916a160fe826',1,'OliveGlobal']]],
['updatefootagetooltip',['UpdateFootageTooltip',['../class_update_footage_tooltip.html',1,'']]],
['updatetitle',['updateTitle',['../class_main_window.html#ac62839f0a6f642f68f06729f351893e3',1,'MainWindow']]],
['updateviewer',['UpdateViewer',['../class_update_viewer.html',1,'']]]
];
+14 -1
View File
@@ -1,4 +1,17 @@
var searchData=
[
['windowmenu_5fabout_5fto_5fbe_5fshown',['windowMenu_About_To_Be_Shown',['../class_main_window.html#a33a60acf2c71874faf766dabd446e071',1,'MainWindow']]]
['value',['value',['../class_label_slider.html#a5736dbba98a0eb8958eed03046f77f8f',1,'LabelSlider']]],
['valuechanged',['valueChanged',['../class_label_slider.html#a9be91d45b50e409325332d441f3edf7d',1,'LabelSlider']]],
['valuetostring',['valueToString',['../class_label_slider.html#a8009482f1461ae35500fb5956e723f2c',1,'LabelSlider']]],
['video',['video',['../struct_compose_sequence_params.html#ac2002668089d1fe63177933242f284d5',1,'ComposeSequenceParams']]],
['videocodecparams',['VideoCodecParams',['../struct_video_codec_params.html',1,'']]],
['viewer',['Viewer',['../class_viewer.html',1,'Viewer'],['../struct_compose_sequence_params.html#a14cd6939729b5280466954797512df90',1,'ComposeSequenceParams::viewer()']]],
['viewercontainer',['ViewerContainer',['../class_viewer_container.html',1,'']]],
['viewerwidget',['ViewerWidget',['../class_viewer_widget.html',1,'']]],
['viewerwindow',['ViewerWindow',['../class_viewer_window.html',1,'']]],
['viewmenu_5fabout_5fto_5fbe_5fshown',['viewMenu_About_To_Be_Shown',['../class_main_window.html#a2e4fd4ecc5e0487ca2d98735b01ccf41',1,'MainWindow']]],
['voideffect',['VoidEffect',['../class_void_effect.html',1,'']]],
['volumeeffect',['VolumeEffect',['../class_volume_effect.html',1,'']]],
['vsthost',['VSTHost',['../class_v_s_t_host.html',1,'']]],
['vstrect',['VSTRect',['../struct_v_s_t_rect.html',1,'']]]
];
+1 -2
View File
@@ -1,5 +1,4 @@
var searchData=
[
['zoom_5fin',['zoom_in',['../class_focus_filter.html#a25c6fc709acf758f0c965420b3f10745',1,'FocusFilter']]],
['zoom_5fout',['zoom_out',['../class_focus_filter.html#a723180d73f272ae21ab8b8001353f610',1,'FocusFilter']]]
['windowmenu_5fabout_5fto_5fbe_5fshown',['windowMenu_About_To_Be_Shown',['../class_main_window.html#a33a60acf2c71874faf766dabd446e071',1,'MainWindow']]]
];
+30
View File
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_16.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
--></script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
/* @license-end */
--></script>
</div>
</body>
</html>
+5
View File
@@ -0,0 +1,5 @@
var searchData=
[
['zoom_5fin',['zoom_in',['../class_focus_filter.html#a25c6fc709acf758f0c965420b3f10745',1,'FocusFilter']]],
['zoom_5fout',['zoom_out',['../class_focus_filter.html#a723180d73f272ae21ab8b8001353f610',1,'FocusFilter']]]
];

Some files were not shown because too many files have changed in this diff Show More