This repository was archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudiodeviceinfolistmodel_8cpp_source.html
119 lines (117 loc) · 13.9 KB
/
audiodeviceinfolistmodel_8cpp_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>swift: src/blackgui/models/audiodeviceinfolistmodel.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.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">swift
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_6b2000c826b43a25622ed520506b10d9.html">blackgui</a></li><li class="navelem"><a class="el" href="dir_7c8af91da0cb1780ffa3a3b448c62e41.html">models</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">audiodeviceinfolistmodel.cpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "<a class="code" href="audiodeviceinfolistmodel_8h.html">blackgui/models/audiodeviceinfolistmodel.h</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "<a class="code" href="columnformatters_8h.html">blackgui/models/columnformatters.h</a>"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include "<a class="code" href="columns_8h.html">blackgui/models/columns.h</a>"</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>  </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <Qt></span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <QtGlobal></span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">using namespace </span><a class="code" href="namespace_black_misc.html">BlackMisc</a>;</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">using namespace </span>BlackMisc::Audio;</div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">namespace </span><a class="code" href="namespace_black_gui_1_1_models.html">BlackGui::Models</a></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> {</div>
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="class_black_gui_1_1_models_1_1_c_audio_device_info_list_model.html#ac02bb46245d64a89ef1dd2459d800c29"> 16</a></span>  CAudioDeviceInfoListModel::CAudioDeviceInfoListModel(<a class="codeRef" href="http://doc.qt.io/qt-5/qobject.html">QObject</a> *parent) : <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base.html">CListModelBase</a>(<span class="stringliteral">"AudioDeviceInfoListModel"</span>, parent)</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  {</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#aa3ffc1aaf6f5ce0269738760d68d3374">m_columns</a>.<a class="code" href="class_black_gui_1_1_models_1_1_c_columns.html#ac626ff4d800bb082af8eef50efa1c09a">addColumn</a>(<a class="code" href="class_black_gui_1_1_models_1_1_c_column.html#abd321f012407c9f9e83a63908c0227a6">CColumn::standardString</a>(<span class="stringliteral">"type"</span>, CAudioDeviceInfo::IndexDeviceTypeAsString));</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#aa3ffc1aaf6f5ce0269738760d68d3374">m_columns</a>.<a class="code" href="class_black_gui_1_1_models_1_1_c_columns.html#ac626ff4d800bb082af8eef50efa1c09a">addColumn</a>(<a class="code" href="class_black_gui_1_1_models_1_1_c_column.html#abd321f012407c9f9e83a63908c0227a6">CColumn::standardString</a>(<span class="stringliteral">"name"</span>, CAudioDeviceInfo::IndexName));</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#aa3ffc1aaf6f5ce0269738760d68d3374">m_columns</a>.<a class="code" href="class_black_gui_1_1_models_1_1_c_columns.html#ac626ff4d800bb082af8eef50efa1c09a">addColumn</a>(<a class="code" href="class_black_gui_1_1_models_1_1_c_column.html#abd321f012407c9f9e83a63908c0227a6">CColumn::standardString</a>(<span class="stringliteral">"machine"</span>, { CAudioDeviceInfo::IndexIdentifier, CIdentifier::IndexMachineName }));</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#aa3ffc1aaf6f5ce0269738760d68d3374">m_columns</a>.<a class="code" href="class_black_gui_1_1_models_1_1_c_columns.html#ac626ff4d800bb082af8eef50efa1c09a">addColumn</a>(<a class="code" href="class_black_gui_1_1_models_1_1_c_column.html#abd321f012407c9f9e83a63908c0227a6">CColumn::standardString</a>(<span class="stringliteral">"process"</span>, { CAudioDeviceInfo::IndexIdentifier, CIdentifier::IndexProcessName }));</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="comment">// default sort order</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  this-><a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#a6ea5efba05751b06022d6ead95bd0bee">setSortColumnByPropertyIndex</a>(CAudioDeviceInfo::IndexName);</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <a class="code" href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#a7d9399e3884e60a4963c556d95c9b035">m_sortOrder</a> = <a class="codeRef" href="http://doc.qt.io/qt-5/qt.html#SortOrder-enum">Qt::AscendingOrder</a>;</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  }</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> } <span class="comment">// ns</span></div>
<div class="ttc" id="aaudiodeviceinfolistmodel_8h_html"><div class="ttname"><a href="audiodeviceinfolistmodel_8h.html">audiodeviceinfolistmodel.h</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_column_html_abd321f012407c9f9e83a63908c0227a6"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_column.html#abd321f012407c9f9e83a63908c0227a6">BlackGui::Models::CColumn::standardString</a></div><div class="ttdeci">static CColumn standardString(const QString &headerName, const BlackMisc::CPropertyIndex &propertyIndex, int alignment=CDefaultFormatter::alignDefault())</div><div class="ttdoc">Get a standard string object formatted column.</div><div class="ttdef"><b>Definition:</b> <a href="columns_8cpp_source.html#l00055">columns.cpp:55</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_columns_html_ac626ff4d800bb082af8eef50efa1c09a"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_columns.html#ac626ff4d800bb082af8eef50efa1c09a">BlackGui::Models::CColumns::addColumn</a></div><div class="ttdeci">void addColumn(const CColumn &column)</div><div class="ttdoc">Add a column.</div><div class="ttdef"><b>Definition:</b> <a href="columns_8cpp_source.html#l00095">columns.cpp:95</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_list_model_base_html"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_list_model_base.html">BlackGui::Models::CListModelBase</a></div><div class="ttdoc">List model.</div><div class="ttdef"><b>Definition:</b> <a href="listmodelbase_8h_source.html#l00033">listmodelbase.h:34</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_list_model_base_non_template_html_a6ea5efba05751b06022d6ead95bd0bee"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#a6ea5efba05751b06022d6ead95bd0bee">BlackGui::Models::CListModelBaseNonTemplate::setSortColumnByPropertyIndex</a></div><div class="ttdeci">virtual bool setSortColumnByPropertyIndex(const BlackMisc::CPropertyIndex &propertyIndex)</div><div class="ttdoc">Set column for sorting.</div><div class="ttdef"><b>Definition:</b> <a href="listmodelbasenontemplate_8cpp_source.html#l00072">listmodelbasenontemplate.cpp:72</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_list_model_base_non_template_html_a7d9399e3884e60a4963c556d95c9b035"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#a7d9399e3884e60a4963c556d95c9b035">BlackGui::Models::CListModelBaseNonTemplate::m_sortOrder</a></div><div class="ttdeci">Qt::SortOrder m_sortOrder</div><div class="ttdoc">sort order (asc/desc)</div><div class="ttdef"><b>Definition:</b> <a href="listmodelbasenontemplate_8h_source.html#l00184">listmodelbasenontemplate.h:184</a></div></div>
<div class="ttc" id="aclass_black_gui_1_1_models_1_1_c_list_model_base_non_template_html_aa3ffc1aaf6f5ce0269738760d68d3374"><div class="ttname"><a href="class_black_gui_1_1_models_1_1_c_list_model_base_non_template.html#aa3ffc1aaf6f5ce0269738760d68d3374">BlackGui::Models::CListModelBaseNonTemplate::m_columns</a></div><div class="ttdeci">CColumns m_columns</div><div class="ttdoc">columns metadata</div><div class="ttdef"><b>Definition:</b> <a href="listmodelbasenontemplate_8h_source.html#l00181">listmodelbasenontemplate.h:181</a></div></div>
<div class="ttc" id="acolumnformatters_8h_html"><div class="ttname"><a href="columnformatters_8h.html">columnformatters.h</a></div></div>
<div class="ttc" id="acolumns_8h_html"><div class="ttname"><a href="columns_8h.html">columns.h</a></div></div>
<div class="ttc" id="anamespace_black_gui_1_1_models_html"><div class="ttname"><a href="namespace_black_gui_1_1_models.html">BlackGui::Models</a></div><div class="ttdoc">Models to be used with views, mainly QTableView.</div></div>
<div class="ttc" id="anamespace_black_misc_html"><div class="ttname"><a href="namespace_black_misc.html">BlackMisc</a></div><div class="ttdoc">Base and utility classes available in all other projects.</div><div class="ttdef"><b>Definition:</b> <a href="aircraftmatcher_8h_source.html#l00028">aircraftmatcher.h:29</a></div></div>
<div class="ttc" id="aqobject_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qobject.html">QObject</a></div></div>
<div class="ttc" id="aqt_html_SortOrder-enum"><div class="ttname"><a href="http://doc.qt.io/qt-5/qt.html#SortOrder-enum">Qt::AscendingOrder</a></div><div class="ttdeci">AscendingOrder</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Dec 3 2023 18:38:38 for swift by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>