TpNotificationWidget 类
V0.1.1SingleGUIwidgets
2025-09-17
继承关系
基础信息
头文件: | include <TpNotificationWidget.h> |
---|---|
Cmake: | None |
发布版本: | V0.1.1 |
继承类: | TpChildWidget |
派生类: |
Public 成员函数
TpNotificationWidget(TpChildWidget *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(TpChildWidget *parent=nullptr)
暂无注释...
TpNotificationWidget::~TpNotificationWidget()
暂无注释...
void TpNotificationWidget::addItem(TpNotificationItem *item)
暂无注释...
virtual
bool TpNotificationWidget::onPaintEvent(TpPaintEvent *event) override
点击查看...
绘制事件,禁止在该函数调用 paint和update函数
参数:
event: 绘制事件指针
返回值:
返回true继续执行子控件绘制