Ferreteria/v0.5/feature/access

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | feature
Jump to navigation Jump to search
accessing Feature objects

To get the singleton controller object for a feature, use <Feature class>::Me(). This will create the object if necessary, and ensures that there is only one object per Feature class.

Most of the Feature methods you'll need are in caFeature's grandparent class, caPortIOBank (see also portbank).