Falkon Develop
Cross-platform Qt-based web browser
DesktopNotification Class Reference

#include <desktopnotification.h>

Inheritance diagram for DesktopNotification:

Public Member Functions

 DesktopNotification (bool setPosition=false)
 
void setPixmap (const QPixmap &icon)
 
void setHeading (const QString &heading)
 
void setText (const QString &text)
 
void setTimeout (int timeout)
 
void show ()
 
 ~DesktopNotification () override
 

Detailed Description

Definition at line 31 of file desktopnotification.h.

Constructor & Destructor Documentation

◆ DesktopNotification()

DesktopNotification::DesktopNotification ( bool  setPosition = false)
explicit

Definition at line 24 of file desktopnotification.cpp.

◆ ~DesktopNotification()

DesktopNotification::~DesktopNotification ( )
override

Definition at line 79 of file desktopnotification.cpp.

Member Function Documentation

◆ setHeading()

void DesktopNotification::setHeading ( const QString &  heading)
inline

Definition at line 38 of file desktopnotification.h.

◆ setPixmap()

void DesktopNotification::setPixmap ( const QPixmap &  icon)
inline

Definition at line 37 of file desktopnotification.h.

◆ setText()

void DesktopNotification::setText ( const QString &  text)
inline

Definition at line 39 of file desktopnotification.h.

◆ setTimeout()

void DesktopNotification::setTimeout ( int  timeout)
inline

Definition at line 40 of file desktopnotification.h.

◆ show()

void DesktopNotification::show ( )

Definition at line 43 of file desktopnotification.cpp.


The documentation for this class was generated from the following files: