home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- switchwindow/routerclass
- switchwindow/routerclass switchwindow/routerclass
-
- NAME
- routerclass -- an object which routes OM_UPDATE/OM_NOTIFY msgs
-
- FUNCTION
- Class: routerclass
- Superclass: icclass
-
- This class routes OM_UPDATE/OM_NOTIFY msgs to two different
- targets.
- Only one of them is used.
- The current routing target is selected by ROUTERA_BOOL,
- which selectes ROUTERA_TARGET_FALSE or ROUTERA_TARGET_TRUE.
- If ROUTERA_TOGGLEMODE was set to TRUE, the boolean is saved,
- later msgs without ROUTERA_BOOL will also send to the selected target.
- If ROUTERA_TOGGLEMODE was set to FALSE and ROUTERA_BOOL don't
- appear in the msg, ROUTERA_DEFAULT value is used instead ROUTERA_BOOL
- for target selection.
-
- METHODS
- OM_NEW -- Create a new object.
-
- OM_SET -- Set an object's attributes.
-
- OM_GET -- Obtain the value of an attribute.
-
- OM_UPDATE
- OM_NOTIFY --
-
- OM_DISPOSE -- Dispose object.
-
-
- TAGS
- ROUTERA_BOOL (BOOL) --
- Defaults to FALSE.
-
- Applicability is (ISGU).
-
- ROUTERA_TARGET_FALSE (Object *) --
-
- Defaults to NULL.
-
- Applicability is (ISGU).
-
- ICA_TARGET
- ROUTERA_TARGET_TRUE (Object *) --
-
- Defaults to NULL.
-
- Applicability is (ISGU).
-
- ROUTERA_TOGGLEMODE (BOOL) --
- Defaults to FALSE.
-
- Applicability is (ISGU).
-
- ROUTERA_DEFAULT (BOOL) --
- Defaults to FALSE.
-
- Applicability is (ISGU).
-
-