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

#include <Editable.h>

Inheritance diagram for AnimCurveEditable:
Editable

Public Member Functions

 AnimCurveEditable (const std::string &name, int startPos, int endPos)
 
 ~AnimCurveEditable ()
 
bool parseComment (const std::string &comment)
 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 ()
 

Public Attributes

std::string name
 
int startPos
 
int endPos
 
std::string link
 
std::string animationSystemCurve
 
std::string newText
 
- Public Attributes inherited from Editable
std::string name
 
int startPos
 
int endPos
 

Detailed Description

Definition at line 238 of file Editable.h.

Constructor & Destructor Documentation

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

Definition at line 249 of file Editable.h.

AnimCurveEditable::~AnimCurveEditable ( )
inline

Definition at line 256 of file Editable.h.

Member Function Documentation

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

Implements Editable.

Definition at line 267 of file Editable.h.

References SeExpr2::curve, it, link, newText, and UNUSED.

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

Implements Editable.

Definition at line 288 of file Editable.h.

References UNUSED.

bool AnimCurveEditable::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 258 of file Editable.h.

References animationSystemCurve.

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

Reimplemented from Editable.

Definition at line 262 of file Editable.h.

References name.

Member Data Documentation

std::string AnimCurveEditable::animationSystemCurve

Definition at line 246 of file Editable.h.

Referenced by parseComment().

int AnimCurveEditable::endPos

Definition at line 241 of file Editable.h.

std::string AnimCurveEditable::link
std::string AnimCurveEditable::name

Definition at line 240 of file Editable.h.

Referenced by str().

std::string AnimCurveEditable::newText

Definition at line 247 of file Editable.h.

Referenced by appendString().

int AnimCurveEditable::startPos

Definition at line 241 of file Editable.h.


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