~ubuntu-branches/ubuntu/trusty/clustalx/trusty

« back to all changes in this revision

Viewing changes to moc_SearchForString.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy, Steffen Moeller, Charles Plessy
  • Date: 2009-10-21 13:25:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091021132544-r4hbcnjxp354wxh0
Tags: 2.0.12-1
* New upstream release (LP: #423648, #393769):
  - Uses Qt instead of lesstif.
  - Includes new code for UPGMA guide trees.
  - Includes iterative alignment facility.

[ Steffen Moeller ]
* New upstream release.
* Updated watch file (Closes: #550893).
* Removed LICENSE from debian/clustalx.docs
* rename to clustalx seems no longer required in debian/rules
* moved clustalx.1 into debian folder (eases working with svn-buildpackage)
* added German translation to desktop file

[ Charles Plessy ]
* Updated my email address.
* debian/copyright made machine-readable.
* Added various informations in debian/upstream-metadata.yaml.
* Switched to Debhelper 7.
  (debian/rules, debian/control, debian/patches, debian/compat)
* Removed useless Debhelper file debian/clustalx.dirs.
* Updated package description.
* Hardcoded the localisation of accessory files in /usr/share/clustalx.
  (debian/patches/hardcode-accessory-file-locations.patch)
* Documented in debian/README.source that the documentation for quilt
  is in /usr/share/doc/quilt.
* Added upstream changelog downloaded from upstream website
  (debian/rules, debian/CHANGELOG.upstream).
* Incremented Standards-Version to reflect conformance with Policy 3.8.3
  (debian/control, no other changes needed).
* Updated homepage in debian/clustalw.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'SearchForString.h'
 
3
**
 
4
** Created: Wed Jun 24 17:26:08 2009
 
5
**      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "SearchForString.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'SearchForString.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 61
 
14
#error "This file was generated using the moc from 4.5.0. It"
 
15
#error "cannot be used with the include files from this version of Qt."
 
16
#error "(The moc has changed too much.)"
 
17
#endif
 
18
 
 
19
QT_BEGIN_MOC_NAMESPACE
 
20
static const uint qt_meta_data_SearchForString[] = {
 
21
 
 
22
 // content:
 
23
       2,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       3,   12, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
       0,    0, // constructors
 
30
 
 
31
 // signals: signature, parameters, type, tag, flags
 
32
      17,   16,   16,   16, 0x05,
 
33
      41,   16,   16,   16, 0x05,
 
34
 
 
35
 // slots: signature, parameters, type, tag, flags
 
36
      61,   16,   16,   16, 0x08,
 
37
 
 
38
       0        // eod
 
39
};
 
40
 
 
41
static const char qt_meta_stringdata_SearchForString[] = {
 
42
    "SearchForString\0\0searchFromStartSignal()\0"
 
43
    "searchAgainSignal()\0cancel()\0"
 
44
};
 
45
 
 
46
const QMetaObject SearchForString::staticMetaObject = {
 
47
    { &QDialog::staticMetaObject, qt_meta_stringdata_SearchForString,
 
48
      qt_meta_data_SearchForString, 0 }
 
49
};
 
50
 
 
51
const QMetaObject *SearchForString::metaObject() const
 
52
{
 
53
    return &staticMetaObject;
 
54
}
 
55
 
 
56
void *SearchForString::qt_metacast(const char *_clname)
 
57
{
 
58
    if (!_clname) return 0;
 
59
    if (!strcmp(_clname, qt_meta_stringdata_SearchForString))
 
60
        return static_cast<void*>(const_cast< SearchForString*>(this));
 
61
    return QDialog::qt_metacast(_clname);
 
62
}
 
63
 
 
64
int SearchForString::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
65
{
 
66
    _id = QDialog::qt_metacall(_c, _id, _a);
 
67
    if (_id < 0)
 
68
        return _id;
 
69
    if (_c == QMetaObject::InvokeMetaMethod) {
 
70
        switch (_id) {
 
71
        case 0: searchFromStartSignal(); break;
 
72
        case 1: searchAgainSignal(); break;
 
73
        case 2: cancel(); break;
 
74
        default: ;
 
75
        }
 
76
        _id -= 3;
 
77
    }
 
78
    return _id;
 
79
}
 
80
 
 
81
// SIGNAL 0
 
82
void SearchForString::searchFromStartSignal()
 
83
{
 
84
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
 
85
}
 
86
 
 
87
// SIGNAL 1
 
88
void SearchForString::searchAgainSignal()
 
89
{
 
90
    QMetaObject::activate(this, &staticMetaObject, 1, 0);
 
91
}
 
92
QT_END_MOC_NAMESPACE