#include <fbnote.h>
Definition at line 66 of file fbnote.h.
Public Member Functions |
|
FBNote (char *pName, HIObject pObject=NULL) | |
Constructor. |
|
virtual bool | Attach (HFBComponent pComp=NULL) |
Attach the note to a component. |
|
virtual bool | Detach (HFBComponent pComp=NULL) |
Detach the note from a component. |
|
Public Attributes |
|
FBPropertyString | StaticComment |
Read Write Property: Comment
associated to this note. |
FBNote | ( | char * | pName, | |
HIObject | pObject = NULL |
|||
) |
Constructor.
pName | Name of note. | |
pObject | For internal use only(default=NULL). |
virtual bool Attach | ( | HFBComponent | pComp = NULL |
) | [virtual] |
Attach the note to a component.
Will attach the note to the component. If pComp is NULL, the note will only be added to the scene.
pComp | Component on which to attach note. |
virtual bool Detach | ( | HFBComponent | pComp = NULL |
) | [virtual] |
Detach the note from a component.
Will detach the note from the component. If pComp is NULL, the note will be removed from the scene and detached from all components.
pComp | Component from which to detach note. |