|
LunaSysMgr
|
Public Member Functions | |
| BannerAlerts () | |
| virtual | ~BannerAlerts () |
| QRectF | boundingRect () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| int | bmViewGetWidth () const |
| void | bmViewUpdated () |
| void | bmViewMessageCountUpdated (int count) |
| void | bmViewShowingNonSuppressibleMessage (bool val) |
| void | bmViewAddActiveCallBanner (const std::string &msg, const std::string &icon, uint32_t time) |
| void | bmViewRemoveActiveCallBanner () |
| void | bmViewUpdateActiveCallBanner (const std::string &msg, const std::string &icon, uint32_t time) |
Public Member Functions inherited from TransparentNode | |
| TransparentNode (bool _stayVisible=false) | |
| bool | stayVisible () const |
| void | animateOpacity (qreal newOpacity) |
Public Member Functions inherited from BannerMessageView | |
| BannerMessageView (ScrollType type) | |
| virtual | ~BannerMessageView () |
| ScrollType | scrollType () |
| virtual int | bmIsViewFullyExpanded () const |
Public Attributes | |
| QRect | m_bounds |
| int | m_msgCount |
| int | kPadding |
Public Attributes inherited from BannerMessageView | |
| ScrollType | m_scrollType |
Additional Inherited Members | |
Public Types inherited from BannerMessageView | |
| enum | ScrollType { VerticalScroll = 0, HorizontalScroll, StatusBarScroll, NoScroll } |
| BannerAlerts::BannerAlerts | ( | ) |
|
virtual |
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
|
virtual |
Implements BannerMessageView.
| QRectF BannerAlerts::boundingRect | ( | ) | const |
| void BannerAlerts::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |
| int BannerAlerts::kPadding |
| QRect BannerAlerts::m_bounds |
| int BannerAlerts::m_msgCount |