diff options
Diffstat (limited to 'examples/opengl/texture/globjwin.h')
-rw-r--r-- | examples/opengl/texture/globjwin.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/opengl/texture/globjwin.h b/examples/opengl/texture/globjwin.h new file mode 100644 index 000000000..98dad489e --- /dev/null +++ b/examples/opengl/texture/globjwin.h @@ -0,0 +1,32 @@ +/**************************************************************************** +** +** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. +** +** This file is part of an example program for TQt. This example +** program may be used, distributed and modified without limitation. +** +*****************************************************************************/ + +/**************************************************************************** +** +** The GLObjectWindow contains a GLBox and three sliders connected to +** the GLBox's rotation slots. +** +****************************************************************************/ + +#ifndef GLOBJWIN_H +#define GLOBJWIN_H + +#include <qwidget.h> + + +class GLObjectWindow : public TQWidget +{ + Q_OBJECT +public: + GLObjectWindow( TQWidget* parent = 0, const char* name = 0 ); + +}; + + +#endif // GLOBJWIN_H |