Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
DevNotification Class Referencefinal

#include <DevNotification.hpp>

Inheritance diagram for DevNotification:
Notification

Public Slots

void selfCloseTrigger ()
 

Signals

void selfClose ()
 
void selfClosePtr (Notification *ptr)
 

Public Member Functions

 DevNotification (const MessageLevel level, QString msg, QString full_message, QWidget *parent=nullptr)
 
 ~DevNotification () override
 
void mousePressEvent (QMouseEvent *event) override final
 

Private Slots

void on_copyError_pressed ()
 

Private Attributes

QString m_full_message
 
Ui::DevNotification * ui
 

Constructor & Destructor Documentation

◆ DevNotification()

DevNotification::DevNotification ( const MessageLevel level,
QString msg,
QString full_message,
QWidget * parent = nullptr )
explicit

◆ ~DevNotification()

DevNotification::~DevNotification ( )
override

Member Function Documentation

◆ mousePressEvent()

void Notification::mousePressEvent ( QMouseEvent * event)
finaloverrideinherited

◆ on_copyError_pressed

void DevNotification::on_copyError_pressed ( )
privateslot

◆ selfClose

void Notification::selfClose ( )
signalinherited

◆ selfClosePtr

void Notification::selfClosePtr ( Notification * ptr)
signalinherited

◆ selfCloseTrigger

void Notification::selfCloseTrigger ( )
slotinherited

Member Data Documentation

◆ m_full_message

QString DevNotification::m_full_message
private

◆ ui

Ui::DevNotification* DevNotification::ui
private

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