この参照ページは、次の概要トピックと関連付けられています。#include <mobu-python-api.h>
Inheritance diagram for FBPropertyViewDefinition:Public Member Functions | |
| __reduce__ () | |
| bool | IsOpen (FBPropertyViewDefinition arg1) |
| Is property view open at run time. More... | |
| bool | IsSaved (FBPropertyViewDefinition arg1) |
| Is property view saved on view manager store. More... | |
| bool | IsFolder (FBPropertyViewDefinition arg1) |
| Is view a folder. More... | |
| SetOpen (FBPropertyViewDefinition arg1, object arg2, object arg3) | |
| Set view open/closed at run time. More... | |
| SetSaved (FBPropertyViewDefinition arg1, object arg2, object arg3) | |
| Set view to be saved on view manager store. More... | |
| __init__ (...) | |
| __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.
| __reduce__ | ( | ) |
| bool IsFolder | ( | FBPropertyViewDefinition | arg1 | ) |
Is view a folder.
Python Docstring:
IsFolder( (FBPropertyViewDefinition)arg1) -> bool
C++ Signature:
bool IsFolder()
| bool IsOpen | ( | FBPropertyViewDefinition | arg1 | ) |
Is property view open at run time.
Python Docstring:
IsOpen( (FBPropertyViewDefinition)arg1) -> bool
C++ Signature:
bool IsOpen()
| bool IsSaved | ( | FBPropertyViewDefinition | arg1 | ) |
Is property view saved on view manager store.
Python Docstring:
IsSaved( (FBPropertyViewDefinition)arg1) -> bool
C++ Signature:
bool IsSaved()
| SetOpen | ( | FBPropertyViewDefinition | arg1, |
| object | arg2, | ||
| object | arg3 | ||
| ) |
Set view open/closed at run time.
Python Docstring:
SetOpen( (FBPropertyViewDefinition)arg1, (object)arg2, (object)arg3) -> None
C++ Signature:
void SetOpen(bool pTrue, bool pApplyUpHierarchy)
| SetSaved | ( | FBPropertyViewDefinition | arg1, |
| object | arg2, | ||
| object | arg3 | ||
| ) |
Set view to be saved on view manager store.
Python Docstring:
SetSaved( (FBPropertyViewDefinition)arg1, (object)arg2, (object)arg3) -> None
C++ Signature:
void SetSaved(bool pTrue, bool pApplyUpHierarchy)