Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utat Uav committed Dec 4, 2014
1 parent ee23ce9 commit 19e598a
Show file tree
Hide file tree
Showing 23 changed files with 3,659 additions and 0 deletions.

Large diffs are not rendered by default.

1,366 changes: 1,366 additions & 0 deletions build-groundstation-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug/Makefile.Debug

Large diffs are not rendered by default.

1,354 changes: 1,354 additions & 0 deletions build-groundstation-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug/Makefile.Release

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' />
</dependentAssembly>
</dependency>
</assembly>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "debug\\groundstation.exe.embed.manifest"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
/****************************************************************************
** Meta object code from reading C++ file 'clickablelabel.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../groundstation/mainpic/clickablelabel.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'clickablelabel.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.3.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_ClickableLabel_t {
QByteArrayData data[4];
char stringdata[27];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_ClickableLabel_t, stringdata) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_ClickableLabel_t qt_meta_stringdata_ClickableLabel = {
{
QT_MOC_LITERAL(0, 0, 14),
QT_MOC_LITERAL(1, 15, 7),
QT_MOC_LITERAL(2, 23, 0),
QT_MOC_LITERAL(3, 24, 2)
},
"ClickableLabel\0clicked\0\0id"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_ClickableLabel[] = {

// content:
7, // revision
0, // classname
0, 0, // classinfo
1, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
1, // signalCount

// signals: name, argc, parameters, tag, flags
1, 1, 19, 2, 0x06 /* Public */,

// signals: parameters
QMetaType::Void, QMetaType::Int, 3,

0 // eod
};

void ClickableLabel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
ClickableLabel *_t = static_cast<ClickableLabel *>(_o);
switch (_id) {
case 0: _t->clicked((*reinterpret_cast< int(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
void **func = reinterpret_cast<void **>(_a[1]);
{
typedef void (ClickableLabel::*_t)(int );
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&ClickableLabel::clicked)) {
*result = 0;
}
}
}
}

const QMetaObject ClickableLabel::staticMetaObject = {
{ &QLabel::staticMetaObject, qt_meta_stringdata_ClickableLabel.data,
qt_meta_data_ClickableLabel, qt_static_metacall, 0, 0}
};


const QMetaObject *ClickableLabel::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *ClickableLabel::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_ClickableLabel.stringdata))
return static_cast<void*>(const_cast< ClickableLabel*>(this));
return QLabel::qt_metacast(_clname);
}

int ClickableLabel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QLabel::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 1)
qt_static_metacall(this, _c, _id, _a);
_id -= 1;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 1)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 1;
}
return _id;
}

// SIGNAL 0
void ClickableLabel::clicked(int _t1)
{
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
QT_END_MOC_NAMESPACE
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
/****************************************************************************
** Meta object code from reading C++ file 'mainpicdisplay.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../groundstation/mainpic/mainpicdisplay.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'mainpicdisplay.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.3.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_MainPicDisplay_t {
QByteArrayData data[5];
char stringdata[41];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MainPicDisplay_t, stringdata) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MainPicDisplay_t qt_meta_stringdata_MainPicDisplay = {
{
QT_MOC_LITERAL(0, 0, 14),
QT_MOC_LITERAL(1, 15, 6),
QT_MOC_LITERAL(2, 22, 0),
QT_MOC_LITERAL(3, 23, 7),
QT_MOC_LITERAL(4, 31, 9)
},
"MainPicDisplay\0zoomIn\0\0zoomOut\0zoomToFit"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_MainPicDisplay[] = {

// content:
7, // revision
0, // classname
0, 0, // classinfo
3, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount

// slots: name, argc, parameters, tag, flags
1, 0, 29, 2, 0x0a /* Public */,
3, 0, 30, 2, 0x0a /* Public */,
4, 0, 31, 2, 0x0a /* Public */,

// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,

0 // eod
};

void MainPicDisplay::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
MainPicDisplay *_t = static_cast<MainPicDisplay *>(_o);
switch (_id) {
case 0: _t->zoomIn(); break;
case 1: _t->zoomOut(); break;
case 2: _t->zoomToFit(); break;
default: ;
}
}
Q_UNUSED(_a);
}

const QMetaObject MainPicDisplay::staticMetaObject = {
{ &QLabel::staticMetaObject, qt_meta_stringdata_MainPicDisplay.data,
qt_meta_data_MainPicDisplay, qt_static_metacall, 0, 0}
};


const QMetaObject *MainPicDisplay::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *MainPicDisplay::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MainPicDisplay.stringdata))
return static_cast<void*>(const_cast< MainPicDisplay*>(this));
return QLabel::qt_metacast(_clname);
}

int MainPicDisplay::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QLabel::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 3)
qt_static_metacall(this, _c, _id, _a);
_id -= 3;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 3)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 3;
}
return _id;
}
QT_END_MOC_NAMESPACE
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
/****************************************************************************
** Meta object code from reading C++ file 'mainpicwidget.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../groundstation/mainpic/mainpicwidget.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'mainpicwidget.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.3.2. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif

QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_MainPicWidget_t {
QByteArrayData data[4];
char stringdata[44];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MainPicWidget_t, stringdata) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MainPicWidget_t qt_meta_stringdata_MainPicWidget = {
{
QT_MOC_LITERAL(0, 0, 13),
QT_MOC_LITERAL(1, 14, 10),
QT_MOC_LITERAL(2, 25, 0),
QT_MOC_LITERAL(3, 26, 17)
},
"MainPicWidget\0toggleMode\0\0mainWindowResized"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_MainPicWidget[] = {

// content:
7, // revision
0, // classname
0, 0, // classinfo
2, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount

// slots: name, argc, parameters, tag, flags
1, 0, 24, 2, 0x0a /* Public */,
3, 0, 25, 2, 0x0a /* Public */,

// slots: parameters
QMetaType::Void,
QMetaType::Void,

0 // eod
};

void MainPicWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
MainPicWidget *_t = static_cast<MainPicWidget *>(_o);
switch (_id) {
case 0: _t->toggleMode(); break;
case 1: _t->mainWindowResized(); break;
default: ;
}
}
Q_UNUSED(_a);
}

const QMetaObject MainPicWidget::staticMetaObject = {
{ &QWidget::staticMetaObject, qt_meta_stringdata_MainPicWidget.data,
qt_meta_data_MainPicWidget, qt_static_metacall, 0, 0}
};


const QMetaObject *MainPicWidget::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *MainPicWidget::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MainPicWidget.stringdata))
return static_cast<void*>(const_cast< MainPicWidget*>(this));
return QWidget::qt_metacast(_clname);
}

int MainPicWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 2)
qt_static_metacall(this, _c, _id, _a);
_id -= 2;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 2)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 2;
}
return _id;
}
QT_END_MOC_NAMESPACE
Binary file not shown.
Loading

0 comments on commit 19e598a

Please sign in to comment.