|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Methods:
- DisplayMapC()
-
Default constructor.
Creates an invalid handle.
- DisplayMapC(BooleanT dontCopyDefault)
-
Constructor.
- DisplayMapC(DisplayMapBodyC & bod)
-
Body constructor.
- GUIWidgetC Display(StdView::ObjectC & obj) const
-
Display an object.
- void SetDisplay(const char * cn,GUIWidgetC (*)(FuncArgList) rf)
-
Set Display function to use for a given type.
- DisplayMapC Copy() const
-
Make a copy of a map.
- BooleanT IsValid() const
-
Check its a valid handle.
- BooleanT IsValidObject() const
-
Check its a valid handle, and that the object is pointed to is also valid.
- RCHandleC<DisplayMapBodyC> & operator=(const RCHandleC<DisplayMapBodyC> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<DisplayMapBodyC> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<DisplayMapBodyC> & oth) const
-
Comparison operator.
- UIntT Hash() const
-
Hash function.x
- BooleanT IsConst() const
-
Is object constant ?
- BooleanT IsNotConst() const
-
Is object not constant ?
- void SetConst(void) const
-
Lock the object.
This is const as a convience though it actual modified the
object, often object you wish to ensure are constant already
have const set.
protected:
- void Invalidate()
-
Turn this into an invalid handle.
- DisplayMapBodyC & Body()
-
Direct access to body.
- const DisplayMapBodyC & Body() const
-
Constant access to body.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|