QtHelpers Class Reference

Class Description

Static functions to faciliate the work with Qt and 3ds max.
+ Inheritance diagram for QtHelpers:

Public Member Functions

def AttachQWidgetToMax (args)
 
def CreateHIconsFromMultiResIcon (args)
 
def GetQMaxWindowWinId ()
 
def MakeQWidgetDockable (args)
 

Static Public Attributes

tuple AttachQWidgetToMax = staticmethod(AttachQWidgetToMax)
 
tuple CreateHIconsFromMultiResIcon = staticmethod(CreateHIconsFromMultiResIcon)
 
tuple GetQMaxWindowWinId = staticmethod(GetQMaxWindowWinId)
 
tuple MakeQWidgetDockable = staticmethod(MakeQWidgetDockable)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def AttachQWidgetToMax (   args)
AttachQWidgetToMax(UINT_PTR winId, bool isModelessDlg=True)
AttachQWidgetToMax(UINT_PTR winId)
def CreateHIconsFromMultiResIcon (   args)
CreateHIconsFromMultiResIcon(HICONWrapperList hicons, wchar_t const * iconName)
def GetQMaxWindowWinId ( )
GetQMaxWindowWinId() -> UINT_PTR
def MakeQWidgetDockable (   args)
MakeQWidgetDockable(UINT_PTR winId, int flag)