TpNotificationWidget 类
V0.2.1TpGUIWidgets
2025-11-04
继承关系
基础信息
| 头文件: | include <TpNotificationWidget.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | TpWidget |
| 派生类: |
Public 成员函数
| TpNotificationWidget(TpWidget *parent=nullptr) | ||
|---|---|---|
| ~TpNotificationWidget() | ||
| addItem(TpNotificationItem *item) | ||
| onPaintEvent(TpPaintEvent *event) override | 绘制事件,禁止在该函数调用 paint和update函数 | |
| onMousePressEvent(TpMouseEvent *event) override | ||
| onMouseRleaseEvent(TpMouseEvent *event) override | ||
| onResizeEvent(TpResizeEvent *event) override |
成员函数说明
TpNotificationWidget::TpNotificationWidget(TpWidget *parent=nullptr)
暂无注释...
TpNotificationWidget::~TpNotificationWidget()
暂无注释...
void TpNotificationWidget::addItem(TpNotificationItem *item)
暂无注释...
virtual bool TpNotificationWidget::onPaintEvent(TpPaintEvent *event) override
绘制事件,禁止在该函数调用 paint和update函数...
绘制事件,禁止在该函数调用 paint和update函数
参数:event: 绘制事件指针
返回值:返回true继续执行子控件绘制
