#include <NotificationUnit.h>
Classes | |
struct | ENTRY |
Public Types | |
enum | TYPE { NONE = -1, NOTIFY, WARNING, ERR, _LIMITER } |
Type of message (icon at message). | |
Public Member Functions | |
void __fastcall | lvEntriesData (TObject *Sender, TListItem *Item) |
void __fastcall | FormClose (TObject *Sender, TCloseAction &Action) |
void __fastcall | TimerTimer (TObject *Sender) |
__fastcall | TfrmNotification (TComponent *Owner) |
Static Public Member Functions | |
static void | Add (enum TYPE type, char *szFormat,...) |
Add new notification. | |
Public Attributes | |
TListView * | lvEntries |
TImageList * | imgList |
TTimer * | Timer |
void TfrmNotification::Add | ( | enum TYPE | type, | |
char * | szFormat, | |||
... | ||||
) | [static] |
Add new notification.
type | Icon displayed next to notification | |
szFormat | Notification string formatting (printf-like) |