FBHandle Class Reference

#include <fbcore.h>
FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle FBHandle
Inheritance diagram for FBHandle:
Inheritance graph
[legend]

List of all members.


Detailed Description

FBHandle class.

This class exposes the Handle object of the application. This is a terminal class and should not be used as a base for a new class.

Definition at line 311 of file fbcore.h.


Public Member Functions

  FBHandle (char *pName, HIObject pObject=NULL)
  Public constructor.
void  Select ()
  Meta selection.

Public Attributes

FBPropertyListObject  Follow
  List: Object to be followed by the handle. Should have a cardinality of 1.
FBPropertyListObject  Manipulate
  List: Objects manipulated by the handle.
FBPropertyListObject  ManipulateTranslation
  List: Objects manipulated by the handle. Only their translation is affected.
FBPropertyListObject  ManipulateRotation
  List: Objects manipulated by the handle. Only their rotation is affected.
FBPropertyListObject  ManipulateScaling
  List: Objects manipulated by the handle. Only their scaling is affected.
FBPropertyListObject  Image
  List: Image to be used in the handle display. Only the image at position 0 is used.

Constructor & Destructor Documentation

FBHandle ( char *  pName,
HIObject  pObject = NULL  
)

Public constructor.

This constructor is used to create a new object.

Parameters:
pName  Object name.
pObject  For internal use only.

Member Function Documentation

void Select (  ) 

Meta selection.

With this method, the handle itself is selected as well as all the models that are manipulated by the handle.


Member Data Documentation

FBPropertyListObject Follow

List: Object to be followed by the handle. Should have a cardinality of 1.

Definition at line 328 of file fbcore.h.

FBPropertyListObject Manipulate

List: Objects manipulated by the handle.

Definition at line 329 of file fbcore.h.

FBPropertyListObject ManipulateTranslation

List: Objects manipulated by the handle. Only their translation is affected.

Definition at line 330 of file fbcore.h.

FBPropertyListObject ManipulateRotation

List: Objects manipulated by the handle. Only their rotation is affected.

Definition at line 331 of file fbcore.h.

FBPropertyListObject ManipulateScaling

List: Objects manipulated by the handle. Only their scaling is affected.

Definition at line 332 of file fbcore.h.

FBPropertyListObject Image

List: Image to be used in the handle display. Only the image at position 0 is used.

Definition at line 333 of file fbcore.h.


Please send us your comments about this page.