// Functions in shell class
// public overrides for functions that are protected in the base class
// Write virtual function overries used to decide on static/virtual calls
int  QSvgGenerator_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QPaintDevice::devType();
    } else {
        return devType();
    }
}
int  QAbstractPageSetupDialog_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QWidget::devType();
    } else {
        return devType();
    }
}
Beispiel #3
0
// Write virtual function overries used to decide on static/virtual calls
int  QPrinter_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QPrinter::devType();
    } else {
        return devType();
    }
}
Beispiel #4
0
int  QDateEdit_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QWidget::devType();
    } else {
        return devType();
    }
}
int  QFontComboBox_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QWidget::devType();
    } else {
        return devType();
    }
}
// Functions in shell class
// public overrides for functions that are protected in the base class
// Write virtual function overries used to decide on static/virtual calls
int  QGLFramebufferObject_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QGLFramebufferObject::devType();
    } else {
        return devType();
    }
}
Beispiel #7
0
int DhQGLWidget::DvhdevType() const {
  return devType();
}
Beispiel #8
0
int DhQPushButton::DvhdevType() const {
  return devType();
}
int DhQAbstractSpinBox::DvhdevType() const {
  return devType();
}
Beispiel #10
0
int DhQGroupBox::DvhdevType() const {
  return devType();
}
Beispiel #11
0
int DhQSlider::DvhdevType() const {
  return devType();
}
Beispiel #12
0
int DhQScrollArea::DvhdevType() const {
  return devType();
}
Beispiel #13
0
int DhQStackedWidget::DvhdevType() const {
    return devType();
}