Ipelib
Public Member Functions | Public Attributes | List of all members
ipe::Symbol Class Reference

#include <ipestyle.h>

Public Member Functions

 Symbol ()
 
 Symbol (Object *object)
 
 Symbol (const Symbol &rhs)
 
Symboloperator= (const Symbol &rhs)
 
 ~Symbol ()
 

Public Attributes

bool iXForm
 
TTransformations iTransformations
 
ObjectiObject
 

Detailed Description

A symbol is a named object defined in an ipe::StyleSheet.

Constructor & Destructor Documentation

Symbol::Symbol ( )

Default constructor.

Symbol::Symbol ( Object object)

Create symbol for object (takes ownership).

References ipe::ETransformationsAffine, iObject, iTransformations, and iXForm.

Symbol::Symbol ( const Symbol rhs)

Copy constructor.

References ipe::Object::clone(), iObject, iTransformations, and iXForm.

Symbol::~Symbol ( )

Destructor.

References iObject.

Member Function Documentation

Symbol & Symbol::operator= ( const Symbol rhs)

Assignment operator.

References ipe::Object::clone(), iObject, iTransformations, and iXForm.

Member Data Documentation

bool ipe::Symbol::iXForm
TTransformations ipe::Symbol::iTransformations
Object* ipe::Symbol::iObject

The documentation for this class was generated from the following files: