Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

Edit Class Reference

Edit listens for a selection event and allows the user to change the entry. More...

#include <Edit.hpp>

Inheritance diagram for Edit

Inheritance graph
[legend]
Collaboration diagram for Edit:

Collaboration graph
[legend]
List of all members.

Public Methods

 Edit ( void )
 Default constructor.

virtual ~Edit ( void )
 Virtual destructor.

bool operator== ( EditCref ) const
 Equality operator.

virtual void event ( corelinux::Event<corelinux::Identifier> * ) throw ( corelinux::NullPointerException )
 Called by a subject when an event that this observer is interested in gets generated. More...


Protected Methods

 Edit ( EditCref ) throw ( corelinux::Assertion )
 Copy constructor.

EditRef operator= ( EditCref ) throw ( corelinux::Assertion )
 Assignment operator.


Detailed Description

Edit listens for a selection event and allows the user to change the entry.


Member Function Documentation

void Edit::event ( Event< Identifier >* aEvent ) throw ( corelinux::NullPointerException ) [virtual]
 

Called by a subject when an event that this observer is interested in gets generated.

Parameters:
Event   pointer to event

Reimplemented from corelinux::Observer.


The documentation for this class was generated from the following files:
This is the CoreLinux++ reference manual
Provided by The CoreLinux Consortium