36#include <wx/notifmsg.h>
52 const wxString &message = {},
53 wxWindow *parent = NULL,
54 int flags = wxICON_INFORMATION);
65 wxWindow *m_parent = NULL;
68 void OnClick(wxCommandEvent &event);
This file defines the class GroupCell that bundles input and output in the worksheet.
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:74
A user notification the operating system claims to be non-disturbing.
Definition: Notification.h:46
Notification()
A constructor that doesn't take any arguments.
Definition: Notification.cpp:33
GroupCell * m_errorNotificationCell
The cell we signal an error for.
Definition: Notification.h:62
wxWindow * GetParent()
Returns a pointer to the main window or NULL, if no main window is set.
Definition: Notification.h:60
void OnClick(wxCommandEvent &event)
Called on clicking at the notification, if the OS supports that.
Definition: Notification.cpp:64
virtual ~Notification()
A destructor that also closes the notification.
Definition: Notification.h:56
void SetParent(wxWindow *parent)
Informs the notification which the main window is it notified for.
Definition: Notification.cpp:59