UNIVERS
15.3
UNIVERS base processing software API
|
#include <sv_options_controller.hpp>
Public Member Functions | |
SVOptionsController () | |
virtual | ~SVOptionsController () |
virtual void | attachSeismicView (ZqSeismicView *psv) |
virtual bool | detachSeismicView (ZqSeismicView *psv) |
virtual void | detachAllSeismicViews () |
Protected Attributes | |
std::set< ZqSeismicView * > | m_seis_views_set |
Base class for seismic options control.
hds::SVOptionsController::SVOptionsController | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
virtual |
Attach the pointer of seismic area to be controlled.
Reimplemented in hds::SVOptionsDialog.
|
virtual |
Detach all attached seismic areas.
|
virtual |
Detach provided seismic area pointer. Return false if not attached.
|
protected |
Set of seismic area widget pointers to be controlled.