KFbxNull Class Reference

#include <kfbxnull.h>

Inherits KFbxNodeAttribute.

Inheritance diagram for KFbxNull:

Inheritance graph
List of all members.

Detailed Description

This node attribute contains the properties of a null node.

Definition at line 59 of file kfbxnull.h.

Null Properties

enum  ELook
 Null look types. More...
void SetLook (ELook pLook)
 Set look.
ELook GetLook () const
 Get look.
void SetSize (double pSize)
 Set size.
double GetSize () const
 Get size.
bool GetSizeIsSet () const
 Get a flag used to verify that the size has been set.
double GetSizeDefaultValue () const
 Get the default value for the size.

Public Member Functions

virtual EAttributeType GetAttributeType () const
 Return the type of node attribute which is EAttributeType::eNULL.
void Reset ()
 Reset to default values.


Member Enumeration Documentation

enum ELook

Null look types.

  • eNONE
  • eCROSS

Definition at line 79 of file kfbxnull.h.


Member Function Documentation

virtual EAttributeType GetAttributeType (  )  const [virtual]

Return the type of node attribute which is EAttributeType::eNULL.

Reimplemented from KFbxNodeAttribute.

void Reset (  ) 

Reset to default values.

void SetLook ( ELook  pLook  ) 

Set look.

Parameters:
pLook The graphical representation of this object.

ELook GetLook (  )  const

Get look.

Returns:
The current graphical representation for this object.

void SetSize ( double  pSize  ) 

Set size.

Parameters:
pSize Size of the graphical representation of this object.
Remarks:
This method does not check the passed value.

double GetSize (  )  const

Get size.

Returns:
The current size of the graphical representation of this object.

bool GetSizeIsSet (  )  const

Get a flag used to verify that the size has been set.

Returns:
true if SetSize() was called for this object.
Remarks:
When an attribute is not set, the application can choose to ignore the attribute or use the default value. When Reset() is called, this flag is set to false.

double GetSizeDefaultValue (  )  const

Get the default value for the size.

Returns:
Default size of this object (100).