当前位置: 首页>>代码示例>>C++>>正文


C++ childEvent函数代码示例

本文整理汇总了C++中childEvent函数的典型用法代码示例。如果您正苦于以下问题:C++ childEvent函数的具体用法?C++ childEvent怎么用?C++ childEvent使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了childEvent函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。

示例1: childEvent

void QWebHistoryInterface_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:8,代码来源:QWebHistoryInterface_shell.cpp

示例2: childEvent

// Write virtual function overries used to decide on static/virtual calls
void QNetworkAccessManager_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:9,代码来源:QNetworkAccessManager_shell.cpp

示例3: childEvent

void QGraphicsItemAnimation_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:8,代码来源:QGraphicsItemAnimation_shell.cpp

示例4: childEvent

// Write virtual function overries used to decide on static/virtual calls
void QCoreApplication_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:9,代码来源:QCoreApplication_shell.cpp

示例5: childEvent

// Write virtual function overries used to decide on static/virtual calls
void QEventLoop_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:9,代码来源:QEventLoop_shell.cpp

示例6: childEvent

void QAbstractPageSetupDialog_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:8,代码来源:QAbstractPageSetupDialog_shell.cpp

示例7: childEvent

void QBoxLayout_QtDShell::__override_childEvent(QChildEvent*  e0, bool static_call)
{
    if (static_call) {
        QLayout::childEvent((QChildEvent* )e0);
    } else {
        childEvent((QChildEvent* )e0);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:8,代码来源:QBoxLayout_shell.cpp

示例8: childEvent

// Write virtual function overries used to decide on static/virtual calls
void QRegExpValidator_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:9,代码来源:QRegExpValidator_shell.cpp

示例9: childEvent

void QAbstractTextDocumentLayout_QtDShell::__override_childEvent(QChildEvent*  arg__1, bool static_call)
{
    if (static_call) {
        QObject::childEvent((QChildEvent* )arg__1);
    } else {
        childEvent((QChildEvent* )arg__1);
    }
}
开发者ID:dreamsxin,项目名称:nawia,代码行数:8,代码来源:QAbstractTextDocumentLayout_shell.cpp

示例10: childCreate

GtkWidget* childCreate(GtkWidget* parent){
	GtkWidget *event_box;
	GtkWidget *b;
	event_box = gtk_event_box_new ();
	b = gtk_drawing_area_new();
	gtk_widget_add_events (b,GDK_BUTTON_PRESS_MASK|GDK_BUTTON_RELEASE_MASK	);
	int width, height_;
	gtk_window_get_size(GTK_WINDOW(parent), &width, &height_);
	gtk_widget_set_size_request(b, width,height);
	
	childEvent(b,parent);
	return b;
}
开发者ID:zizoumgs,项目名称:Aman,代码行数:13,代码来源:child.c

示例11: childEvent

void DhQGroupBox::DvhchildEvent(QChildEvent* x1) {
  return childEvent(x1);
}
开发者ID:bennofs,项目名称:hsQt,代码行数:3,代码来源:QGroupBox_DhClass.cpp

示例12: childEvent

void sipQWidgetAction::sipProtectVirt_childEvent(bool sipSelfWasArg,QChildEvent*a0)
{
    (sipSelfWasArg ? QObject::childEvent(a0) : childEvent(a0));
}
开发者ID:rff255,项目名称:python-qt5,代码行数:4,代码来源:sipQtWidgetsQWidgetAction.cpp

示例13: childEvent

void sipQIRProximitySensor::sipProtectVirt_childEvent(bool sipSelfWasArg,QChildEvent*a0)
{
    (sipSelfWasArg ? QObject::childEvent(a0) : childEvent(a0));
}
开发者ID:rff255,项目名称:python-qt5,代码行数:4,代码来源:sipQtSensorsQIRProximitySensor.cpp

示例14: childEvent

void siprviz_BoolProperty::sipProtectVirt_childEvent(bool sipSelfWasArg,QChildEvent *a0)
{
    (sipSelfWasArg ? QObject::childEvent(a0) : childEvent(a0));
}
开发者ID:prathyusha-shine,项目名称:abhiyan1.0,代码行数:4,代码来源:siplibrviz_siprvizBoolProperty.cpp

示例15: childEvent

void DhQGLWidget::DvhchildEvent(QChildEvent* x1) {
  return childEvent(x1);
}
开发者ID:uduki,项目名称:hsQt,代码行数:3,代码来源:QGLWidget_DhClass.cpp


注:本文中的childEvent函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。