casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::viewer::dtorNotifier Class Reference

#include <dtor.h>

Inheritance diagram for casa::viewer::dtorNotifier:
casa::viewer::Region casa::viewer::Polygon casa::viewer::Polyline casa::viewer::PVLine casa::viewer::Rectangle casa::viewer::Ellipse casa::viewer::Point

Public Member Functions

 dtorNotifier ()
 
 ~dtorNotifier ()
 signals any dtorNotifiee's that are registered More...
 
void addNotifiee (dtorNotifiee *)
 
void removeNotifiee (dtorNotifiee *)
 

Private Attributes

std::list< dtorNotifiee * > registrants
 

Detailed Description

Definition at line 45 of file dtor.h.

Constructor & Destructor Documentation

casa::viewer::dtorNotifier::dtorNotifier ( )
inline

Definition at line 47 of file dtor.h.

casa::viewer::dtorNotifier::~dtorNotifier ( )

signals any dtorNotifiee's that are registered

Member Function Documentation

void casa::viewer::dtorNotifier::addNotifiee ( dtorNotifiee )
void casa::viewer::dtorNotifier::removeNotifiee ( dtorNotifiee )

Member Data Documentation

std::list<dtorNotifiee*> casa::viewer::dtorNotifier::registrants
private

Definition at line 53 of file dtor.h.


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