示例#1
0
// 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();
    }
}
示例#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();
    }
}
示例#4
0
int  QDateEdit_QtDShell::__override_devType(bool static_call) const
{
    if (static_call) {
        return QWidget::devType();
    } else {
        return devType();
    }
}
示例#5
0
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();
    }
}
示例#7
0
int DhQGLWidget::DvhdevType() const {
  return devType();
}
示例#8
0
int DhQPushButton::DvhdevType() const {
  return devType();
}
示例#9
0
int DhQAbstractSpinBox::DvhdevType() const {
  return devType();
}
示例#10
0
int DhQGroupBox::DvhdevType() const {
  return devType();
}
示例#11
0
int DhQSlider::DvhdevType() const {
  return devType();
}
示例#12
0
int DhQScrollArea::DvhdevType() const {
  return devType();
}
示例#13
0
int DhQStackedWidget::DvhdevType() const {
    return devType();
}