home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- switchwindow/cxbrokerclass
- switchwindow/cxclass
- switchwindow/cxfilterclass
- switchwindow/cxtranslateclass
- switchwindow/cxbrokerclass switchwindow/cxbrokerclass
-
- NAME
- cxbrokerclass -- A commodities broker object.
-
- FUNCTION
- Class: cxbrokerclass
- Superclass: cxclass
-
- Commodities broker object.
-
- TAGS
- CXBROKERA_Name (STRPTR) -- Broker's name.
- Defaults to current projects name.
-
- Applicability is (ISG).
-
- CXBROKERA_Title (STRPTR) -- Broker's title.
- Defaults to NULL.
-
- Applicability is (ISG).
-
- CXBROKERA_Descr (STRPTR) -- Brokers's description.
- Defaults to NULL.
-
- Applicability is (ISG).
-
- CXBROKERA_DoUnique (BOOL) -- Broker's name should be unique in
- commodities brokerlist.
-
- Applicability is (ISG).
-
- CXBROKERA_DoNotify (BOOL) --
-
- Applicability is (ISG).
-
- CXBROKERA_DoShowHide (BOOL) -- Broker's project want to hear
- PROJECTA_SHOWGUI events.
-
- Applicability is (ISG).
-
- ...
-
- CXBROKERA_BrokerError (long) -- BrokerCxObj error code
-
- Applicability is (ISG).
-
- CXBROKERA_ShowGui (BOOL) -- brokerclass object will send this tag
- whenever a CXCMD_APPEAR/CXCMD_DISAPPEAR msg will arrive.
-
- Applicability is (N).
-
- CXBROKERA_Close (BOOL) -- brokerclass object will send this tag
- whenever a CXCMD_KILL msg will arrive.
-
- Applicability is (N).
-
-
- SEE ALSO
- commodities.library/CxBroker()
-
- switchwindow/cxclass switchwindow/cxclass
-
- NAME
- cxclass -- Basic commodities object.
-
- FUNCTION
- Class: cxclass
- Superclass: icclass
-
- Internal commodities support class.
- This class should only be used with a subclass.
-
- METHODS
- OM_NEW -- Create a new object.
-
- OM_SET -- Set an object's attribute.
-
- OM_GET -- Obtain the value of an attribute.
-
- OM_UPDATE -- Process the arrived CxMsgs.
-
- OM_ADDMEMBER -- Attaches an object to CxObj and add it to the
- internal memberlist (using OM_ADDTAIL).
-
- OM_REMMEMBER -- Removes an object from CxObj and removes it also
- from the internal memberlist (using OM_REMOVE).
-
- OM_DISPOSE -- Dispose object.
-
- ...
-
- TAGS
- CXA_Priority (LONG) -- Commodities object priority.
- Defaults to 0.
-
- Applicability is (ISGU).
-
- CXA_Disabled (BOOL) -- Disabling of CxObj.
- Defaults to FALSE.
-
- Applicability is (ISGU).
-
- ...
-
- CXA_ID (UWORD) -- Object ID like GA_ID
-
- Applicability is (ISGUN).
-
- CXA_UserData (ULONG) -- User data like GA_UserData
-
- Applicability is (ISGU).
-
- CXA_CxObjError (LONG) -- Get the error id from CxObjError().
- Setting/Updating this tag will cause ClearCxObjError().
-
- Applicability is (SGU).
-
- BUGS
- CXA_Priority is not fully supported yet.
-
- SEE ALSO
- commodities.library/CxObjError(),
- commodities.library/ClearCxObjError()
-
- switchwindow/cxfilterclass switchwindow/cxfilterclass
-
- NAME
- cxfilterclass -- A commodities filter object.
-
- FUNCTION
- Class: cxfilterclass
- Superclass: cxclass
-
- Commodities filter object.
-
- METHODS
- ...
-
- TAGS
- CXFILTERA_FilterString (STRPTR) -- A commodities filter string.
-
- Applicability is (ISGU).
-
- BUGS
- ...
-
- SEE ALSO
- amiga.lib/CxFilter(), commodities.library/CreateCxObj(),
- commodities.library/SetFilter()
-
- switchwindow/cxtranslateclass switchwindow/cxtranslateclass
-
- NAME
- cxtranslateclass -- A commodities translate object.
-
- FUNCTION
- Class: cxtranslateclass
- Superclass: cxclass
-
- Commodities translate object.
-
- TAGS
- CXTRANSLATEA_ReplaceString (STRPTR) -- String to insert in the input
- stream.
-
- Applicability is (ISGU).
-
- BUGS
- ...
-
- SEE ALSO
- amiga.lib/CxTranslate(), commodities.library/CreateCxObj(),
- commodities.library/SetTranslate()
-
-