Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsbsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SASC
jsbsim
Commits
7e4c04d6
Commit
7e4c04d6
authored
13 years ago
by
James Goppert
Browse files
Options
Downloads
Patches
Plain Diff
Deleted generated qt files.
parent
45176bf8
No related branches found
No related tags found
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
configure.in
+19
-7
19 additions, 7 deletions
configure.in
gui/MainWindow.moc.cpp
+0
-220
0 additions, 220 deletions
gui/MainWindow.moc.cpp
gui/MainWindow.ui.h
+0
-915
0 additions, 915 deletions
gui/MainWindow.ui.h
gui/Makefile.am
+1
-1
1 addition, 1 deletion
gui/Makefile.am
with
22 additions
and
1143 deletions
.gitignore
+
2
−
0
View file @
7e4c04d6
...
@@ -19,6 +19,8 @@ src/Trim*
...
@@ -19,6 +19,8 @@ src/Trim*
prep_plot
prep_plot
# Generated Files
# Generated Files
*.ui.h
*.moc.cpp
*.csv
*.csv
*.pdf
*.pdf
*.tgz
*.tgz
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
19
−
7
View file @
7e4c04d6
...
@@ -47,13 +47,6 @@ AC_ARG_ENABLE([gui],
...
@@ -47,13 +47,6 @@ AC_ARG_ENABLE([gui],
[build_gui=$enableval],
[build_gui=$enableval],
[build_gui=no])
[build_gui=no])
AM_CONDITIONAL(BUILD_GUI, test "x$build_gui" = xyes)
AM_CONDITIONAL(BUILD_GUI, test "x$build_gui" = xyes)
AS_IF([test "x$build_gui" = "xyes"], [
PKG_CHECK_MODULES([OSG],[openscenegraph])
])
AS_IF([test "x$build_gui" = "xyes"], [
AT_WITH_QT([gui opengl])
])
dnl Checks for programs.
dnl Checks for programs.
AC_DISABLE_SHARED
AC_DISABLE_SHARED
...
@@ -64,6 +57,25 @@ AC_PROG_LIBTOOL
...
@@ -64,6 +57,25 @@ AC_PROG_LIBTOOL
AC_PROG_CXX
AC_PROG_CXX
dnl Checks for libraries.
dnl Checks for libraries.
AC_CHECK_LIB(m,[main],[],[
echo "Error! Cannot find c math library (-lm)"
exit -1])
AS_IF([test "x$build_gui" = "xyes"], [
PKG_CHECK_MODULES([OSG],[openscenegraph])
AT_WITH_QT([gui opengl])
AC_CHECK_LIB(boost_thread-mt,[main],[],[
echo "Error! Cannot find boost_thread-mt"
exit -1])
AC_CHECK_LIB(boost_system-mt,[main],[],[
echo "Error! Cannot find boost_system-mt"
exit -1])
AC_CHECK_LIB(m,[main],[],[
echo "Error! Cannot find c math library (-lm)"
exit -1])
AC_CHECK_LIB(X11,[main],[],[
echo "Warning! Cannot find X11 library"])
])
dnl Checks for header files.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
...
...
This diff is collapsed.
Click to expand it.
gui/MainWindow.moc.cpp
deleted
100644 → 0
+
0
−
220
View file @
45176bf8
/****************************************************************************
** Meta object code from reading C++ file 'MainWindow.hpp'
**
** Created: Tue Aug 16 21:04:18 2011
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include
"MainWindow.hpp"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'MainWindow.hpp' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 62
#error "This file was generated using the moc from 4.7.3. 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
static
const
uint
qt_meta_data_SimulateThread
[]
=
{
// content:
5
,
// revision
0
,
// classname
0
,
0
,
// classinfo
0
,
0
,
// methods
0
,
0
,
// properties
0
,
0
,
// enums/sets
0
,
0
,
// constructors
0
,
// flags
0
,
// signalCount
0
// eod
};
static
const
char
qt_meta_stringdata_SimulateThread
[]
=
{
"SimulateThread
\0
"
};
const
QMetaObject
SimulateThread
::
staticMetaObject
=
{
{
&
QThread
::
staticMetaObject
,
qt_meta_stringdata_SimulateThread
,
qt_meta_data_SimulateThread
,
0
}
};
#ifdef Q_NO_DATA_RELOCATION
const
QMetaObject
&
SimulateThread
::
getStaticMetaObject
()
{
return
staticMetaObject
;
}
#endif //Q_NO_DATA_RELOCATION
const
QMetaObject
*
SimulateThread
::
metaObject
()
const
{
return
QObject
::
d_ptr
->
metaObject
?
QObject
::
d_ptr
->
metaObject
:
&
staticMetaObject
;
}
void
*
SimulateThread
::
qt_metacast
(
const
char
*
_clname
)
{
if
(
!
_clname
)
return
0
;
if
(
!
strcmp
(
_clname
,
qt_meta_stringdata_SimulateThread
))
return
static_cast
<
void
*>
(
const_cast
<
SimulateThread
*>
(
this
));
return
QThread
::
qt_metacast
(
_clname
);
}
int
SimulateThread
::
qt_metacall
(
QMetaObject
::
Call
_c
,
int
_id
,
void
**
_a
)
{
_id
=
QThread
::
qt_metacall
(
_c
,
_id
,
_a
);
if
(
_id
<
0
)
return
_id
;
return
_id
;
}
static
const
uint
qt_meta_data_TrimThread
[]
=
{
// content:
5
,
// revision
0
,
// classname
0
,
0
,
// classinfo
0
,
0
,
// methods
0
,
0
,
// properties
0
,
0
,
// enums/sets
0
,
0
,
// constructors
0
,
// flags
0
,
// signalCount
0
// eod
};
static
const
char
qt_meta_stringdata_TrimThread
[]
=
{
"TrimThread
\0
"
};
const
QMetaObject
TrimThread
::
staticMetaObject
=
{
{
&
QThread
::
staticMetaObject
,
qt_meta_stringdata_TrimThread
,
qt_meta_data_TrimThread
,
0
}
};
#ifdef Q_NO_DATA_RELOCATION
const
QMetaObject
&
TrimThread
::
getStaticMetaObject
()
{
return
staticMetaObject
;
}
#endif //Q_NO_DATA_RELOCATION
const
QMetaObject
*
TrimThread
::
metaObject
()
const
{
return
QObject
::
d_ptr
->
metaObject
?
QObject
::
d_ptr
->
metaObject
:
&
staticMetaObject
;
}
void
*
TrimThread
::
qt_metacast
(
const
char
*
_clname
)
{
if
(
!
_clname
)
return
0
;
if
(
!
strcmp
(
_clname
,
qt_meta_stringdata_TrimThread
))
return
static_cast
<
void
*>
(
const_cast
<
TrimThread
*>
(
this
));
return
QThread
::
qt_metacast
(
_clname
);
}
int
TrimThread
::
qt_metacall
(
QMetaObject
::
Call
_c
,
int
_id
,
void
**
_a
)
{
_id
=
QThread
::
qt_metacall
(
_c
,
_id
,
_a
);
if
(
_id
<
0
)
return
_id
;
return
_id
;
}
static
const
uint
qt_meta_data_MainWindow
[]
=
{
// content:
5
,
// revision
0
,
// classname
0
,
0
,
// classinfo
13
,
14
,
// methods
0
,
0
,
// properties
0
,
0
,
// enums/sets
0
,
0
,
// constructors
0
,
// flags
1
,
// signalCount
// signals: signature, parameters, type, tag, flags
16
,
12
,
11
,
11
,
0x05
,
// slots: signature, parameters, type, tag, flags
41
,
11
,
11
,
11
,
0x08
,
76
,
11
,
11
,
11
,
0x08
,
112
,
11
,
11
,
11
,
0x08
,
149
,
11
,
11
,
11
,
0x08
,
182
,
11
,
11
,
11
,
0x08
,
217
,
11
,
11
,
11
,
0x08
,
246
,
11
,
11
,
11
,
0x08
,
275
,
11
,
11
,
11
,
0x08
,
309
,
11
,
11
,
11
,
0x08
,
342
,
12
,
11
,
11
,
0x08
,
359
,
11
,
11
,
11
,
0x08
,
370
,
11
,
11
,
11
,
0x08
,
0
// eod
};
static
const
char
qt_meta_stringdata_MainWindow
[]
=
{
"MainWindow
\0\0
str
\0
showMsgBuffered(QString)
\0
"
"on_toolButton_enginePath_pressed()
\0
"
"on_toolButton_systemsPath_pressed()
\0
"
"on_toolButton_aircraftPath_pressed()
\0
"
"on_toolButton_aircraft_pressed()
\0
"
"on_toolButton_initScript_pressed()
\0
"
"on_pushButton_trim_pressed()
\0
"
"on_pushButton_stop_pressed()
\0
"
"on_pushButton_linearize_pressed()
\0
"
"on_pushButton_simulate_pressed()
\0
"
"showMsg(QString)
\0
simulate()
\0
trim()
\0
"
};
const
QMetaObject
MainWindow
::
staticMetaObject
=
{
{
&
QMainWindow
::
staticMetaObject
,
qt_meta_stringdata_MainWindow
,
qt_meta_data_MainWindow
,
0
}
};
#ifdef Q_NO_DATA_RELOCATION
const
QMetaObject
&
MainWindow
::
getStaticMetaObject
()
{
return
staticMetaObject
;
}
#endif //Q_NO_DATA_RELOCATION
const
QMetaObject
*
MainWindow
::
metaObject
()
const
{
return
QObject
::
d_ptr
->
metaObject
?
QObject
::
d_ptr
->
metaObject
:
&
staticMetaObject
;
}
void
*
MainWindow
::
qt_metacast
(
const
char
*
_clname
)
{
if
(
!
_clname
)
return
0
;
if
(
!
strcmp
(
_clname
,
qt_meta_stringdata_MainWindow
))
return
static_cast
<
void
*>
(
const_cast
<
MainWindow
*>
(
this
));
return
QMainWindow
::
qt_metacast
(
_clname
);
}
int
MainWindow
::
qt_metacall
(
QMetaObject
::
Call
_c
,
int
_id
,
void
**
_a
)
{
_id
=
QMainWindow
::
qt_metacall
(
_c
,
_id
,
_a
);
if
(
_id
<
0
)
return
_id
;
if
(
_c
==
QMetaObject
::
InvokeMetaMethod
)
{
switch
(
_id
)
{
case
0
:
showMsgBuffered
((
*
reinterpret_cast
<
const
QString
(
*
)
>
(
_a
[
1
])));
break
;
case
1
:
on_toolButton_enginePath_pressed
();
break
;
case
2
:
on_toolButton_systemsPath_pressed
();
break
;
case
3
:
on_toolButton_aircraftPath_pressed
();
break
;
case
4
:
on_toolButton_aircraft_pressed
();
break
;
case
5
:
on_toolButton_initScript_pressed
();
break
;
case
6
:
on_pushButton_trim_pressed
();
break
;
case
7
:
on_pushButton_stop_pressed
();
break
;
case
8
:
on_pushButton_linearize_pressed
();
break
;
case
9
:
on_pushButton_simulate_pressed
();
break
;
case
10
:
showMsg
((
*
reinterpret_cast
<
const
QString
(
*
)
>
(
_a
[
1
])));
break
;
case
11
:
simulate
();
break
;
case
12
:
trim
();
break
;
default:
;
}
_id
-=
13
;
}
return
_id
;
}
// SIGNAL 0
void
MainWindow
::
showMsgBuffered
(
const
QString
&
_t1
)
{
void
*
_a
[]
=
{
0
,
const_cast
<
void
*>
(
reinterpret_cast
<
const
void
*>
(
&
_t1
))
};
QMetaObject
::
activate
(
this
,
&
staticMetaObject
,
0
,
_a
);
}
QT_END_MOC_NAMESPACE
This diff is collapsed.
Click to expand it.
gui/MainWindow.ui.h
deleted
100644 → 0
+
0
−
915
View file @
45176bf8
This diff is collapsed.
Click to expand it.
gui/Makefile.am
+
1
−
1
View file @
7e4c04d6
...
@@ -15,7 +15,7 @@ trim_SOURCES = main.cpp MainWindow.cpp MainWindow.hpp MainWindow.moc.cpp MainWin
...
@@ -15,7 +15,7 @@ trim_SOURCES = main.cpp MainWindow.cpp MainWindow.hpp MainWindow.moc.cpp MainWin
trim_CXXFLAGS
=
$(
QT_CXXFLAGS
)
$(
AM_CXXFLAGS
)
trim_CXXFLAGS
=
$(
QT_CXXFLAGS
)
$(
AM_CXXFLAGS
)
trim_CPPFLAGS
=
$(
QT_CPPFLAGS
)
$(
AM_CPPFLAGS
)
$(
OSG_CFLAGS
)
-DUSE_QT4
-DDATADIR
=
\"
$(
abs_top_srcdir
)
\"
-I
$(
top_srcdir
)
/src
trim_CPPFLAGS
=
$(
QT_CPPFLAGS
)
$(
AM_CPPFLAGS
)
$(
OSG_CFLAGS
)
-DUSE_QT4
-DDATADIR
=
\"
$(
abs_top_srcdir
)
\"
-I
$(
top_srcdir
)
/src
trim_LDFLAGS
=
$(
QT_LDFLAGS
)
$(
LDFLAGS
)
trim_LDFLAGS
=
$(
QT_LDFLAGS
)
$(
LDFLAGS
)
trim_LDADD
=
$(
QT_LIBS
)
$(
LDADD
)
$(
OSG_LIBS
)
-lboost_thread-mt
-lboost_system-mt
-lm
\
trim_LDADD
=
$(
QT_LIBS
)
$(
LDADD
)
$(
OSG_LIBS
)
\
$(
top_srcdir
)
/src/initialization/libInit.a
\
$(
top_srcdir
)
/src/initialization/libInit.a
\
$(
top_srcdir
)
/src/models/atmosphere/libAtmosphere.a
\
$(
top_srcdir
)
/src/models/atmosphere/libAtmosphere.a
\
$(
top_srcdir
)
/src/models/libModels.a
\
$(
top_srcdir
)
/src/models/libModels.a
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment