Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary into xdxf
[mdictionary] / doc / html / TranslationWidget_8h_source.html
index e523203..e6e7409 100644 (file)
@@ -72,7 +72,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <a name="l00030"></a>00030 <span class="preprocessor">#include &quot;../backbone/backbone.h&quot;</span>
 <a name="l00031"></a>00031 
 <a name="l00033"></a>00033 
-<a name="l00036"></a><a class="code" href="classTranslationWidget.html">00036</a> <span class="keyword">class </span><a class="code" href="classTranslationWidget.html" title="Displays translation of word found in dictionaries.">TranslationWidget</a> : <span class="keyword">public</span> QWidget {
+<a name="l00036"></a><a class="code" href="classTranslationWidget.html">00036</a> <span class="keyword">class </span><a class="code" href="classTranslationWidget.html" title="Displays translation of word found in dictionaries.">TranslationWidget</a> : <span class="keyword">public</span> QTextEdit {
 <a name="l00037"></a>00037     Q_OBJECT
 <a name="l00038"></a>00038 <span class="keyword">public</span>:
 <a name="l00039"></a>00039     <span class="keyword">explicit</span> <a class="code" href="classTranslationWidget.html" title="Displays translation of word found in dictionaries.">TranslationWidget</a>(<a class="code" href="classBackbone.html" title="Inner part of dictionary - glues together GUI and plugins.">Backbone</a>* backbone, QWidget *parent = 0);
@@ -82,16 +82,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <a name="l00043"></a>00043 <span class="keyword">public</span> Q_SLOTS:
 <a name="l00045"></a>00045     <span class="keywordtype">void</span> <a class="code" href="classTranslationWidget.html#a5ed0deabea08c70debf0248734a5d88d" title="Request to show translation of word passed as QModelIndex from word list.">show</a>(QModelIndex);
 <a name="l00046"></a>00046 
-<a name="l00047"></a>00047 <span class="keyword">private</span>:
-<a name="l00048"></a>00048     <a class="code" href="classBackbone.html" title="Inner part of dictionary - glues together GUI and plugins.">Backbone</a> *backbone;
-<a name="l00049"></a>00049     QTextEdit* translationTextEdit;
-<a name="l00050"></a>00050     QVBoxLayout* verticalLayout;
-<a name="l00051"></a>00051 
-<a name="l00052"></a>00052     <span class="keywordtype">void</span> initializeUI();
+<a name="l00047"></a>00047 <span class="keyword">private</span> Q_SLOTS:
+<a name="l00048"></a>00048     <span class="keywordtype">void</span> showContextMenu(QPoint pos);
+<a name="l00049"></a>00049 
+<a name="l00050"></a>00050 <span class="keyword">private</span>:
+<a name="l00051"></a>00051     <a class="code" href="classBackbone.html" title="Inner part of dictionary - glues together GUI and plugins.">Backbone</a> *backbone;
+<a name="l00052"></a>00052     QMenu *contextMenu;
 <a name="l00053"></a>00053 
-<a name="l00054"></a>00054 };
-<a name="l00055"></a>00055 
-<a name="l00056"></a>00056 <span class="preprocessor">#endif // TRANSLATIONWIDGET_H</span>
+<a name="l00054"></a>00054 
+<a name="l00055"></a>00055     <span class="keywordtype">void</span> initializeUI();
+<a name="l00056"></a>00056 
+<a name="l00057"></a>00057 };
+<a name="l00058"></a>00058 
+<a name="l00059"></a>00059 <span class="preprocessor">#endif // TRANSLATIONWIDGET_H</span>
 </pre></div></div>
 <!--- window showing the filter options -->
 <div id="MSearchSelectWindow"
@@ -107,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </iframe>
 </div>
 
-<hr class="footer"/><address style="text-align: right;"><small>Generated on Wed Aug 4 12:02:54 2010 for mDictionary by&nbsp;
+<hr class="footer"/><address style="text-align: right;"><small>Generated on Fri Aug 6 11:51:04 2010 for mDictionary by&nbsp;
 <a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
 </body>