Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

/cygdrive/d/Eigene Dateien/!DProcs/code_gen/app.cpp File Reference

#include "QWidget.h"
#include "QScreen.h"
#include "QWindow.h"
#include "QFont.h"
#include "QButton.h"
#include "QCaptionButton.h"
#include "QCheckBox.h"
#include "QRadioButton.h"
#include "QRadioButtonGroup.h"
#include "QTextEdit.h"
#include "QToolBar.h"
#include <iostream>

Include dependency graph for app.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  std

Data Structures

class  MyWindow

Functions

void glutResize (int width, int height)
void glutKeyboard (unsigned char key, int x, int y)
void glutKeyboardUp (unsigned char key, int x, int y)
void glutSpecial (int key, int x, int y)
void glutMotion (int x, int y)
void glutMouse (int button, int state, int x, int y)
void glutDisplay ()
void myMethod1 (QWidget *Sender, QEvent *e)
void myMethod2 (QWidget *Sender, QEvent *e)
void myMethod3 (QWidget *Sender, QEvent *e)
void myShutDown (QWidget *Sender, QEvent *e)
void mySubWindow (QWidget *Sender, QEvent *e)
int main (int argc, char *argv[])

Variables

QScreenscreen


Function Documentation

void glutDisplay  
 

Definition at line 65 of file app.cpp.

References QScreen::glutDisplay().

Referenced by main().

void glutKeyboard unsigned char    key,
int    x,
int    y
 

Definition at line 34 of file app.cpp.

References QScreen::glutKeyboard().

Referenced by main().

void glutKeyboardUp unsigned char    key,
int    x,
int    y
 

Definition at line 43 of file app.cpp.

References QScreen::glutKeyboardUp().

Referenced by main().

void glutMotion int    x,
int    y
 

Definition at line 54 of file app.cpp.

References QScreen::glutMotion().

Referenced by main().

void glutMouse int    button,
int    state,
int    x,
int    y
 

Definition at line 59 of file app.cpp.

References QScreen::glutMouse().

Referenced by main().

void glutResize int    width,
int    height
 

Definition at line 23 of file app.cpp.

References QWidget::setHeight(), and QWidget::setWidth().

Referenced by main().

void glutSpecial int    key,
int    x,
int    y
 

Definition at line 49 of file app.cpp.

References QScreen::glutSpecialFunc().

Referenced by main().

int main int    argc,
char *    argv[]
 

Definition at line 215 of file app.cpp.

References glutDisplay(), glutKeyboard(), glutKeyboardUp(), glutMotion(), glutMouse(), glutResize(), glutSpecial(), QToolBar::layout(), myShutDown(), mySubWindow(), QButton::onPress, QCaptionButton::setCaption(), and QWidget::setWidth().

void myMethod1 QWidget   Sender,
QEvent   e
 

Definition at line 185 of file app.cpp.

References QWidget::getOwner(), QTextEdit::getText(), QWindow::setCaption(), and MyWindow::textedit.

Referenced by MyWindow::MyWindow().

void myMethod2 QWidget   Sender,
QEvent   e
 

Definition at line 76 of file app.cpp.

References QCaptionButton::getCaption().

Referenced by MyWindow::MyWindow().

void myMethod3 QWidget   Sender,
QEvent   e
 

Definition at line 87 of file app.cpp.

References QCheckBox::getCaption().

Referenced by MyWindow::MyWindow().

void myShutDown QWidget   Sender,
QEvent   e
 

Definition at line 199 of file app.cpp.

Referenced by main().

void mySubWindow QWidget   Sender,
QEvent   e
 

Definition at line 204 of file app.cpp.

References QWidget::setHeight(), and QWidget::setWidth().

Referenced by main().


Variable Documentation

QScreen* screen
 

Definition at line 21 of file app.cpp.


Generated on Thu Mar 18 18:33:49 2004 for miniQT by doxygen1.2.18