dash-docs/en/doxygen/html/macnotificationhandler_8mm_source.html

116 lines
22 KiB
HTML

<!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>Dash Core: src/qt/macnotificationhandler.mm 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</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="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Dash Core
&#160;<span id="projectnumber">0.12.2.1</span>
</div>
<div id="projectbrief">P2P Digital Currency</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<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>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('macnotificationhandler_8mm_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<!-- 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 class="header">
<div class="headertitle">
<div class="title">macnotificationhandler.mm</div> </div>
</div><!--header-->
<div class="contents">
<a href="macnotificationhandler_8mm.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright (c) 2011-2013 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="macnotificationhandler_8h.html">macnotificationhandler.h</a>&quot;</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#undef slots</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#import &lt;objc/runtime.h&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;Cocoa/Cocoa.h&gt;</span></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="comment">// Add an obj-c category (extension) to return the expected bundle identifier</span></div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="categoryNSBundle_07returnCorrectIdentifier_08.html"> 12</a></span>&#160;<span class="keyword">@implementation </span><a class="code" href="categoryNSBundle_07returnCorrectIdentifier_08.html">NSBundle(returnCorrectIdentifier)</a></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;- (NSString *)__bundleIdentifier</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;{</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">self</span> == [NSBundle mainBundle]) {</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">@&quot;org.dash.Dash-Qt&quot;</span>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keywordflow">return</span> [<span class="keyword">self</span> __bundleIdentifier];</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; }</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="keyword">@end</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="classMacNotificationHandler.html#abeb9b3a7c81397499fbb7e1d24610cd9"> 23</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classMacNotificationHandler.html#abeb9b3a7c81397499fbb7e1d24610cd9">MacNotificationHandler::showNotification</a>(<span class="keyword">const</span> QString &amp;title, <span class="keyword">const</span> QString &amp;text)</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;{</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="comment">// check if users OS has support for NSUserNotification</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keywordflow">if</span>(this-&gt;hasUserNotificationCenterSupport()) {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="comment">// okay, seems like 10.8+</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; QByteArray utf8 = title.toUtf8();</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keywordtype">char</span>* cString = (<span class="keywordtype">char</span> *)utf8.constData();</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; NSString *titleMac = [[NSString alloc] initWithUTF8String:cString];</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; utf8 = text.toUtf8();</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; cString = (<span class="keywordtype">char</span> *)utf8.constData();</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; NSString *textMac = [[NSString alloc] initWithUTF8String:cString];</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="comment">// do everything weak linked (because we will keep &lt;10.8 compatibility)</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordtype">id</span> userNotification = [[NSClassFromString(@&quot;NSUserNotification&quot;) alloc] init];</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; [userNotification performSelector:@selector(setTitle:) withObject:titleMac];</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; [userNotification performSelector:@selector(setInformativeText:) withObject:textMac];</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">id</span> notificationCenterInstance = [NSClassFromString(@&quot;NSUserNotificationCenter&quot;) performSelector:@selector(defaultUserNotificationCenter)];</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; [notificationCenterInstance performSelector:@selector(deliverNotification:) withObject:userNotification];</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; [titleMac release];</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; [textMac release];</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; [userNotification release];</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; }</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;}</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="comment">// sendAppleScript just take a QString and executes it as apple script</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classMacNotificationHandler.html#a39051c00850f7b6cb644cdb60006dc2e"> 51</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classMacNotificationHandler.html#a39051c00850f7b6cb644cdb60006dc2e">MacNotificationHandler::sendAppleScript</a>(<span class="keyword">const</span> QString &amp;script)</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;{</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; QByteArray utf8 = script.toUtf8();</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keywordtype">char</span>* cString = (<span class="keywordtype">char</span> *)utf8.constData();</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; NSString *scriptApple = [[NSString alloc] initWithUTF8String:cString];</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; NSAppleScript *as = [[NSAppleScript alloc] initWithSource:scriptApple];</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; NSDictionary *<a class="code" href="namespaceextract__strings__qt.html#a75c3976a3587b535b25c5bd9d1ca6cee">err</a> = nil;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; [as executeAndReturnError:&amp;err];</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; [as release];</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; [scriptApple release];</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;}</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classMacNotificationHandler.html#a132cba3b7df82afd3b07ca08599b94a5"> 64</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="classMacNotificationHandler.html#a132cba3b7df82afd3b07ca08599b94a5">MacNotificationHandler::hasUserNotificationCenterSupport</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;{</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; Class possibleClass = NSClassFromString(<span class="stringliteral">@&quot;NSUserNotificationCenter&quot;</span>);</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="comment">// check if users OS has support for NSUserNotification</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keywordflow">if</span>(possibleClass!=nil) {</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; }</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;}</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classMacNotificationHandler.html#a8ba83adcb63db47e3f7a76a0afc02b9d"> 76</a></span>&#160;<a class="code" href="classMacNotificationHandler.html">MacNotificationHandler</a> *<a class="code" href="classMacNotificationHandler.html#a8ba83adcb63db47e3f7a76a0afc02b9d">MacNotificationHandler::instance</a>()</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;{</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keyword">static</span> <a class="code" href="classMacNotificationHandler.html">MacNotificationHandler</a> *<a class="code" href="macdockiconhandler_8mm.html#a27737c2f6c9c5f0ac59a3df0991668a0">s_instance</a> = NULL;</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordflow">if</span> (!<a class="code" href="macdockiconhandler_8mm.html#a27737c2f6c9c5f0ac59a3df0991668a0">s_instance</a>) {</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <a class="code" href="macdockiconhandler_8mm.html#a27737c2f6c9c5f0ac59a3df0991668a0">s_instance</a> = <span class="keyword">new</span> <a class="code" href="classMacNotificationHandler.html">MacNotificationHandler</a>();</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; Class aPossibleClass = objc_getClass(<span class="stringliteral">&quot;NSBundle&quot;</span>);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordflow">if</span> (aPossibleClass) {</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="comment">// change NSBundle -bundleIdentifier method to return a correct bundle identifier</span></div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="comment">// a bundle identifier is required to use OSXs User Notification Center</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; method_exchangeImplementations(class_getInstanceMethod(aPossibleClass, <span class="keyword">@selector</span>(bundleIdentifier)),</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; class_getInstanceMethod(aPossibleClass, <span class="keyword">@selector</span>(__bundleIdentifier)));</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; }</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; }</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordflow">return</span> <a class="code" href="macdockiconhandler_8mm.html#a27737c2f6c9c5f0ac59a3df0991668a0">s_instance</a>;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;}</div><div class="ttc" id="macnotificationhandler_8h_html"><div class="ttname"><a href="macnotificationhandler_8h.html">macnotificationhandler.h</a></div></div>
<div class="ttc" id="classMacNotificationHandler_html_a8ba83adcb63db47e3f7a76a0afc02b9d"><div class="ttname"><a href="classMacNotificationHandler.html#a8ba83adcb63db47e3f7a76a0afc02b9d">MacNotificationHandler::instance</a></div><div class="ttdeci">static MacNotificationHandler * instance()</div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8mm_source.html#l00076">macnotificationhandler.mm:76</a></div></div>
<div class="ttc" id="classMacNotificationHandler_html_a132cba3b7df82afd3b07ca08599b94a5"><div class="ttname"><a href="classMacNotificationHandler.html#a132cba3b7df82afd3b07ca08599b94a5">MacNotificationHandler::hasUserNotificationCenterSupport</a></div><div class="ttdeci">bool hasUserNotificationCenterSupport(void)</div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8mm_source.html#l00064">macnotificationhandler.mm:64</a></div></div>
<div class="ttc" id="classMacNotificationHandler_html_a39051c00850f7b6cb644cdb60006dc2e"><div class="ttname"><a href="classMacNotificationHandler.html#a39051c00850f7b6cb644cdb60006dc2e">MacNotificationHandler::sendAppleScript</a></div><div class="ttdeci">void sendAppleScript(const QString &amp;script)</div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8mm_source.html#l00051">macnotificationhandler.mm:51</a></div></div>
<div class="ttc" id="macdockiconhandler_8mm_html_a27737c2f6c9c5f0ac59a3df0991668a0"><div class="ttname"><a href="macdockiconhandler_8mm.html#a27737c2f6c9c5f0ac59a3df0991668a0">s_instance</a></div><div class="ttdeci">static MacDockIconHandler * s_instance</div><div class="ttdef"><b>Definition:</b> <a href="macdockiconhandler_8mm_source.html#l00021">macdockiconhandler.mm:21</a></div></div>
<div class="ttc" id="namespaceextract__strings__qt_html_a75c3976a3587b535b25c5bd9d1ca6cee"><div class="ttname"><a href="namespaceextract__strings__qt.html#a75c3976a3587b535b25c5bd9d1ca6cee">extract_strings_qt.err</a></div><div class="ttdeci">err</div><div class="ttdef"><b>Definition:</b> <a href="extract__strings__qt_8py_source.html#l00056">extract_strings_qt.py:56</a></div></div>
<div class="ttc" id="categoryNSBundle_07returnCorrectIdentifier_08_html"><div class="ttname"><a href="categoryNSBundle_07returnCorrectIdentifier_08.html">NSBundle(returnCorrectIdentifier)</a></div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8mm_source.html#l00012">macnotificationhandler.mm:12</a></div></div>
<div class="ttc" id="classMacNotificationHandler_html_abeb9b3a7c81397499fbb7e1d24610cd9"><div class="ttname"><a href="classMacNotificationHandler.html#abeb9b3a7c81397499fbb7e1d24610cd9">MacNotificationHandler::showNotification</a></div><div class="ttdeci">void showNotification(const QString &amp;title, const QString &amp;text)</div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8mm_source.html#l00023">macnotificationhandler.mm:23</a></div></div>
<div class="ttc" id="classMacNotificationHandler_html"><div class="ttname"><a href="classMacNotificationHandler.html">MacNotificationHandler</a></div><div class="ttdef"><b>Definition:</b> <a href="macnotificationhandler_8h_source.html#l00012">macnotificationhandler.h:12</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f0c29a9f5764d78706f34c972e8114d8.html">qt</a></li><li class="navelem"><a class="el" href="macnotificationhandler_8mm.html">macnotificationhandler.mm</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:04 for Dash Core by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>