Contains a few user-interface utilities. More...
Go to the source code of this file.
Classes | |
class | FBPropertyInspector |
Property inspector class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
Functions | |
__FB_FORWARD (FBPropertyInspector) | |
K_DLLIMPORT QMainWindow * | FBGetMainWindow () |
Return the MotionBuilder main window. | |
K_DLLIMPORT void * | FBGetNativeWindowHandle (QWidget *pWidget) |
Return a platform-specific native window handle for the specified widget. | |
Contains a few user-interface utilities.
Definition in file fbuiutil.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbuiutil.h.
K_DLLIMPORT QMainWindow * FBGetMainWindow | ( | ) |
Return the MotionBuilder main window.
The following Python snippet shows how to get the MotionBuilder main window.
K_DLLIMPORT void * FBGetNativeWindowHandle | ( | QWidget * | pWidget | ) |
Return a platform-specific native window handle for the specified widget.
It is similar of calling QWidget::effectiveWinId().
pWidget | Widget whose native window handle is to be returned. |
The following C++ snippet shows how to get the MotionBuilder main window native window handle.