
Public Member Functions |
|
| FBNote (str pName) | |
| Constructor. |
|
| bool | Attach (FBComponent pComp=None) |
| Attach the note to a component. |
|
| bool | Detach (FBComponent pComp=None) |
| Detach the note from a component. |
|
Public Attributes |
|
| str | StaticComment |
| Read Write Property: Comment
associated to this note. |
|
| bool Attach | ( | FBComponent | pComp = None |
) |
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. |
| bool Detach | ( | FBComponent | pComp = None |
) |
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. |
Read Write Property: Comment associated to this note.
1.5.3