All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <GeophysicalModel.h>
Public Member Functions | |
| virtual QString | helpCode () const =0 |
| GeophysicalModel * | model () const |
| void | setModel (GeophysicalModel *m) |
Protected Attributes | |
| GeophysicalModel * | _model |
| virtual QString QGpCoreWave::GeophysicalModel::GeophysicalContext::helpCode | ( | ) | const [pure virtual] |
Referenced by ModelSlider::setReferenceModel().
| GeophysicalModel* QGpCoreWave::GeophysicalModel::GeophysicalContext::model | ( | ) | const [inline] |
{return _model;}
| void QGpCoreWave::GeophysicalModel::GeophysicalContext::setModel | ( | GeophysicalModel * | m | ) | [inline] |
Referenced by ModelSlider::modify().
{_model=m;}