VISH
0.2
|
Classification for the quality of objects that may be provided by some Creator. More...
#include </home/werner/origo/vish/ocean/plankton/ObjectQuality.hpp>
Classification for the quality of objects that may be provided by some Creator.
These classifications are supposed to be specified in the VCreator's constructor, some GUI will then only show those objects that fit a certain quality criteria.
SIMPLE |
This is an object that will be available in "simplicity" mode, which is a reduced mode where only essentials are displayed for novices. There are special requirements on objects of this quality, for instance they must provide an extensive help (implementation of VObject::help() ). |
RECOMMENDED |
This object works pretty well. It should be used by default. |
MATURE |
This object is mature enough to be used, use it if you like. |
DEMO |
This object is only for demonstration purposes, but not necessarily providing enduser functionality. |
BETA |
This object may have bugs, but it should be fine. |
EXPERIMENTAL |
This object is just in experimental, don't use it if you want to do serious stuff. |
TEMPORARY |
This object is only temporarily here to check something, it will disappear. |
OUTDATED |
This object is definitely outdated, and only remains here for historical reasons. |