Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigneraxwidget.cpp File Reference

(1a095bff4abb6ab865db7abba70f93cb7167f889)

#include "qdesigneraxwidget.h"
#include <QtCore/qmetaobject.h>
#include <QtCore/qdebug.h>
#include <QtGui/qicon.h>
#include <QtGui/qpainter.h>
#include <QtGui/qevent.h>
#include <QtAxContainer/QAxWidget>
#include <qt_windows.h>
#include <olectl.h>
+ Include dependency graph for qdesigneraxwidget.cpp:

Go to the source code of this file.

Enumerations

enum  { debugAxWidget = 0 }
 
enum  { debugAxWidget = 0 }
 

Functions

static QString msgComException (const QObject *o, const QMetaObject::Call call, int index)
 
static bool isInheritedCall (const QMetaObject *mo, QMetaObject::Call call, int id)
 

Variables

QT_BEGIN_NAMESPACE const char * widgetIconXPM []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
debugAxWidget 

Definition at line 17 of file qdesigneraxwidget.cpp.

◆ anonymous enum

anonymous enum
Enumerator
debugAxWidget 

Definition at line 17 of file qdesigneraxwidget.cpp.

Function Documentation

◆ isInheritedCall()

static bool isInheritedCall ( const QMetaObject * mo,
QMetaObject::Call call,
int id )
static

Definition at line 184 of file qdesigneraxwidget.cpp.

◆ msgComException()

static QString msgComException ( const QObject * o,
const QMetaObject::Call call,
int index )
static

Definition at line 176 of file qdesigneraxwidget.cpp.

Variable Documentation

◆ widgetIconXPM

QT_BEGIN_NAMESPACE const char * widgetIconXPM
Initial value:
={
"22 22 6 1",
"a c #000000",
"# c #808080",
"+ c #aaa5a0",
"b c #dddddd",
"* c #d4d0c8",
". c none",
".........#aa#...#aa#..",
".........abba...abba..",
".........abba...abba..",
".........#aa#...#aa#..",
"..........aa.....aa...",
"..........aa.....aa...",
"..........aa.....aa...",
".......aaaaaaaaaaaaaaa",
".......a*************a",
".......a************#a",
".......a***********+#a",
".......a***********+#a",
".......a***********+#a",
"#aa#...a***********+#a",
"abbaaaaa***********+#a",
"abbaaaaa***********+#a",
"#aa#...a***********+#a",
".......a***********+#a",
".......a***********+#a",
".......a**++++++++++#a",
".......a*############a",
".......aaaaaaaaaaaaaaa"}

Definition at line 22 of file qdesigneraxwidget.cpp.