source: trunk/source/interfaces/html/G4UIQt__moc_8cc-source.html @ 818

Last change on this file since 818 was 571, checked in by garnier, 17 years ago

r581@mac-90108: laurentgarnier | 2007-08-17 17:30:26 +0200
deplacement de frame

  • Property svn:mime-type set to text/html
File size: 8.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>G4UIQt_moc.cc Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.3.4 -->
7<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8<h1>G4UIQt_moc.cc</h1><a href="G4UIQt__moc_8cc.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/****************************************************************************</span>
900002 <span class="comment">** Meta object code from reading C++ file 'G4UIQt.hh'</span>
1000003 <span class="comment">**</span>
1100004 <span class="comment">** Created: Wed Jun 20 18:07:19 2007</span>
1200005 <span class="comment">**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)</span>
1300006 <span class="comment">**</span>
1400007 <span class="comment">** WARNING! All changes made in this file will be lost!</span>
1500008 <span class="comment">*****************************************************************************/</span>
1600009
1700010 <span class="preprocessor">#include "../include/G4UIQt.hh"</span>
1800011 <span class="preprocessor">#if !defined(Q_MOC_OUTPUT_REVISION)</span>
1900012 <span class="preprocessor"></span><span class="preprocessor">#error "The header file 'G4UIQt.hh' doesn't include &lt;QObject&gt;."</span>
2000013 <span class="preprocessor"></span><span class="preprocessor">#elif Q_MOC_OUTPUT_REVISION != 59</span>
2100014 <span class="preprocessor"></span><span class="preprocessor">#error "This file was generated using the moc from 4.2.2. It"</span>
2200015 <span class="preprocessor"></span><span class="preprocessor">#error "cannot be used with the include files from this version of Qt."</span>
2300016 <span class="preprocessor"></span><span class="preprocessor">#error "(The moc has changed too much.)"</span>
2400017 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
2500018 <span class="preprocessor"></span>
26<a name="l00019"></a><a class="code" href="G4UIQt__moc_8cc.html#a0">00019</a> <span class="keyword">static</span> <span class="keyword">const</span> uint <a class="code" href="G4UIQt__moc_8cc.html#a0">qt_meta_data_G4UIQt</a>[] = {
2700020
2800021  <span class="comment">// content:</span>
2900022        1,       <span class="comment">// revision</span>
3000023        0,       <span class="comment">// classname</span>
3100024        0,    0, <span class="comment">// classinfo</span>
3200025        7,   10, <span class="comment">// methods</span>
3300026        0,    0, <span class="comment">// properties</span>
3400027        0,    0, <span class="comment">// enums/sets</span>
3500028
3600029  <span class="comment">// signals: signature, parameters, type, tag, flags</span>
3700030        7,   26,   31,   31, 0x05,
3800031
3900032  <span class="comment">// slots: signature, parameters, type, tag, flags</span>
4000033       32,   31,   31,   31, 0x08,
4100034       54,   31,   31,   31, 0x08,
4200035       79,   31,   31,   31, 0x08,
4300036      103,   31,   31,   31, 0x08,
4400037      122,   31,   31,   31, 0x08,
4500038      141,   31,   31,   31, 0x08,
4600039
4700040        0        <span class="comment">// eod</span>
4800041 };
4900042
50<a name="l00043"></a><a class="code" href="G4UIQt__moc_8cc.html#a1">00043</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> <a class="code" href="G4UIQt__moc_8cc.html#a1">qt_meta_stringdata_G4UIQt</a>[] = {
5100044     <span class="stringliteral">"G4UIQt\0myClicked(QString)\0text\0\0"</span>
5200045     <span class="stringliteral">"clearButtonCallback()\0commandEnteredCallback()\0"</span>
5300046     <span class="stringliteral">"buttonCallback(QString)\0helpTreeCallback()\0"</span>
5400047     <span class="stringliteral">"showHelpCallback()\0commandHistoryCallback()\0"</span>
5500048 };
5600049
5700050 <span class="keyword">const</span> QMetaObject G4UIQt::staticMetaObject = {
5800051     { &amp;QObject::staticMetaObject, <a class="code" href="G4UIQt__moc_8cc.html#a1">qt_meta_stringdata_G4UIQt</a>,
5900052       <a class="code" href="G4UIQt__moc_8cc.html#a0">qt_meta_data_G4UIQt</a>, 0 }
6000053 };
6100054
6200055 <span class="keyword">const</span> QMetaObject *G4UIQt::metaObject()<span class="keyword"> const</span>
6300056 <span class="keyword"></span>{
6400057     <span class="keywordflow">return</span> &amp;staticMetaObject;
6500058 }
6600059
6700060 <span class="keywordtype">void</span> *G4UIQt::qt_metacast(<span class="keyword">const</span> <span class="keywordtype">char</span> *_clname)
6800061 {
6900062     <span class="keywordflow">if</span> (!_clname) <span class="keywordflow">return</span> 0;
7000063     <span class="keywordflow">if</span> (!strcmp(_clname, qt_meta_stringdata_G4UIQt))
7100064         <span class="keywordflow">return</span> static_cast&lt;void*&gt;(const_cast&lt;G4UIQt*&gt;(<span class="keyword">this</span>));
7200065     <span class="keywordflow">if</span> (!strcmp(_clname, <span class="stringliteral">"G4VBasicShell"</span>))
7300066         <span class="keywordflow">return</span> static_cast&lt;G4VBasicShell*&gt;(const_cast&lt;G4UIQt*&gt;(<span class="keyword">this</span>));
7400067     <span class="keywordflow">if</span> (!strcmp(_clname, <span class="stringliteral">"G4VInteractiveSession"</span>))
7500068         <span class="keywordflow">return</span> static_cast&lt;G4VInteractiveSession*&gt;(const_cast&lt;G4UIQt*&gt;(<span class="keyword">this</span>));
7600069     <span class="keywordflow">return</span> QObject::qt_metacast(_clname);
7700070 }
7800071
7900072 <span class="keywordtype">int</span> G4UIQt::qt_metacall(QMetaObject::Call _c, <span class="keywordtype">int</span> _id, <span class="keywordtype">void</span> **_a)
8000073 {
8100074     _id = QObject::qt_metacall(_c, _id, _a);
8200075     <span class="keywordflow">if</span> (_id &lt; 0)
8300076         <span class="keywordflow">return</span> _id;
8400077     <span class="keywordflow">if</span> (_c == QMetaObject::InvokeMetaMethod) {
8500078         <span class="keywordflow">switch</span> (_id) {
8600079         <span class="keywordflow">case</span> 0: <a class="code" href="classG4UIQt.html#l0">myClicked</a>((*reinterpret_cast&lt; const QString(*)&gt;(_a[1]))); <span class="keywordflow">break</span>;
8700080         <span class="keywordflow">case</span> 1: <a class="code" href="classG4UIQt.html#k0">clearButtonCallback</a>(); <span class="keywordflow">break</span>;
8800081         <span class="keywordflow">case</span> 2: <a class="code" href="classG4UIQt.html#k1">commandEnteredCallback</a>(); <span class="keywordflow">break</span>;
8900082         <span class="keywordflow">case</span> 3: <a class="code" href="classG4UIQt.html#k2">buttonCallback</a>((*reinterpret_cast&lt; const QString(*)&gt;(_a[1]))); <span class="keywordflow">break</span>;
9000083         <span class="keywordflow">case</span> 4: <a class="code" href="classG4UIQt.html#k3">helpTreeCallback</a>(); <span class="keywordflow">break</span>;
9100084         <span class="keywordflow">case</span> 5: <a class="code" href="classG4UIQt.html#k4">showHelpCallback</a>(); <span class="keywordflow">break</span>;
9200085         <span class="keywordflow">case</span> 6: <a class="code" href="classG4UIQt.html#k5">commandHistoryCallback</a>(); <span class="keywordflow">break</span>;
9300086         }
9400087         _id -= 7;
9500088     }
9600089     <span class="keywordflow">return</span> _id;
9700090 }
9800091
9900092 <span class="comment">// SIGNAL 0</span>
100<a name="l00093"></a><a class="code" href="classG4UIQt.html#l0">00093</a> <span class="keywordtype">void</span> <a class="code" href="classG4UIQt.html#l0">G4UIQt::myClicked</a>(<span class="keyword">const</span> QString &amp; _t1)
10100094 {
10200095     <span class="keywordtype">void</span> *_a[] = { 0, const_cast&lt;void*&gt;(reinterpret_cast&lt;const void*&gt;(&amp;_t1)) };
10300096     QMetaObject::activate(<span class="keyword">this</span>, &amp;staticMetaObject, 0, _a);
10400097 }
105</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 22 11:07:02 2007 by
106<a href="http://www.doxygen.org/index.html">
107<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
108</a>1.3.4 </small></address>
109</body>
110</html>
Note: See TracBrowser for help on using the repository browser.