casa  $Rev:20696$
Public Member Functions | Private Attributes
plotms_watcher Class Reference

Implementation of casapy_watcher for use with plotms component. More...

#include <plotms_private.h>

List of all members.

Public Member Functions

 plotms_watcher (plotms *pl)
 Constructor which takes parent.
 ~plotms_watcher ()
 Destructor.
void logChanged (const String &sinkLocation)
 Overrides casapy_watcher::logChanged().
void logChanged (LogMessage::Priority filterPriority)
void casapyClosing ()
 Overrides casapy_watcher::casapyClosing().

Private Attributes

plotms * p
 Plotms parent.

Detailed Description

Implementation of casapy_watcher for use with plotms component.

Definition at line 13 of file plotms_private.h.


Constructor & Destructor Documentation

plotms_watcher::plotms_watcher ( plotms *  pl) [inline]

Constructor which takes parent.

Definition at line 16 of file plotms_private.h.

plotms_watcher::~plotms_watcher ( ) [inline]

Destructor.

Definition at line 19 of file plotms_private.h.


Member Function Documentation

void plotms_watcher::casapyClosing ( ) [inline]

Overrides casapy_watcher::casapyClosing().

Definition at line 30 of file plotms_private.h.

References p.

void plotms_watcher::logChanged ( const String &  sinkLocation) [inline]

Overrides casapy_watcher::logChanged().

Definition at line 23 of file plotms_private.h.

References p.

void plotms_watcher::logChanged ( LogMessage::Priority  filterPriority) [inline]

Definition at line 25 of file plotms_private.h.

References p, and casa::vpf::toString().


Member Data Documentation

plotms* plotms_watcher::p [private]

Plotms parent.

Definition at line 34 of file plotms_private.h.

Referenced by casapyClosing(), and logChanged().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines