|
WXP C++ Library Version 6.74.9
|
This class plots graphics metafiles. More...
#include "../include/MetaPlot.h"
Public Member Functions | |
| MetaPlot (const char *str) | |
| int | init () |
| int | setParam (const char *str) |
| int | setFile () |
| int | setInput (const char *str) |
| int | setNameConv (const char *name) |
| int | setFilename () |
| int | setFilename (const char *str) |
| int | setFilename (Date &date) |
| int | setFilename (Date &date, const char *param) |
| int | setForeTime (const char *fore) |
| int | getDate (Date &date) |
| int | setPlot (Plot &plot) |
| int | getDomain (Domain &domain) |
| int | getInitDate (Date &date) |
| int | getDateOffset () |
| int | getLoopType () |
| int | getNumFrames () |
| int | getSync () |
| int | draw (Plot &plot) |
| int | draw (Plot &plot, const char *filename) |
| void | callback (const char *ev_str, const char *ev_data, const void *data) |
| int | print () |
Additional Inherited Members | |
| Static Public Attributes inherited from WXP::Drawing | |
| static const int | LOOP_NONE = 0 |
| static const int | LOOP_DATE = 1 |
| static const int | LOOP_FORE = 2 |
This class plots graphics metafiles.
|
virtual |
The event callback
| ev_str | String containing description of event |
| ev_data | Event specific data |
| data | User specific data |
Implements WXP::Listener.
|
virtual |
Method for plotting the actual data
| plot | The plot class specifying window and parameters for plotting |
Implements WXP::Drawing.
References WXP::Points::add(), WXP::Points::clear(), WXP::Plot::drawLine(), WXP::Points::getNum(), WXP::File::isOpen(), WXP::Wxp::outWarning(), WXP::EarthPoint::print(), WXP::Point::print(), WXP::Points::print(), WXP::File::scanf(), WXP::EarthPoint::set(), WXP::Plot::setLineColor(), WXP::Plot::setLineWidth(), WXP::Rect::xmax, WXP::Rect::xmin, WXP::Rect::ymax, and WXP::Rect::ymin.
|
virtual |
Gets the current date of the data in the file
| date | Date information |
Implements WXP::Drawing.
|
virtual |
Gets the offset time between frames in loop
| date | Date information |
Implements WXP::Drawing.
|
virtual |
A method for getting a default domain from the data. This is handy for data types that are for a specific domain like NIDS data.
| domain | Default domain |
Implements WXP::Drawing.
References WXP::Domain::set().
|
virtual |
|
virtual |
Gets the available loop types
Implements WXP::Drawing.
References WXP::Drawing::LOOP_DATE.
|
virtual |
|
inlinevirtual |
Tells whether an object should be used to sync other to it
Implements WXP::Drawing.
|
virtual |
Initializes object
Implements WXP::Drawing.
|
virtual |
Method for printing class info
Implements WXP::Drawing.
|
virtual |
A method for setting basic file parameters
Implements WXP::Drawing.
|
virtual |
A method for setting the default file for plotting
Implements WXP::Drawing.
Referenced by setParam().
|
virtual |
A method for setting the default file for plotting
| file | Filename to use |
Implements WXP::Drawing.
|
virtual |
Sets the filename to use based on a specific date
| date | Date to use |
Implements WXP::Drawing.
|
virtual |
Sets the filename to use based on a specific date and parameters
| date | Date to use |
| param | Parameters to use for offset to date |
Implements WXP::Drawing.
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
Sets specific parameters for the plot given a string
| str | String specifying parameters |
Implements WXP::Drawing.
References WXP::Strings::getNum(), WXP::Strings::getStringAfter(), WXP::Strings::iequal(), WXP::Strings::print(), and setFilename().