(1a095bff4abb6ab865db7abba70f93cb7167f889)
#include "abstractformeditor.h"
#include "abstractmetadatabase.h"
#include "abstractformwindow.h"
#include "view3d.h"
#include <QKeyEvent>
#include <QGLFunctions>
#include <QApplication>
#include <QGridLayout>
#include "view3d.moc"
Go to the source code of this file.
|
| static int | nearestSize (int v) |
| static bool | skipWidget (QDesignerFormEditorInterface *core, QWidget *widget) |
| static void | walkWidgetTree (QDesignerFormEditorInterface *core, int depth, QWidget *widget, const WalkWidgetTreeFunction &func) |
| static void | grabWidget_helper (QWidget *widget, QPixmap &res, QPixmap &buf, const QRect &r, const QPoint &offset, QDesignerFormEditorInterface *core) |
| static QPixmap | grabWidget (QWidget *widget, QDesignerFormEditorInterface *core) |
◆ GL_TEXTURE_MAX_ANISOTROPY_EXT
| #define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE |
◆ SELECTION_BUFSIZE
| #define SELECTION_BUFSIZE 512 |
◆ grabWidget()
◆ grabWidget_helper()
◆ nearestSize()
◆ skipWidget()
◆ walkWidgetTree()