MaxPlus Python API Reference
BitmapManager Class Reference
+ Inheritance diagram for BitmapManager:

Public Member Functions

def CanImport (*args)
 
def FreeSceneBitmaps ()
 
def GetImageInfo (*args)
 
def GetImageInfoDlg (*args)
 
def GetImageInputOptions (*args)
 
def GetSilentMode ()
 
def Load (*args)
 
def SelectDeviceInput (*args)
 
def SelectDeviceOutput (*args)
 
def SelectFileInputEx (*args)
 
def SelectFileOutput (*args)
 
def SetSilentMode (*args)
 

Static Public Attributes

 CanImport = staticmethod(CanImport)
 
 FreeSceneBitmaps = staticmethod(FreeSceneBitmaps)
 
 GetImageInfo = staticmethod(GetImageInfo)
 
 GetImageInfoDlg = staticmethod(GetImageInfoDlg)
 
 GetImageInputOptions = staticmethod(GetImageInputOptions)
 
 GetSilentMode = staticmethod(GetSilentMode)
 
 Load = staticmethod(Load)
 
 SelectDeviceInput = staticmethod(SelectDeviceInput)
 
 SelectDeviceOutput = staticmethod(SelectDeviceOutput)
 
 SelectFileInputEx = staticmethod(SelectFileInputEx)
 
 SelectFileOutput = staticmethod(SelectFileOutput)
 
 SetSilentMode = staticmethod(SetSilentMode)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

Static bitmap utility functions

Member Function Documentation

◆ CanImport()

def CanImport ( args)
CanImport(wchar_t const * filename) -> bool

◆ FreeSceneBitmaps()

def FreeSceneBitmaps ( )
FreeSceneBitmaps()

◆ GetImageInfo()

def GetImageInfo ( args)
GetImageInfo(BitmapInfo bi, wchar_t const * filename=None) -> BMMRES
GetImageInfo(BitmapInfo bi) -> BMMRES

◆ GetImageInfoDlg()

def GetImageInfoDlg ( args)
GetImageInfoDlg(HWND hWnd, BitmapInfo bi, wchar_t const * filename=None) -> BMMRES
GetImageInfoDlg(HWND hWnd, BitmapInfo bi) -> BMMRES

◆ GetImageInputOptions()

def GetImageInputOptions ( args)
GetImageInputOptions(BitmapInfo bi, HWND hWnd) -> bool

◆ GetSilentMode()

def GetSilentMode ( )
GetSilentMode() -> bool

◆ Load()

def Load ( args)
Load(BitmapInfo bi) -> Bitmap

◆ SelectDeviceInput()

def SelectDeviceInput ( args)
SelectDeviceInput(BitmapInfo bi, HWND hWnd) -> bool

◆ SelectDeviceOutput()

def SelectDeviceOutput ( args)
SelectDeviceOutput(BitmapInfo bi, HWND hWnd) -> bool

◆ SelectFileInputEx()

def SelectFileInputEx ( args)
SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None, bool viewonly=False) -> bool
SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool
SelectFileInputEx(BitmapInfo bi, HWND hWnd) -> bool

◆ SelectFileOutput()

def SelectFileOutput ( args)
SelectFileOutput(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool
SelectFileOutput(BitmapInfo bi, HWND hWnd) -> bool

◆ SetSilentMode()

def SetSilentMode ( args)
SetSilentMode(bool x)