class Group : public Animation


Inheritance:


Public Methods

inline unsigned int addr()
virtual void draw(View*, double now)
void get_members(int *mbrs)
Group(const char *name, unsigned int addr)
int join(int id)
void leave(int id)
inline int size()
virtual void update_bb()
Do nothing
virtual ~Group()

Protected Fields

unsigned int addr_
char* name_
Tcl_HashTable* nodeHash_
int size_

Inherited from Animation:

Public Fields

static Tcl_HashTable* AniHash_
static unsigned int LASTID_
static unsigned int nAniHash_

Public Methods

void addTag(Animation *)
const BBox& bbox()
void change_color(char *color)
virtual int classid()
void color(char *color)
void deleteTag(Animation *)
void detach()
virtual float distance(float x, float y)
static Animation* find(unsigned int id)
virtual const char* getedst()
virtual const char* getesrc()
virtual const char* getfid()
Animation* getLastTag()
virtual const char* getname()
inline Animation* getTag(int i)
virtual const char* gettype()
int id()
virtual const char* info()
void insert(Animation **)
virtual int inside(double now, float px, float py)
virtual int inside(float px, float py)
inline int isTagged()
inline void merge(BBox& b)
virtual void monitor(Monitor *m, double now, char *result, int len)
virtual MonState* monitor_state(void)
virtual void move(EditView*, float, float )
inline Animation* next()
inline int numTag()
inline int paint()
void paint(int id)
inline Animation** prev()
virtual const char* property()
void remove_monitor()
virtual void reset(double now)
inline StateInfo stateInfo()
void toggle_color()
inline int type()
virtual void update(double now)

Protected Fields

int aType_
BBox bb_
unsigned int id_
Monitor* monitor_
Animation* next_
int nTag_
int oldPaint_
int paint_
Animation** prev_
StateInfo si_
Animation** tags_

Documentation

Group(const char *name, unsigned int addr)

virtual ~Group()

virtual void draw(View*, double now)

inline int size()

inline unsigned int addr()

int join(int id)

void leave(int id)

void get_members(int *mbrs)

virtual void update_bb()
Do nothing

Tcl_HashTable* nodeHash_

int size_

unsigned int addr_

char* name_


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de