#include <LoadHistoryPlugin.h>
Inheritance diagram for LoadHistoryPlugin:
Public Member Functions | |
LoadHistoryPlugin (const string=NULL) | |
virtual | ~LoadHistoryPlugin () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
double | constrainLoadHeight (double, int, int, int) |
loadhistory_exec_function | getValueFunction () |
Private Types | |
typedef double(* | value_t )(double, int, int, int) |
Private Member Functions | |
LoadHistoryPlugin (const LoadHistoryPlugin &x) | |
Private Attributes | |
value_t | func_value |
|
|
|
hidden copy constructor - we do not want to accidentially copy objects |
|
|
|
|
|
|
|
|
|
Reimplemented from Plugin.
|
|
|