Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FRAME_TIME_OBSERVER_list Class Reference

#include <view.H>

Inheritance diagram for FRAME_TIME_OBSERVER_list:

Inheritance graph
[legend]
Collaboration diagram for FRAME_TIME_OBSERVER_list:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FRAME_TIME_OBSERVER_list (int n=0)
 FRAME_TIME_OBSERVER_list (const FRAME_TIME_OBSERVER_list &l)
void frame_time_changed () const
 ARRAY (int m=0)
 ARRAY (CARRAY< FRAME_TIME_OBSERVER * > &l)
int num () const
bool empty () const
bool valid_index (int k) const
void set_unique ()
FRAME_TIME_OBSERVER ** array ()
FRAME_TIME_OBSERVER *& operator[] (int j) const
FRAME_TIME_OBSERVER *& last () const
FRAME_TIME_OBSERVER *& first () const
void begin_index ()
void end_index ()
bool is_indexing () const
virtual void clear ()
virtual void truncate (int n)
virtual void realloc (int new_max=0)
virtual int get_index (const FRAME_TIME_OBSERVER *&el) const
bool contains (const FRAME_TIME_OBSERVER *&el) const
bool add_uniquely (const FRAME_TIME_OBSERVER *&el)
void operator+= (const FRAME_TIME_OBSERVER *&el)
ARRAY< FRAME_TIME_OBSERVER * > & operator+= (CARRAY< FRAME_TIME_OBSERVER * > &b)
void add (const FRAME_TIME_OBSERVER *&p)
void push (const FRAME_TIME_OBSERVER *&p)
void insert (int ind, int num)
bool remove (int k)
bool operator-= (const FRAME_TIME_OBSERVER *&el)
void operator-= (CARRAY< FRAME_TIME_OBSERVER * > &l)
bool rem (const FRAME_TIME_OBSERVER *&p)
FRAME_TIME_OBSERVERpop ()
bool pull_index (int k)
bool pull_element (const FRAME_TIME_OBSERVER *&p)
virtual void shift (int p)
ARRAY< FRAME_TIME_OBSERVER * > extract (int start, int n) const
virtual void reverse ()
virtual void sort (compare_func_t compare)

Protected Member Functions

virtual void set_index (const FRAME_TIME_OBSERVER *&, int) const
virtual void clear_index (const FRAME_TIME_OBSERVER *&) const
virtual void clear_ele (int)
virtual void clear_range (int i, int j)
virtual void append_ele (const FRAME_TIME_OBSERVER *&el)

Protected Attributes

FRAME_TIME_OBSERVER ** _array
int _num
int _max
bool _unique
bool _do_index

Detailed Description

Definition at line 20 of file view.H.


Constructor & Destructor Documentation

FRAME_TIME_OBSERVER_list::FRAME_TIME_OBSERVER_list int  n = 0  )  [inline]
 

Definition at line 22 of file view.H.

FRAME_TIME_OBSERVER_list::FRAME_TIME_OBSERVER_list const FRAME_TIME_OBSERVER_list l  )  [inline]
 

Definition at line 23 of file view.H.


Member Function Documentation

void ARRAY< FRAME_TIME_OBSERVER * >::add const FRAME_TIME_OBSERVER * &  p  )  [inline, inherited]
 

Definition at line 306 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::add_uniquely const FRAME_TIME_OBSERVER * &  el  )  [inline, inherited]
 

Definition at line 289 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::append_ele const FRAME_TIME_OBSERVER * &  el  )  [inline, protected, virtual, inherited]
 

Definition at line 154 of file support.H.

FRAME_TIME_OBSERVER * * ARRAY< FRAME_TIME_OBSERVER * >::array  )  [inline, inherited]
 

Definition at line 189 of file support.H.

ARRAY< FRAME_TIME_OBSERVER * >::ARRAY CARRAY< FRAME_TIME_OBSERVER * > &  l  )  [inline, inherited]
 

Definition at line 177 of file support.H.

ARRAY< FRAME_TIME_OBSERVER * >::ARRAY int  m = 0  )  [inline, inherited]
 

Definition at line 173 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::begin_index  )  [inline, inherited]
 

Definition at line 206 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::clear void   )  [inline, virtual, inherited]
 

Definition at line 224 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::clear_ele int   )  [inline, protected, virtual, inherited]
 

Definition at line 143 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::clear_index const FRAME_TIME_OBSERVER * &   )  const [inline, protected, virtual, inherited]
 

Definition at line 137 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::clear_range int  i,
int  j
[inline, protected, virtual, inherited]
 

Definition at line 146 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::contains const FRAME_TIME_OBSERVER * &  el  )  const [inline, inherited]
 

Definition at line 283 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::empty  )  const [inline, inherited]
 

