casa
$Rev:20696$
|
Implementation of casapy_watcher for use with plotms component. More...
#include <plotms_private.h>
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. |
Implementation of casapy_watcher for use with plotms component.
Definition at line 13 of file plotms_private.h.
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.
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().
plotms* plotms_watcher::p [private] |
Plotms parent.
Definition at line 34 of file plotms_private.h.
Referenced by casapyClosing(), and logChanged().