Project stdui: "Simple Type Dialog User-Interface"

|
Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

stdui::stdmessage Class Reference

Simple event and/or message container that is put in common type ( stdmessage ) to be used in different contexts such as the central-loop application events, object's local hold-events queu and objects-to-objects messaging in general. More...

#include <stdmessage.h>

Collaboration diagram for stdui::stdmessage:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 stdmessage ()
 ~stdmessage ()

Private Attributes

stdobject_sender
stdobject_target
int _count
bool _accepted

Detailed Description

Simple event and/or message container that is put in common type ( stdmessage ) to be used in different contexts such as the central-loop application events, object's local hold-events queu and objects-to-objects messaging in general.

This is, in addition to the sigc++ call back framework, the stdui level engine of events propagation and object-to-object communication framework.

Author:
Serge Lussier,,,

Definition at line 35 of file stdmessage.h.


Constructor & Destructor Documentation

stdui::stdmessage::stdmessage  ) 
 

Definition at line 24 of file stdmessage.cpp.

00025 {
00026 }

stdui::stdmessage::~stdmessage  ) 
 

Definition at line 29 of file stdmessage.cpp.

00030 {
00031 }


Member Data Documentation

bool stdui::stdmessage::_accepted [private]
 

Definition at line 45 of file stdmessage.h.

int stdui::stdmessage::_count [private]
 

Definition at line 44 of file stdmessage.h.

stdobject* stdui::stdmessage::_sender [private]
 

Definition at line 42 of file stdmessage.h.

stdobject* stdui::stdmessage::_target [private]
 

Definition at line 43 of file stdmessage.h.


The documentation for this class was generated from the following files:
API Documentation Generated by:  doxygen 1.4.0
About the author | Site started with trial version of DreamWeaver MX 2004 | Finalizing with  | Contact | ©2005, Serge Lussier ( Bretzel )