From 22db35bbe11cb1da8416ca125cc158fcafc60b4b Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Wed, 15 May 2013 17:38:38 +0200 Subject: Kconfig with fastbuild,masterpres,masterhandout Signed-off-by: Christian Eppler --- kconfig-frontends/frontends/qconf/.libs/qconf | Bin 883617 -> 0 bytes kconfig-frontends/frontends/qconf/Makefile | 20 +- kconfig-frontends/frontends/qconf/qconf | 228 ---------- kconfig-frontends/frontends/qconf/qconf.moc | 599 -------------------------- 4 files changed, 10 insertions(+), 837 deletions(-) delete mode 100755 kconfig-frontends/frontends/qconf/.libs/qconf delete mode 100755 kconfig-frontends/frontends/qconf/qconf delete mode 100644 kconfig-frontends/frontends/qconf/qconf.moc (limited to 'kconfig-frontends/frontends/qconf') diff --git a/kconfig-frontends/frontends/qconf/.libs/qconf b/kconfig-frontends/frontends/qconf/.libs/qconf deleted file mode 100755 index 22c949f..0000000 Binary files a/kconfig-frontends/frontends/qconf/.libs/qconf and /dev/null differ diff --git a/kconfig-frontends/frontends/qconf/Makefile b/kconfig-frontends/frontends/qconf/Makefile index 84e4522..417805c 100644 --- a/kconfig-frontends/frontends/qconf/Makefile +++ b/kconfig-frontends/frontends/qconf/Makefile @@ -134,15 +134,15 @@ am__can_run_installinfo = \ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run aclocal-1.11 +ACLOCAL = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run aclocal-1.11 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 AM_LFLAGS = -L -P zconf AM_YFLAGS = -t -l -p zconf AR = ar -AUTOCONF = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoconf -AUTOHEADER = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoheader -AUTOMAKE = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run automake-1.11 +AUTOCONF = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoconf +AUTOHEADER = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoheader +AUTOMAKE = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run automake-1.11 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -184,7 +184,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run makeinfo +MAKEINFO = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/missing --run makeinfo MANIFEST_TOOL = : MKDIR_P = /bin/mkdir -p MOC = /usr/bin/moc-qt4 @@ -214,10 +214,10 @@ STRIP = strip VERSION = YACC = bison -y YFLAGS = -abs_builddir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/frontends/qconf -abs_srcdir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/frontends/qconf -abs_top_builddir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends -abs_top_srcdir = /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends +abs_builddir = /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/frontends/qconf +abs_srcdir = /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/frontends/qconf +abs_top_builddir = /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends +abs_top_srcdir = /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ @@ -260,7 +260,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/install-sh +install_sh = ${SHELL} /hd/linutronix/schulungsunterlagen/schulung/kconfig-frontends/scripts/.autostuff/scripts/install-sh intl_CPPFLAGS = intl_LIBS = kf_CFLAGS = -Wall diff --git a/kconfig-frontends/frontends/qconf/qconf b/kconfig-frontends/frontends/qconf/qconf deleted file mode 100755 index 47e2c71..0000000 --- a/kconfig-frontends/frontends/qconf/qconf +++ /dev/null @@ -1,228 +0,0 @@ -#! /bin/bash - -# qconf - temporary wrapper script for .libs/qconf -# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1 -# -# The qconf program cannot be directly executed until all the libtool -# libraries that it depends on are installed. -# -# This wrapper script should never be moved out of the build directory. -# If it is, it will not operate correctly. - -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s/\([`"$\\]\)/\\\1/g' - -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac -fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -relink_command="(cd /home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/frontends/qconf; { test -z \"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH || { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z \"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; export GCC_EXEC_PREFIX; }; }; { test -z \"\${LD_RUN_PATH+set}\" || unset LD_RUN_PATH || { LD_RUN_PATH=; export LD_RUN_PATH; }; }; { test -z \"\${LD_LIBRARY_PATH+set}\" || unset LD_LIBRARY_PATH || { LD_LIBRARY_PATH=; export LD_LIBRARY_PATH; }; }; PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games; export PATH; g++ -Wall -DQT_SHARED -DQT3_SUPPORT -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -g -O2 -o \$progdir/\$file qconf-qconf.o ../../libs/parser/.libs/libkconfig-parser.so ../../libs/images/libkconfig-images.a -lQt3Support -lQtGui -lQtNetwork -lQtSql -lQtCore -Wl,-rpath -Wl,/home/silentchris/linutronix/schulungsunterlagen/schulung/kconfig-frontends/libs/parser/.libs)" - -# This environment variable determines our operation mode. -if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then - # install mode needs the following variables: - generated_by_libtool_version='2.4.2' - notinst_deplibs=' ../../libs/parser/libkconfig-parser.la' -else - # When we are sourced in execute mode, $file and $ECHO are already set. - if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then - file="$0" - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -$1 -_LTECHO_EOF' -} - ECHO="printf %s\\n" - fi - -# Very basic option parsing. These options are (a) specific to -# the libtool wrapper, (b) are identical between the wrapper -# /script/ and the wrapper /executable/ which is used only on -# windows platforms, and (c) all begin with the string --lt- -# (application programs are unlikely to have options which match -# this pattern). -# -# There are only two supported options: --lt-debug and -# --lt-dump-script. There is, deliberately, no --lt-help. -# -# The first argument to this parsing function should be the -# script's ../../libtool value, followed by no. -lt_option_debug= -func_parse_lt_options () -{ - lt_script_arg0=$0 - shift - for lt_opt - do - case "$lt_opt" in - --lt-debug) lt_option_debug=1 ;; - --lt-dump-script) - lt_dump_D=`$ECHO "X$lt_script_arg0" | /bin/sed -e 's/^X//' -e 's%/[^/]*$%%'` - test "X$lt_dump_D" = "X$lt_script_arg0" && lt_dump_D=. - lt_dump_F=`$ECHO "X$lt_script_arg0" | /bin/sed -e 's/^X//' -e 's%^.*/%%'` - cat "$lt_dump_D/$lt_dump_F" - exit 0 - ;; - --lt-*) - $ECHO "Unrecognized --lt- option: '$lt_opt'" 1>&2 - exit 1 - ;; - esac - done - - # Print the debug banner immediately: - if test -n "$lt_option_debug"; then - echo "qconf:qconf:${LINENO}: libtool wrapper (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1" 1>&2 - fi -} - -# Used when --lt-debug. Prints its arguments to stdout -# (redirection is the responsibility of the caller) -func_lt_dump_args () -{ - lt_dump_args_N=1; - for lt_arg - do - $ECHO "qconf:qconf:${LINENO}: newargv[$lt_dump_args_N]: $lt_arg" - lt_dump_args_N=`expr $lt_dump_args_N + 1` - done -} - -# Core function for launching the target application -func_exec_program_core () -{ - - if test -n "$lt_option_debug"; then - $ECHO "qconf:qconf:${LINENO}: newargv[0]: $progdir/$program" 1>&2 - func_lt_dump_args ${1+"$@"} 1>&2 - fi - exec "$progdir/$program" ${1+"$@"} - - $ECHO "$0: cannot exec $program $*" 1>&2 - exit 1 -} - -# A function to encapsulate launching the target application -# Strips options in the --lt-* namespace from $@ and -# launches target application with the remaining arguments. -func_exec_program () -{ - case " $* " in - *\ --lt-*) - for lt_wr_arg - do - case $lt_wr_arg in - --lt-*) ;; - *) set x "$@" "$lt_wr_arg"; shift;; - esac - shift - done ;; - esac - func_exec_program_core ${1+"$@"} -} - - # Parse options - func_parse_lt_options "$0" ${1+"$@"} - - # Find the directory that this script lives in. - thisdir=`$ECHO "$file" | /bin/sed 's%/[^/]*$%%'` - test "x$thisdir" = "x$file" && thisdir=. - - # Follow symbolic links until we get to the real thisdir. - file=`ls -ld "$file" | /bin/sed -n 's/.*-> //p'` - while test -n "$file"; do - destdir=`$ECHO "$file" | /bin/sed 's%/[^/]*$%%'` - - # If there was a directory component, then change thisdir. - if test "x$destdir" != "x$file"; then - case "$destdir" in - [\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;; - *) thisdir="$thisdir/$destdir" ;; - esac - fi - - file=`$ECHO "$file" | /bin/sed 's%^.*/%%'` - file=`ls -ld "$thisdir/$file" | /bin/sed -n 's/.*-> //p'` - done - - # Usually 'no', except on cygwin/mingw when embedded into - # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=no - if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then - # special case for '.' - if test "$thisdir" = "."; then - thisdir=`pwd` - fi - # remove .libs from thisdir - case "$thisdir" in - *[\\/].libs ) thisdir=`$ECHO "$thisdir" | /bin/sed 's%[\\/][^\\/]*$%%'` ;; - .libs ) thisdir=. ;; - esac - fi - - # Try to get the absolute directory name. - absdir=`cd "$thisdir" && pwd` - test -n "$absdir" && thisdir="$absdir" - - program=lt-'qconf' - progdir="$thisdir/.libs" - - if test ! -f "$progdir/$program" || - { file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | /bin/sed 1q`; \ - test "X$file" != "X$progdir/$program"; }; then - - file="$$-$program" - - if test ! -d "$progdir"; then - mkdir "$progdir" - else - rm -f "$progdir/$file" - fi - - # relink executable if necessary - if test -n "$relink_command"; then - if relink_command_output=`eval $relink_command 2>&1`; then : - else - printf %s\n "$relink_command_output" >&2 - rm -f "$progdir/$file" - exit 1 - fi - fi - - mv -f "$progdir/$file" "$progdir/$program" 2>/dev/null || - { rm -f "$progdir/$program"; - mv -f "$progdir/$file" "$progdir/$program"; } - rm -f "$progdir/$file" - fi - - if test -f "$progdir/$program"; then - if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then - # Run the actual program with our arguments. - func_exec_program ${1+"$@"} - fi - else - # The program doesn't exist. - $ECHO "$0: error: \`$progdir/$program' does not exist" 1>&2 - $ECHO "This script is just a wrapper for $program." 1>&2 - $ECHO "See the libtool documentation for more information." 1>&2 - exit 1 - fi -fi diff --git a/kconfig-frontends/frontends/qconf/qconf.moc b/kconfig-frontends/frontends/qconf/qconf.moc deleted file mode 100644 index b1bcf65..0000000 --- a/kconfig-frontends/frontends/qconf/qconf.moc +++ /dev/null @@ -1,599 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'qconf.h' -** -** Created: Tue May 14 14:56:52 2013 -** by: The Qt Meta Object Compiler version 63 (Qt 4.8.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'qconf.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 63 -#error "This file was generated using the moc from 4.8.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 -static const uint qt_meta_data_ConfigList[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 10, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 4, // signalCount - - // signals: signature, parameters, type, tag, flags - 17, 12, 11, 11, 0x05, - 36, 12, 11, 11, 0x05, - 56, 11, 11, 11, 0x05, - 73, 11, 11, 11, 0x05, - - // slots: signature, parameters, type, tag, flags - 89, 12, 11, 11, 0x0a, - 113, 108, 11, 11, 0x0a, - 146, 137, 11, 11, 0x0a, - 177, 108, 11, 11, 0x0a, - 202, 11, 11, 11, 0x0a, - 220, 11, 11, 11, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConfigList[] = { - "ConfigList\0\0menu\0menuChanged(menu*)\0" - "menuSelected(menu*)\0parentSelected()\0" - "gotFocus(menu*)\0setRootMenu(menu*)\0" - "item\0updateList(ConfigItem*)\0item,val\0" - "setValue(ConfigItem*,tristate)\0" - "changeValue(ConfigItem*)\0updateSelection()\0" - "saveSettings()\0" -}; - -void ConfigList::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - ConfigList *_t = static_cast(_o); - switch (_id) { - case 0: _t->menuChanged((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 1: _t->menuSelected((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 2: _t->parentSelected(); break; - case 3: _t->gotFocus((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 4: _t->setRootMenu((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 5: _t->updateList((*reinterpret_cast< ConfigItem*(*)>(_a[1]))); break; - case 6: _t->setValue((*reinterpret_cast< ConfigItem*(*)>(_a[1])),(*reinterpret_cast< tristate(*)>(_a[2]))); break; - case 7: _t->changeValue((*reinterpret_cast< ConfigItem*(*)>(_a[1]))); break; - case 8: _t->updateSelection(); break; - case 9: _t->saveSettings(); break; - default: ; - } - } -} - -const QMetaObjectExtraData ConfigList::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigList::staticMetaObject = { - { &Q3ListView::staticMetaObject, qt_meta_stringdata_ConfigList, - qt_meta_data_ConfigList, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigList::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigList::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigList::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigList)) - return static_cast(const_cast< ConfigList*>(this)); - return Q3ListView::qt_metacast(_clname); -} - -int ConfigList::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Q3ListView::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 10) - qt_static_metacall(this, _c, _id, _a); - _id -= 10; - } - return _id; -} - -// SIGNAL 0 -void ConfigList::menuChanged(menu * _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void ConfigList::menuSelected(menu * _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void ConfigList::parentSelected() -{ - QMetaObject::activate(this, &staticMetaObject, 2, 0); -} - -// SIGNAL 3 -void ConfigList::gotFocus(menu * _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 3, _a); -} -static const uint qt_meta_data_ConfigLineEdit[] = { - - // content: - 6, // 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_ConfigLineEdit[] = { - "ConfigLineEdit\0" -}; - -void ConfigLineEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - Q_UNUSED(_o); - Q_UNUSED(_id); - Q_UNUSED(_c); - Q_UNUSED(_a); -} - -const QMetaObjectExtraData ConfigLineEdit::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigLineEdit::staticMetaObject = { - { &QLineEdit::staticMetaObject, qt_meta_stringdata_ConfigLineEdit, - qt_meta_data_ConfigLineEdit, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigLineEdit::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigLineEdit::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigLineEdit::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigLineEdit)) - return static_cast(const_cast< ConfigLineEdit*>(this)); - return QLineEdit::qt_metacast(_clname); -} - -int ConfigLineEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QLineEdit::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - return _id; -} -static const uint qt_meta_data_ConfigView[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 7, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 3, // signalCount - - // signals: signature, parameters, type, tag, flags - 12, 11, 11, 11, 0x05, - 34, 11, 11, 11, 0x05, - 57, 11, 11, 11, 0x05, - - // slots: signature, parameters, type, tag, flags - 79, 11, 11, 11, 0x0a, - 97, 11, 11, 11, 0x0a, - 116, 11, 11, 11, 0x0a, - 134, 11, 11, 11, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConfigView[] = { - "ConfigView\0\0showNameChanged(bool)\0" - "showRangeChanged(bool)\0showDataChanged(bool)\0" - "setShowName(bool)\0setShowRange(bool)\0" - "setShowData(bool)\0setOptionMode(QAction*)\0" -}; - -void ConfigView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - ConfigView *_t = static_cast(_o); - switch (_id) { - case 0: _t->showNameChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 1: _t->showRangeChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 2: _t->showDataChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 3: _t->setShowName((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 4: _t->setShowRange((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 5: _t->setShowData((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 6: _t->setOptionMode((*reinterpret_cast< QAction*(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObjectExtraData ConfigView::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigView::staticMetaObject = { - { &Q3VBox::staticMetaObject, qt_meta_stringdata_ConfigView, - qt_meta_data_ConfigView, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigView::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigView::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigView::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigView)) - return static_cast(const_cast< ConfigView*>(this)); - return Q3VBox::qt_metacast(_clname); -} - -int ConfigView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Q3VBox::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 7) - qt_static_metacall(this, _c, _id, _a); - _id -= 7; - } - return _id; -} - -// SIGNAL 0 -void ConfigView::showNameChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void ConfigView::showRangeChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void ConfigView::showDataChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 2, _a); -} -static const uint qt_meta_data_ConfigInfoView[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 5, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 2, // signalCount - - // signals: signature, parameters, type, tag, flags - 16, 15, 15, 15, 0x05, - 39, 15, 15, 15, 0x05, - - // slots: signature, parameters, type, tag, flags - 64, 59, 15, 15, 0x0a, - 79, 15, 15, 15, 0x0a, - 94, 15, 15, 15, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConfigInfoView[] = { - "ConfigInfoView\0\0showDebugChanged(bool)\0" - "menuSelected(menu*)\0menu\0setInfo(menu*)\0" - "saveSettings()\0setShowDebug(bool)\0" -}; - -void ConfigInfoView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - ConfigInfoView *_t = static_cast(_o); - switch (_id) { - case 0: _t->showDebugChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 1: _t->menuSelected((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 2: _t->setInfo((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 3: _t->saveSettings(); break; - case 4: _t->setShowDebug((*reinterpret_cast< bool(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObjectExtraData ConfigInfoView::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigInfoView::staticMetaObject = { - { &Q3TextBrowser::staticMetaObject, qt_meta_stringdata_ConfigInfoView, - qt_meta_data_ConfigInfoView, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigInfoView::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigInfoView::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigInfoView::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigInfoView)) - return static_cast(const_cast< ConfigInfoView*>(this)); - return Q3TextBrowser::qt_metacast(_clname); -} - -int ConfigInfoView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Q3TextBrowser::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 5) - qt_static_metacall(this, _c, _id, _a); - _id -= 5; - } - return _id; -} - -// SIGNAL 0 -void ConfigInfoView::showDebugChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void ConfigInfoView::menuSelected(menu * _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} -static const uint qt_meta_data_ConfigSearchWindow[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 2, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 20, 19, 19, 19, 0x0a, - 35, 19, 19, 19, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConfigSearchWindow[] = { - "ConfigSearchWindow\0\0saveSettings()\0" - "search()\0" -}; - -void ConfigSearchWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - ConfigSearchWindow *_t = static_cast(_o); - switch (_id) { - case 0: _t->saveSettings(); break; - case 1: _t->search(); break; - default: ; - } - } - Q_UNUSED(_a); -} - -const QMetaObjectExtraData ConfigSearchWindow::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigSearchWindow::staticMetaObject = { - { &QDialog::staticMetaObject, qt_meta_stringdata_ConfigSearchWindow, - qt_meta_data_ConfigSearchWindow, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigSearchWindow::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigSearchWindow::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigSearchWindow::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigSearchWindow)) - return static_cast(const_cast< ConfigSearchWindow*>(this)); - return QDialog::qt_metacast(_clname); -} - -int ConfigSearchWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QDialog::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; - } - return _id; -} -static const uint qt_meta_data_ConfigMainWindow[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 14, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 18, 17, 17, 17, 0x0a, - 36, 17, 17, 17, 0x0a, - 55, 17, 17, 17, 0x0a, - 74, 17, 17, 17, 0x0a, - 83, 17, 17, 17, 0x0a, - 101, 17, 96, 17, 0x0a, - 114, 17, 17, 17, 0x0a, - 129, 17, 17, 17, 0x0a, - 144, 17, 17, 17, 0x0a, - 161, 17, 17, 17, 0x0a, - 177, 17, 17, 17, 0x0a, - 192, 17, 17, 17, 0x0a, - 204, 17, 17, 17, 0x0a, - 216, 17, 17, 17, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_ConfigMainWindow[] = { - "ConfigMainWindow\0\0changeMenu(menu*)\0" - "setMenuLink(menu*)\0listFocusChanged()\0" - "goBack()\0loadConfig()\0bool\0saveConfig()\0" - "saveConfigAs()\0searchConfig()\0" - "showSingleView()\0showSplitView()\0" - "showFullView()\0showIntro()\0showAbout()\0" - "saveSettings()\0" -}; - -void ConfigMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - ConfigMainWindow *_t = static_cast(_o); - switch (_id) { - case 0: _t->changeMenu((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 1: _t->setMenuLink((*reinterpret_cast< menu*(*)>(_a[1]))); break; - case 2: _t->listFocusChanged(); break; - case 3: _t->goBack(); break; - case 4: _t->loadConfig(); break; - case 5: { bool _r = _t->saveConfig(); - if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break; - case 6: _t->saveConfigAs(); break; - case 7: _t->searchConfig(); break; - case 8: _t->showSingleView(); break; - case 9: _t->showSplitView(); break; - case 10: _t->showFullView(); break; - case 11: _t->showIntro(); break; - case 12: _t->showAbout(); break; - case 13: _t->saveSettings(); break; - default: ; - } - } -} - -const QMetaObjectExtraData ConfigMainWindow::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject ConfigMainWindow::staticMetaObject = { - { &Q3MainWindow::staticMetaObject, qt_meta_stringdata_ConfigMainWindow, - qt_meta_data_ConfigMainWindow, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &ConfigMainWindow::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *ConfigMainWindow::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *ConfigMainWindow::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_ConfigMainWindow)) - return static_cast(const_cast< ConfigMainWindow*>(this)); - return Q3MainWindow::qt_metacast(_clname); -} - -int ConfigMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Q3MainWindow::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 14) - qt_static_metacall(this, _c, _id, _a); - _id -= 14; - } - return _id; -} -QT_END_MOC_NAMESPACE -- cgit v1.2.3