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 GetQmaxMainWindow ()
 

Static Public Attributes

tuple AttachQWidgetToMax = staticmethod(AttachQWidgetToMax)
 
tuple CreateHIconsFromMultiResIcon = staticmethod(CreateHIconsFromMultiResIcon)
 
tuple GetQmaxMainWindow = staticmethod(GetQmaxMainWindow)
 
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 GetQmaxMainWindow ( )
GetQmaxMainWindow() -> UINT_PTR