2009-07-21 14:17 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbqt/hbqt_slots.cpp
  * contrib/hbqt/hbqt_slots.h
  * contrib/hbqt/moc_slots.cpp
    ! Normalized the events management code. Now uniform across all objects.
This commit is contained in:
Pritpal Bedi
2009-07-21 21:19:22 +00:00
parent 20af5dd584
commit 8f8b8cbb3b
4 changed files with 419 additions and 454 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-21 14:17 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/hbqt_slots.cpp
* contrib/hbqt/hbqt_slots.h
* contrib/hbqt/moc_slots.cpp
! Normalized the events management code. Now uniform across all objects.
2009-07-21 19:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbssl/evpciph.c
* contrib/hbssl/evpenc.c

File diff suppressed because it is too large Load Diff

View File

@@ -77,6 +77,16 @@
/*----------------------------------------------------------------------*/
class HbAbstractItemModel : public QAbstractItemModel
{
Q_OBJECT
public:
};
/*----------------------------------------------------------------------*/
class MyMainWindow : public QMainWindow
{
Q_OBJECT

View File

@@ -1,7 +1,7 @@
/****************************************************************************
** Meta object code from reading C++ file 'hbqt_slots.h'
**
** Created: Mon Jul 20 08:14:21 2009
** Created: Tue Jul 21 14:10:05 2009
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
**
** WARNING! All changes made in this file will be lost!
@@ -17,6 +17,49 @@
#endif
QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_HbAbstractItemModel[] = {
// content:
2, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0 // eod
};
static const char qt_meta_stringdata_HbAbstractItemModel[] = {
"HbAbstractItemModel\0"
};
const QMetaObject HbAbstractItemModel::staticMetaObject = {
{ &QAbstractItemModel::staticMetaObject, qt_meta_stringdata_HbAbstractItemModel,
qt_meta_data_HbAbstractItemModel, 0 }
};
const QMetaObject *HbAbstractItemModel::metaObject() const
{
return &staticMetaObject;
}
void *HbAbstractItemModel::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_HbAbstractItemModel))
return static_cast<void*>(const_cast< HbAbstractItemModel*>(this));
return QAbstractItemModel::qt_metacast(_clname);
}
int HbAbstractItemModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QAbstractItemModel::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
return _id;
}
static const uint qt_meta_data_MyMainWindow[] = {
// content: