You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
41 KiB
119 lines
41 KiB
7 years ago
|
<!-- HTML header for doxygen 1.8.13-->
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.14"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<title>QtMvvm: androidfilechooser.h Source File</title>
|
||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="jquery.js"></script>
|
||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||
|
<script type="text/javascript" src="search/search.js"></script>
|
||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||
|
<div id="titlearea">
|
||
|
<table cellspacing="0" cellpadding="0" style="display: inline;">
|
||
|
<tbody>
|
||
|
<tr style="height: 56px;">
|
||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||
|
<div id="projectname">QtMvvm
|
||
|
 <span id="projectnumber">1.0.0</span>
|
||
|
</div>
|
||
|
<div id="projectbrief">A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<a style="float: right;" target="_blank" href="https://github.com/Skycoder42/QtMvvm">
|
||
|
<img style="padding: 10px;" src="GitHub_Logo.png"/>
|
||
|
</a>
|
||
|
</div>
|
||
|
<!-- end header part -->
|
||
|
<!-- Generated by Doxygen 1.8.14 -->
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||
|
/* @license-end */
|
||
|
</script>
|
||
|
<script type="text/javascript" src="menudata.js"></script>
|
||
|
<script type="text/javascript" src="menu.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||
|
$(function() {
|
||
|
initMenu('',true,false,'search.php','Search');
|
||
|
$(document).ready(function() { init_search(); });
|
||
|
});
|
||
|
/* @license-end */</script>
|
||
|
<div id="main-nav"></div>
|
||
|
<!-- window showing the filter options -->
|
||
|
<div id="MSearchSelectWindow"
|
||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||
|
</div>
|
||
|
|
||
|
<!-- iframe showing the search results (closed by default) -->
|
||
|
<div id="MSearchResultsWindow">
|
||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||
|
name="MSearchResults" id="MSearchResults">
|
||
|
</iframe>
|
||
|
</div>
|
||
|
|
||
|
<div id="nav-path" class="navpath">
|
||
|
<ul>
|
||
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_a8bd8bcf293c2ab1210f2c2ecd8006f3.html">imports</a></li><li class="navelem"><a class="el" href="dir_37f1474803778587967f116c1887a4b4.html">mvvmquick</a></li> </ul>
|
||
|
</div>
|
||
|
</div><!-- top -->
|
||
|
<div class="header">
|
||
|
<div class="headertitle">
|
||
|
<div class="title">androidfilechooser.h</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef QTMVVM_ANDROIDFILECHOOSER_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define QTMVVM_ANDROIDFILECHOOSER_H</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 <QtCore/QObject></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <QtCore/QUrl></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <QtCore/QVariant></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 <QtAndroidExtras/QAndroidActivityResultReceiver></span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <QtAndroidExtras/QAndroidJniObject></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="preprocessor">#ifdef DOXYGEN_RUN</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">namespace </span><a class="code" href="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick.html">de::skycoder42::QtMvvm::Quick</a> {</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html"> 27</a></span> <span class="keyword">class </span><a class="code" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html">FileChooser</a> : <span class="keyword">public</span> QtObject</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> namespace <a class="code" href="namespace_qt_mvvm.html">QtMvvm</a> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">class </span>AndroidFileChooser : <span class="keyword">public</span> <a class="codeRef" target="_blank" doxygen="/home/sky/Qt/Docs/Qt-5.10.1/qtautoupdater/qtautoupdater.tags:https://doc.qt.io/qt-5/" href="https://doc.qt.io/qt-5/class_q_object.html">QObject</a>, <span class="keyword">public</span> QAndroidActivityResultReceiver</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  Q_OBJECT</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a62decd0ee1ddc32dc199705ae08f30d6"> 45</a></span>  Q_PROPERTY(<a class="codeRef" target="_blank" doxygen="/home/sky/Qt/Docs/Qt-5.10.1/qtcore/qtcore.tags:https://doc.qt.io/qt-5/" href="https://doc.qt.io/qt-5/qstring.html">QString</a> <a class="code" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a62decd0ee1ddc32dc199705ae08f30d6">title</a> MEMBER _title NOTIFY <a class="code" href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#ae2ad54a9683542086176c1d3195ea9a7">titleChanged</a>)</div><div class="line"><a name="l00
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a62decd0ee1ddc32dc199705ae08f30d6"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a62decd0ee1ddc32dc199705ae08f30d6">de::skycoder42::QtMvvm::Quick::FileChooser::title</a></div><div class="ttdeci">QString title</div><div class="ttdoc">The activity title/description of the file chooser. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00045">androidfilechooser.h:45</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a94c292702498bcbe141dfc53b38c4586"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a94c292702498bcbe141dfc53b38c4586">de::skycoder42::QtMvvm::Quick::FileChooser::ChooserFlag</a></div><div class="ttdeci">ChooserFlag</div><div class="ttdoc">Extra flags to configure how to open the URLs. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00122">androidfilechooser.h:122</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a0ff983464ad62a735c04440b0b95b9e1"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a0ff983464ad62a735c04440b0b95b9e1">de::skycoder42::QtMvvm::Quick::FileChooser::typeChanged</a></div><div class="ttdeci">void typeChanged(ChooserType type)</div><div class="ttdoc">NOTIFY accessor for FileChooser::type. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a434b45e91e9c829f35aea721a34b50df"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a434b45e91e9c829f35aea721a34b50df">de::skycoder42::QtMvvm::Quick::FileChooser::type</a></div><div class="ttdeci">ChooserType type</div><div class="ttdoc">The type of URL to get. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00070">androidfilechooser.h:70</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_ae2ad54a9683542086176c1d3195ea9a7"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#ae2ad54a9683542086176c1d3195ea9a7">de::skycoder42::QtMvvm::Quick::FileChooser::titleChanged</a></div><div class="ttdeci">void titleChanged(const QString &title)</div><div class="ttdoc">NOTIFY accessor for FileChooser::title. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_aa64ffa76c92f166100bc5a27a1f8f495"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#aa64ffa76c92f166100bc5a27a1f8f495">de::skycoder42::QtMvvm::Quick::FileChooser::rejected</a></div><div class="ttdeci">void rejected()</div><div class="ttdoc">Emitted when the user cancels without selecting a url. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6a9a6fafc6306d3da27155a5657cd9abc1"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6a9a6fafc6306d3da27155a5657cd9abc1">de::skycoder42::QtMvvm::Quick::FileChooser::OpenDocument</a></div><div class="ttdoc">Get a permanent content url. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00114">androidfilechooser.h:114</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a37e1e3dd4c35d4c2dd76f4536e02b7e0"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a37e1e3dd4c35d4c2dd76f4536e02b7e0">de::skycoder42::QtMvvm::Quick::FileChooser::folderUrlChanged</a></div><div class="ttdeci">void folderUrlChanged(const QUrl &folderUrl)</div><div class="ttdoc">NOTIFY accessor for FileChooser::folderUrl. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6aaf99154b203097ca7a4b6cc5bf979bb0"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6aaf99154b203097ca7a4b6cc5bf979bb0">de::skycoder42::QtMvvm::Quick::FileChooser::CreateDocument</a></div><div class="ttdoc">Create a new permanent content url. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00116">androidfilechooser.h:116</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html">de::skycoder42::QtMvvm::Quick::FileChooser</a></div><div class="ttdoc">A QML class access the native file chooser on android. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00027">androidfilechooser.h:27</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_acf82ed54b3760f0243bf083f83b87d79"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#acf82ed54b3760f0243bf083f83b87d79">de::skycoder42::QtMvvm::Quick::FileChooser::chooserFlagsChanged</a></div><div class="ttdeci">void chooserFlagsChanged(ChooserFlags chooserFlags)</div><div class="ttdoc">NOTIFY accessor for FileChooser::chooserFlags. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a3784a845bfa8134ec88a9d637cf8afbc"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a3784a845bfa8134ec88a9d637cf8afbc">de::skycoder42::QtMvvm::Quick::FileChooser::accepted</a></div><div class="ttdeci">void accepted()</div><div class="ttdoc">Emitted when the user select a url (or multiple) </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a7b66155a3efa1ac81f49e824cb37ab4e"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a7b66155a3efa1ac81f49e824cb37ab4e">de::skycoder42::QtMvvm::Quick::FileChooser::mimeTypesChanged</a></div><div class="ttdeci">void mimeTypesChanged(const QStringList &mimeTypes)</div><div class="ttdoc">NOTIFY accessor for FileChooser::mimeTypes. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6a479f95775cc5043249d9bfd43fe16672"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6a479f95775cc5043249d9bfd43fe16672">de::skycoder42::QtMvvm::Quick::FileChooser::OpenMultipleDocuments</a></div><div class="ttdoc">Get a list of permanent content urls. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00115">androidfilechooser.h:115</a></div></div>
|
||
|
<div class="ttc" id="qstring_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/qstring.html">QString</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a94c292702498bcbe141dfc53b38c4586a2cec2d35fa94f5cf3d0c05be0b720423"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a94c292702498bcbe141dfc53b38c4586a2cec2d35fa94f5cf3d0c05be0b720423">de::skycoder42::QtMvvm::Quick::FileChooser::LocalOnlyFlag</a></div><div class="ttdoc">Only local files are allowed. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00124">androidfilechooser.h:124</a></div></div>
|
||
|
<div class="ttc" id="qstringlist_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/qstringlist.html">QStringList</a></div></div>
|
||
|
<div class="ttc" id="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick_html"><div class="ttname"><a href="namespacede_1_1skycoder42_1_1_qt_mvvm_1_1_quick.html">de::skycoder42::QtMvvm::Quick</a></div><div class="ttdoc">The QML import for the QtMvvmQuick QML module. </div><div class="ttdef"><b>Definition:</b> <a href="_action_button_8qml_source.html#l00004">ActionButton.qml:4</a></div></div>
|
||
|
<div class="ttc" id="qurl_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/qurl.html">QUrl</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_aecaf4fd8d86143f598843843d1cc706e"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#aecaf4fd8d86143f598843843d1cc706e">de::skycoder42::QtMvvm::Quick::FileChooser::folderUrl</a></div><div class="ttdeci">QUrl folderUrl</div><div class="ttdoc">The URL of the place to show the dialog from. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00056">androidfilechooser.h:56</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a94c292702498bcbe141dfc53b38c4586a1ff2080b9cd6af2775d88356105de77c"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a94c292702498bcbe141dfc53b38c4586a1ff2080b9cd6af2775d88356105de77c">de::skycoder42::QtMvvm::Quick::FileChooser::PersistPermissionsFlag</a></div><div class="ttdoc">Persist the permission to access the content across reboots. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00126">androidfilechooser.h:126</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6add66a89e23cd624aab0dac2fd685d7f0"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6add66a89e23cd624aab0dac2fd685d7f0">de::skycoder42::QtMvvm::Quick::FileChooser::GetContent</a></div><div class="ttdoc">Get a non-permanent, read only content url. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00113">androidfilechooser.h:113</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a94c292702498bcbe141dfc53b38c4586ae7258afe4cb80ddfc4b8b13d39045bdd"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a94c292702498bcbe141dfc53b38c4586ae7258afe4cb80ddfc4b8b13d39045bdd">de::skycoder42::QtMvvm::Quick::FileChooser::AlwaysGrantWriteFlag</a></div><div class="ttdoc">Always allow writing, not only for FileChooser::CreateDocument. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00125">androidfilechooser.h:125</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_ab6984be588e3dde25b9eb4c12273e6f7"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#ab6984be588e3dde25b9eb4c12273e6f7">de::skycoder42::QtMvvm::Quick::FileChooser::resultChanged</a></div><div class="ttdeci">void resultChanged(QVariant result)</div><div class="ttdoc">NOTIFY accessor for FileChooser::result. </div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a093aabc34b30be5b869ce8f327c944bf"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a093aabc34b30be5b869ce8f327c944bf">de::skycoder42::QtMvvm::Quick::FileChooser::open</a></div><div class="ttdeci">void open()</div><div class="ttdoc">Opens the file chooser by sending the show intent. </div></div>
|
||
|
<div class="ttc" id="class_q_object_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/class_q_object.html">QObject</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_a656dea148d766c94b2cd459586c68173"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#a656dea148d766c94b2cd459586c68173">de::skycoder42::QtMvvm::Quick::FileChooser::mimeTypes</a></div><div class="ttdeci">QStringList mimeTypes</div><div class="ttdoc">A list of acceptable mimetypes. Can contain wildcards. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00080">androidfilechooser.h:80</a></div></div>
|
||
|
<div class="ttc" id="namespace_qt_mvvm_html"><div class="ttname"><a href="namespace_qt_mvvm.html">QtMvvm</a></div><div class="ttdoc">The primary namespace of the QtMvvm library. </div><div class="ttdef"><b>Definition:</b> <a href="binding_8h_source.html#l00010">binding.h:10</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6">de::skycoder42::QtMvvm::Quick::FileChooser::ChooserType</a></div><div class="ttdeci">ChooserType</div><div class="ttdoc">The different modes the chooser can return urls for. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00112">androidfilechooser.h:112</a></div></div>
|
||
|
<div class="ttc" id="qvariant_html"><div class="ttname"><a href="https://doc.qt.io/qt-5/qvariant.html">QVariant</a></div></div>
|
||
|
<div class="ttc" id="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser_html_afe5e1dd628f5dab82cd11e25ea0922d6a6d7a1eef130938e0f817f381e58fa802"><div class="ttname"><a href="classde_1_1skycoder42_1_1_qt_mvvm_1_1_quick_1_1_file_chooser.html#afe5e1dd628f5dab82cd11e25ea0922d6a6d7a1eef130938e0f817f381e58fa802">de::skycoder42::QtMvvm::Quick::FileChooser::OpenDocumentTree</a></div><div class="ttdoc">Get a URL to content folder. </div><div class="ttdef"><b>Definition:</b> <a href="androidfilechooser_8h_source.html#l00117">androidfilechooser.h:117</a></div></div>
|
||
|
</div><!-- fragment --></div><!-- contents -->
|
||
|
<!-- start footer part -->
|
||
|
<hr class="footer"/><address class="footer"><small>
|
||
|
Generated on Wed Mar 14 2018 16:19:58 for QtMvvm by  <a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||
|
</a> 1.8.14
|
||
|
</small></address>
|
||
|
</body>
|
||
|
</html>
|