Definition at line 185 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::end_index  )  [inline, inherited]
 

Definition at line 213 of file support.H.

ARRAY<FRAME_TIME_OBSERVER * > ARRAY< FRAME_TIME_OBSERVER * >::extract int  start,
int  n
const [inline, inherited]
 

Definition at line 417 of file support.H.

FRAME_TIME_OBSERVER * & ARRAY< FRAME_TIME_OBSERVER * >::first  )  const [inline, inherited]
 

Definition at line 198 of file support.H.

void FRAME_TIME_OBSERVER_list::frame_time_changed  )  const
 

Definition at line 95 of file view.C.

References ARRAY< FRAME_TIME_OBSERVER * >::num().

Referenced by VIEW::set_frame_time().

virtual int ARRAY< FRAME_TIME_OBSERVER * >::get_index const FRAME_TIME_OBSERVER * &  el  )  const [inline, virtual, inherited]
 

Definition at line 275 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::insert int  ind,
int  num
[inline, inherited]
 

Definition at line 319 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::is_indexing  )  const [inline, inherited]
 

Definition at line 219 of file support.H.

FRAME_TIME_OBSERVER * & ARRAY< FRAME_TIME_OBSERVER * >::last  )  const [inline, inherited]
 

Definition at line 194 of file support.H.

int ARRAY< FRAME_TIME_OBSERVER * >::num  )  const [inline, inherited]
 

Definition at line 184 of file support.H.

Referenced by frame_time_changed().

ARRAY<FRAME_TIME_OBSERVER * >& ARRAY< FRAME_TIME_OBSERVER * >::operator+= CARRAY< FRAME_TIME_OBSERVER * > &  b  )  [inline, inherited]
 

Definition at line 431 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::operator+= const FRAME_TIME_OBSERVER * &  el  )  [inline, inherited]
 

Definition at line 298 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::operator-= CARRAY< FRAME_TIME_OBSERVER * > &  l  )  [inline, inherited]
 

Definition at line 451 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::operator-= const FRAME_TIME_OBSERVER * &  el  )  [inline, inherited]
 

Definition at line 352 of file support.H.

FRAME_TIME_OBSERVER * & ARRAY< FRAME_TIME_OBSERVER * >::operator[] int  j  )  const [inline, inherited]
 

Definition at line 190 of file support.H.

FRAME_TIME_OBSERVER * ARRAY< FRAME_TIME_OBSERVER * >::pop  )  [inline, inherited]
 

Definition at line 357 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::pull_element const FRAME_TIME_OBSERVER * &  p  )  [inline, inherited]
 

Definition at line 383 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::pull_index int  k  )  [inline, inherited]
 

Definition at line 366 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::push const FRAME_TIME_OBSERVER * &  p  )  [inline, inherited]
 

Definition at line 309 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::realloc int  new_max = 0  )  [inline, virtual, inherited]
 

Definition at line 252 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::rem const FRAME_TIME_OBSERVER * &  p  )  [inline, inherited]
 

Definition at line 353 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::remove int  k  )  [inline, inherited]
 

Definition at line 333 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::reverse  )  [inline, virtual, inherited]
 

Definition at line 457 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::set_index const FRAME_TIME_OBSERVER * &  ,
int 
const [inline, protected, virtual, inherited]
 

Definition at line 136 of file support.H.

void ARRAY< FRAME_TIME_OBSERVER * >::set_unique  )  [inline, inherited]
 

Definition at line 187 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::shift int  p  )  [inline, virtual, inherited]
 

Definition at line 389 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::sort compare_func_t  compare  )  [inline, virtual, inherited]
 

Definition at line 468 of file support.H.

virtual void ARRAY< FRAME_TIME_OBSERVER * >::truncate int  n  )  [inline, virtual, inherited]
 

Definition at line 234 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::valid_index int  k  )  const [inline, inherited]
 

Definition at line 186 of file support.H.


Member Data Documentation

FRAME_TIME_OBSERVER * * ARRAY< FRAME_TIME_OBSERVER * >::_array [protected, inherited]
 

Definition at line 121 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::_do_index [protected, inherited]
 

Definition at line 125 of file support.H.

int ARRAY< FRAME_TIME_OBSERVER * >::_max [protected, inherited]
 

Definition at line 123 of file support.H.

int ARRAY< FRAME_TIME_OBSERVER * >::_num [protected, inherited]
 

Definition at line 122 of file support.H.

bool ARRAY< FRAME_TIME_OBSERVER * >::_unique [protected, inherited]
 

Definition at line 124 of file support.H.


The documentation for this class was generated from the following files:
Generated on Mon Sep 18 11:45:23 2006 for jot by  doxygen 1.4.4