TfrmNotification Class Reference

Window intended to display important messages in a non-blocking way. More...

#include <NotificationUnit.h>

List of all members.

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


Detailed Description

Window intended to display important messages in a non-blocking way.

Member Function Documentation

void TfrmNotification::Add ( enum TYPE  type,
char *  szFormat,
  ... 
) [static]

Add new notification.

Parameters:
type Icon displayed next to notification
szFormat Notification string formatting (printf-like)


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

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski