FBPropertyViewDefinition Class Reference
 
 
 
FBPropertyViewDefinition Class Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


#include <mobu-python-api.h>


Class Description

FBProperty View. View definition for one property.

Public Member Functions

def  __reduce__ ()
def  IsOpen ()
def  IsSaved ()
def  IsFolder ()
def  SetOpen ()
def  SetSaved ()
def  __init__ ()

Member Function Documentation

def __reduce__ ( )
def IsOpen ( )

Python Docstring:

IsOpen( (FBPropertyViewDefinition)arg1) -> bool 

C++ Signature:

bool IsOpen() 

Is property view open at run time.

def IsSaved ( )

Python Docstring:

IsSaved( (FBPropertyViewDefinition)arg1) -> bool 

C++ Signature:

bool IsSaved() 

Is property view saved on view manager store.

def IsFolder ( )

Python Docstring:

IsFolder( (FBPropertyViewDefinition)arg1) -> bool 

C++ Signature:

bool IsFolder() 

Is view a folder.

def SetOpen ( )

Python Docstring:

SetOpen( (FBPropertyViewDefinition)arg1, (object)arg2, (object)arg3) -> None 

C++ Signature:

void SetOpen(bool pTrue, bool pApplyUpHierarchy) 

Set view open/closed at run time.

def SetSaved ( )

Python Docstring:

SetSaved( (FBPropertyViewDefinition)arg1, (object)arg2, (object)arg3) -> None 

C++ Signature:

void SetSaved(bool pTrue, bool pApplyUpHierarchy) 

Set view to be saved on view manager store.

def __init__ ( )

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Constructors:
The reference documentation for the following C++ symbols may contain additional relevant information.

 FBPropertyViewDefinition()
 FBPropertyViewDefinition(const FBPropertyViewDefinition & )