SeExpr
Public Member Functions | Public Attributes | List of all members
DeepWaterEditable Struct Reference

#include <Editable.h>

Inheritance diagram for DeepWaterEditable:
Editable

Public Member Functions

 DeepWaterEditable (const std::string &name, int startPos, int endPos)
 
void setParams (const SeDeepWaterParams &paramsIn)
 
bool parseComment (const std::string &)
 parses a comment. if false is returned then delete the control from the editable More...
 
std::string str () const
 
void appendString (std::stringstream &stream) const
 
virtual bool controlsMatch (const Editable &other) const
 
- Public Member Functions inherited from Editable
 Editable (const std::string &name, int startPos, int endPos)
 
void updatePositions (const Editable &other)
 
virtual ~Editable ()
 
virtual bool parseComment (const std::string &comment)=0
 parses a comment. if false is returned then delete the control from the editable More...
 
virtual std::string str () const
 
virtual void appendString (std::stringstream &stream) const =0
 
virtual bool controlsMatch (const Editable &) const =0
 

Public Attributes

SeDeepWaterParams params
 
- Public Attributes inherited from Editable
std::string name
 
int startPos
 
int endPos
 

Detailed Description

Definition at line 327 of file Editable.h.

Constructor & Destructor Documentation

◆ DeepWaterEditable()

DeepWaterEditable::DeepWaterEditable ( const std::string &  name,
int  startPos,
int  endPos 
)
inline

Definition at line 330 of file Editable.h.

Member Function Documentation

◆ appendString()

void DeepWaterEditable::appendString ( std::stringstream &  stream) const
inlinevirtual

◆ controlsMatch()

virtual bool DeepWaterEditable::controlsMatch ( const Editable other) const
inlinevirtual

Implements Editable.

Definition at line 357 of file Editable.h.

References UNUSED.

◆ parseComment()

bool DeepWaterEditable::parseComment ( const std::string &  comment)
inlinevirtual

parses a comment. if false is returned then delete the control from the editable

Implements Editable.

Definition at line 334 of file Editable.h.

◆ setParams()

void DeepWaterEditable::setParams ( const SeDeepWaterParams paramsIn)
inline

Definition at line 332 of file Editable.h.

References params.

◆ str()

std::string DeepWaterEditable::str ( ) const
inlinevirtual

Reimplemented from Editable.

Definition at line 336 of file Editable.h.

References Editable::name.

Member Data Documentation

◆ params

SeDeepWaterParams DeepWaterEditable::params

The documentation for this struct was generated from the following file: