#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:

Go to the source code of this file.
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 | |
| QScreen * | screen |
|
|
Definition at line 65 of file app.cpp. References QScreen::glutDisplay(). Referenced by main(). |
|
||||||||||||||||
|
Definition at line 34 of file app.cpp. References QScreen::glutKeyboard(). Referenced by main(). |
|
||||||||||||||||
|
Definition at line 43 of file app.cpp. References QScreen::glutKeyboardUp(). Referenced by main(). |
|
||||||||||||
|
Definition at line 54 of file app.cpp. References QScreen::glutMotion(). Referenced by main(). |
|
||||||||||||||||||||
|
Definition at line 59 of file app.cpp. References QScreen::glutMouse(). Referenced by main(). |
|
||||||||||||
|
Definition at line 23 of file app.cpp. References QWidget::setHeight(), and QWidget::setWidth(). Referenced by main(). |
|
||||||||||||||||
|
Definition at line 49 of file app.cpp. References QScreen::glutSpecialFunc(). Referenced by main(). |
|
||||||||||||
|
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(). |
|
||||||||||||
|
Definition at line 185 of file app.cpp. References QWidget::getOwner(), QTextEdit::getText(), QWindow::setCaption(), and MyWindow::textedit. Referenced by MyWindow::MyWindow(). |
|
||||||||||||
|
Definition at line 76 of file app.cpp. References QCaptionButton::getCaption(). Referenced by MyWindow::MyWindow(). |
|
||||||||||||
|
Definition at line 87 of file app.cpp. References QCheckBox::getCaption(). Referenced by MyWindow::MyWindow(). |
|
||||||||||||
|
Definition at line 199 of file app.cpp. Referenced by main(). |
|
||||||||||||
|
Definition at line 204 of file app.cpp. References QWidget::setHeight(), and QWidget::setWidth(). Referenced by main(). |
|
|
|
1.2.18