#include <gel_obs.H>
Inheritance diagram for LOADobs:
Public Types | |
enum | load_status_t { LOAD_ERROR_NONE = 0, LOAD_ERROR_STREAM, LOAD_ERROR_JOT, LOAD_ERROR_CWD, LOAD_ERROR_AUX, LOAD_ERROR_READ } |
Public Member Functions | |
virtual | ~LOADobs () |
virtual void | notify_preload (NetStream &s, load_status_t &status, bool from_file, bool full_scene) |
virtual void | notify_postload (NetStream &s, load_status_t &status, bool from_file, bool full_scene) |
virtual void | notify_load (NetStream &s, load_status_t &status, bool from_file, bool full_scene) |
void | preload_obs () |
void | postload_obs () |
void | load_obs () |
void | unobs_load () |
void | unobs_preload () |
void | unobs_postload () |
Static Public Member Functions | |
static void | notify_load_obs (NetStream &s, load_status_t &status, bool to_file, bool full_scene) |
Static Protected Member Functions | |
static LOADobs_list * | loadobs_list () |
static LOADobs_list * | preloadobs_list () |
static LOADobs_list * | postloadobs_list () |
Static Protected Attributes | |
static LOADobs_list * | _load_obs = 0 |
static LOADobs_list * | _preload_obs = 0 |
static LOADobs_list * | _postload_obs = 0 |
Definition at line 205 of file gel_obs.H.
|
|
|
|
|
Definition at line 234 of file gel_obs.H. References loadobs_list(). Referenced by DISTRIB::DISTRIB(). |
|
Definition at line 220 of file gel_obs.H. References _load_obs. Referenced by load_obs(), notify_load_obs(), and unobs_load(). |
|
Reimplemented in DISTRIB. |
|
Definition at line 399 of file gel.C. References distrib(), LOAD_ERROR_NONE, loadobs_list(), postloadobs_list(), and preloadobs_list(). Referenced by do_load(), Animator::format(), and BaseJOTapp::load_jot_file(). |
|
|
|
|
|
Definition at line 233 of file gel_obs.H. References postloadobs_list(). Referenced by IOManager::IOManager(). |
|
Definition at line 222 of file gel_obs.H. References _postload_obs. Referenced by notify_load_obs(), postload_obs(), and unobs_postload(). |
|
Definition at line 232 of file gel_obs.H. References preloadobs_list(). Referenced by IOManager::IOManager(). |
|
Definition at line 221 of file gel_obs.H. References _preload_obs. Referenced by notify_load_obs(), preload_obs(), and unobs_preload(). |
|
Definition at line 235 of file gel_obs.H. References loadobs_list(). |
|
Definition at line 237 of file gel_obs.H. References postloadobs_list(). |
|
Definition at line 236 of file gel_obs.H. References preloadobs_list(). |
|
Definition at line 216 of file gel_obs.H. Referenced by loadobs_list(). |
|
Definition at line 218 of file gel_obs.H. Referenced by postloadobs_list(). |
|
Definition at line 217 of file gel_obs.H. Referenced by preloadobs_list(). |