home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2006-08-04 | 79.4 KB | 1,309 lines
# This file was created automatically by SWIG. # Don't modify this file, modify the SWIG interface instead. # This file is compatible with both classic and new-style classes. import _mmcommon def _swig_setattr_nondynamic(self,class_type,name,value,static=1): if (name == "this"): if isinstance(value, class_type): self.__dict__[name] = value.this if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown del value.thisown return method = class_type.__swig_setmethods__.get(name,None) if method: return method(self,value) if (not static) or hasattr(self,name) or (name == "thisown"): self.__dict__[name] = value else: raise AttributeError("You cannot add attributes to %s" % self) def _swig_setattr(self,class_type,name,value): return _swig_setattr_nondynamic(self,class_type,name,value,0) def _swig_getattr(self,class_type,name): method = class_type.__swig_getmethods__.get(name,None) if method: return method(self) raise AttributeError,name import types try: _object = types.ObjectType _newclass = 1 except AttributeError: class _object : pass _newclass = 0 del types MMDT_DATE_WILDCARD = _mmcommon.MMDT_DATE_WILDCARD MMDT_TIME_WILDCARD = _mmcommon.MMDT_TIME_WILDCARD FILETIME_Second = _mmcommon.FILETIME_Second FILETIME_Minute = _mmcommon.FILETIME_Minute FILETIME_Hour = _mmcommon.FILETIME_Hour FILETIME_Day = _mmcommon.FILETIME_Day class MMDateTimeUtils(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMDateTimeUtils, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMDateTimeUtils, name) def __repr__(self): return "<%s.%s; proxy of C++ MMDateTimeUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_getmethods__["ToHumanString"] = lambda x: _mmcommon.MMDateTimeUtils_ToHumanString if _newclass:ToHumanString = staticmethod(_mmcommon.MMDateTimeUtils_ToHumanString) __swig_getmethods__["ToHumanStringForThumbnails"] = lambda x: _mmcommon.MMDateTimeUtils_ToHumanStringForThumbnails if _newclass:ToHumanStringForThumbnails = staticmethod(_mmcommon.MMDateTimeUtils_ToHumanStringForThumbnails) __swig_getmethods__["ToDBString"] = lambda x: _mmcommon.MMDateTimeUtils_ToDBString if _newclass:ToDBString = staticmethod(_mmcommon.MMDateTimeUtils_ToDBString) __swig_getmethods__["FromDBString"] = lambda x: _mmcommon.MMDateTimeUtils_FromDBString if _newclass:FromDBString = staticmethod(_mmcommon.MMDateTimeUtils_FromDBString) __swig_getmethods__["GetYear"] = lambda x: _mmcommon.MMDateTimeUtils_GetYear if _newclass:GetYear = staticmethod(_mmcommon.MMDateTimeUtils_GetYear) __swig_getmethods__["GetMonth"] = lambda x: _mmcommon.MMDateTimeUtils_GetMonth if _newclass:GetMonth = staticmethod(_mmcommon.MMDateTimeUtils_GetMonth) __swig_getmethods__["GetDay"] = lambda x: _mmcommon.MMDateTimeUtils_GetDay if _newclass:GetDay = staticmethod(_mmcommon.MMDateTimeUtils_GetDay) __swig_getmethods__["GetHour"] = lambda x: _mmcommon.MMDateTimeUtils_GetHour if _newclass:GetHour = staticmethod(_mmcommon.MMDateTimeUtils_GetHour) __swig_getmethods__["GetMinute"] = lambda x: _mmcommon.MMDateTimeUtils_GetMinute if _newclass:GetMinute = staticmethod(_mmcommon.MMDateTimeUtils_GetMinute) __swig_getmethods__["GetSecond"] = lambda x: _mmcommon.MMDateTimeUtils_GetSecond if _newclass:GetSecond = staticmethod(_mmcommon.MMDateTimeUtils_GetSecond) __swig_getmethods__["SetTimeToWildcard"] = lambda x: _mmcommon.MMDateTimeUtils_SetTimeToWildcard if _newclass:SetTimeToWildcard = staticmethod(_mmcommon.MMDateTimeUtils_SetTimeToWildcard) __swig_getmethods__["FromExifString"] = lambda x: _mmcommon.MMDateTimeUtils_FromExifString if _newclass:FromExifString = staticmethod(_mmcommon.MMDateTimeUtils_FromExifString) __swig_getmethods__["ToExifString"] = lambda x: _mmcommon.MMDateTimeUtils_ToExifString if _newclass:ToExifString = staticmethod(_mmcommon.MMDateTimeUtils_ToExifString) __swig_getmethods__["FromHTMLString"] = lambda x: _mmcommon.MMDateTimeUtils_FromHTMLString if _newclass:FromHTMLString = staticmethod(_mmcommon.MMDateTimeUtils_FromHTMLString) __swig_getmethods__["GetAppStartupTime"] = lambda x: _mmcommon.MMDateTimeUtils_GetAppStartupTime if _newclass:GetAppStartupTime = staticmethod(_mmcommon.MMDateTimeUtils_GetAppStartupTime) __swig_getmethods__["FromSysTime"] = lambda x: _mmcommon.MMDateTimeUtils_FromSysTime if _newclass:FromSysTime = staticmethod(_mmcommon.MMDateTimeUtils_FromSysTime) __swig_getmethods__["FromStructTM"] = lambda x: _mmcommon.MMDateTimeUtils_FromStructTM if _newclass:FromStructTM = staticmethod(_mmcommon.MMDateTimeUtils_FromStructTM) __swig_getmethods__["ToSysTime"] = lambda x: _mmcommon.MMDateTimeUtils_ToSysTime if _newclass:ToSysTime = staticmethod(_mmcommon.MMDateTimeUtils_ToSysTime) __swig_getmethods__["ToSysTimeSansWild"] = lambda x: _mmcommon.MMDateTimeUtils_ToSysTimeSansWild if _newclass:ToSysTimeSansWild = staticmethod(_mmcommon.MMDateTimeUtils_ToSysTimeSansWild) __swig_getmethods__["DifferenceInSeconds"] = lambda x: _mmcommon.MMDateTimeUtils_DifferenceInSeconds if _newclass:DifferenceInSeconds = staticmethod(_mmcommon.MMDateTimeUtils_DifferenceInSeconds) __swig_getmethods__["GetCurTime"] = lambda x: _mmcommon.MMDateTimeUtils_GetCurTime if _newclass:GetCurTime = staticmethod(_mmcommon.MMDateTimeUtils_GetCurTime) __swig_getmethods__["SystemTimeToTM"] = lambda x: _mmcommon.MMDateTimeUtils_SystemTimeToTM if _newclass:SystemTimeToTM = staticmethod(_mmcommon.MMDateTimeUtils_SystemTimeToTM) __swig_getmethods__["FILETIME2ULARGE_INTEGER"] = lambda x: _mmcommon.MMDateTimeUtils_FILETIME2ULARGE_INTEGER if _newclass:FILETIME2ULARGE_INTEGER = staticmethod(_mmcommon.MMDateTimeUtils_FILETIME2ULARGE_INTEGER) __swig_getmethods__["ULARGE_INTEGER2FILETIME"] = lambda x: _mmcommon.MMDateTimeUtils_ULARGE_INTEGER2FILETIME if _newclass:ULARGE_INTEGER2FILETIME = staticmethod(_mmcommon.MMDateTimeUtils_ULARGE_INTEGER2FILETIME) __swig_getmethods__["GetMonthDayMax"] = lambda x: _mmcommon.MMDateTimeUtils_GetMonthDayMax if _newclass:GetMonthDayMax = staticmethod(_mmcommon.MMDateTimeUtils_GetMonthDayMax) __swig_getmethods__["GetDayOfTheWeek"] = lambda x: _mmcommon.MMDateTimeUtils_GetDayOfTheWeek if _newclass:GetDayOfTheWeek = staticmethod(_mmcommon.MMDateTimeUtils_GetDayOfTheWeek) __swig_getmethods__["OffsetDays"] = lambda x: _mmcommon.MMDateTimeUtils_OffsetDays if _newclass:OffsetDays = staticmethod(_mmcommon.MMDateTimeUtils_OffsetDays) __swig_getmethods__["Compare"] = lambda x: _mmcommon.MMDateTimeUtils_Compare if _newclass:Compare = staticmethod(_mmcommon.MMDateTimeUtils_Compare) __swig_getmethods__["CondenseFileTimeRanges"] = lambda x: _mmcommon.MMDateTimeUtils_CondenseFileTimeRanges if _newclass:CondenseFileTimeRanges = staticmethod(_mmcommon.MMDateTimeUtils_CondenseFileTimeRanges) __swig_getmethods__["HitTestFileTimeRanges"] = lambda x: _mmcommon.MMDateTimeUtils_HitTestFileTimeRanges if _newclass:HitTestFileTimeRanges = staticmethod(_mmcommon.MMDateTimeUtils_HitTestFileTimeRanges) __swig_getmethods__["TrimFileTimeRanges"] = lambda x: _mmcommon.MMDateTimeUtils_TrimFileTimeRanges if _newclass:TrimFileTimeRanges = staticmethod(_mmcommon.MMDateTimeUtils_TrimFileTimeRanges) __swig_getmethods__["ExcludeFileTimeRange"] = lambda x: _mmcommon.MMDateTimeUtils_ExcludeFileTimeRange if _newclass:ExcludeFileTimeRange = staticmethod(_mmcommon.MMDateTimeUtils_ExcludeFileTimeRange) __swig_getmethods__["FileTimeRangeStart"] = lambda x: _mmcommon.MMDateTimeUtils_FileTimeRangeStart if _newclass:FileTimeRangeStart = staticmethod(_mmcommon.MMDateTimeUtils_FileTimeRangeStart) __swig_getmethods__["FileTimeRangeEnd"] = lambda x: _mmcommon.MMDateTimeUtils_FileTimeRangeEnd if _newclass:FileTimeRangeEnd = staticmethod(_mmcommon.MMDateTimeUtils_FileTimeRangeEnd) __swig_getmethods__["GetFileTimeRangeSpan"] = lambda x: _mmcommon.MMDateTimeUtils_GetFileTimeRangeSpan if _newclass:GetFileTimeRangeSpan = staticmethod(_mmcommon.MMDateTimeUtils_GetFileTimeRangeSpan) __swig_getmethods__["TraceFileTime"] = lambda x: _mmcommon.MMDateTimeUtils_TraceFileTime if _newclass:TraceFileTime = staticmethod(_mmcommon.MMDateTimeUtils_TraceFileTime) def __init__(self, *args): _swig_setattr(self, MMDateTimeUtils, 'this', _mmcommon.new_MMDateTimeUtils(*args)) _swig_setattr(self, MMDateTimeUtils, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_MMDateTimeUtils): try: if self.thisown: destroy(self) except: pass class MMDateTimeUtilsPtr(MMDateTimeUtils): def __init__(self, this): _swig_setattr(self, MMDateTimeUtils, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMDateTimeUtils, 'thisown', 0) _swig_setattr(self, MMDateTimeUtils,self.__class__,MMDateTimeUtils) _mmcommon.MMDateTimeUtils_swigregister(MMDateTimeUtilsPtr) MMDateTimeUtils_ToHumanString = _mmcommon.MMDateTimeUtils_ToHumanString MMDateTimeUtils_ToHumanStringForThumbnails = _mmcommon.MMDateTimeUtils_ToHumanStringForThumbnails MMDateTimeUtils_ToDBString = _mmcommon.MMDateTimeUtils_ToDBString MMDateTimeUtils_FromDBString = _mmcommon.MMDateTimeUtils_FromDBString MMDateTimeUtils_GetYear = _mmcommon.MMDateTimeUtils_GetYear MMDateTimeUtils_GetMonth = _mmcommon.MMDateTimeUtils_GetMonth MMDateTimeUtils_GetDay = _mmcommon.MMDateTimeUtils_GetDay MMDateTimeUtils_GetHour = _mmcommon.MMDateTimeUtils_GetHour MMDateTimeUtils_GetMinute = _mmcommon.MMDateTimeUtils_GetMinute MMDateTimeUtils_GetSecond = _mmcommon.MMDateTimeUtils_GetSecond MMDateTimeUtils_SetTimeToWildcard = _mmcommon.MMDateTimeUtils_SetTimeToWildcard MMDateTimeUtils_FromExifString = _mmcommon.MMDateTimeUtils_FromExifString MMDateTimeUtils_ToExifString = _mmcommon.MMDateTimeUtils_ToExifString MMDateTimeUtils_FromHTMLString = _mmcommon.MMDateTimeUtils_FromHTMLString MMDateTimeUtils_GetAppStartupTime = _mmcommon.MMDateTimeUtils_GetAppStartupTime MMDateTimeUtils_FromSysTime = _mmcommon.MMDateTimeUtils_FromSysTime MMDateTimeUtils_FromStructTM = _mmcommon.MMDateTimeUtils_FromStructTM MMDateTimeUtils_ToSysTime = _mmcommon.MMDateTimeUtils_ToSysTime MMDateTimeUtils_ToSysTimeSansWild = _mmcommon.MMDateTimeUtils_ToSysTimeSansWild MMDateTimeUtils_DifferenceInSeconds = _mmcommon.MMDateTimeUtils_DifferenceInSeconds MMDateTimeUtils_GetCurTime = _mmcommon.MMDateTimeUtils_GetCurTime MMDateTimeUtils_SystemTimeToTM = _mmcommon.MMDateTimeUtils_SystemTimeToTM MMDateTimeUtils_FILETIME2ULARGE_INTEGER = _mmcommon.MMDateTimeUtils_FILETIME2ULARGE_INTEGER MMDateTimeUtils_ULARGE_INTEGER2FILETIME = _mmcommon.MMDateTimeUtils_ULARGE_INTEGER2FILETIME MMDateTimeUtils_GetMonthDayMax = _mmcommon.MMDateTimeUtils_GetMonthDayMax MMDateTimeUtils_GetDayOfTheWeek = _mmcommon.MMDateTimeUtils_GetDayOfTheWeek MMDateTimeUtils_OffsetDays = _mmcommon.MMDateTimeUtils_OffsetDays MMDateTimeUtils_Compare = _mmcommon.MMDateTimeUtils_Compare MMDateTimeUtils_CondenseFileTimeRanges = _mmcommon.MMDateTimeUtils_CondenseFileTimeRanges MMDateTimeUtils_HitTestFileTimeRanges = _mmcommon.MMDateTimeUtils_HitTestFileTimeRanges MMDateTimeUtils_TrimFileTimeRanges = _mmcommon.MMDateTimeUtils_TrimFileTimeRanges MMDateTimeUtils_ExcludeFileTimeRange = _mmcommon.MMDateTimeUtils_ExcludeFileTimeRange MMDateTimeUtils_FileTimeRangeStart = _mmcommon.MMDateTimeUtils_FileTimeRangeStart MMDateTimeUtils_FileTimeRangeEnd = _mmcommon.MMDateTimeUtils_FileTimeRangeEnd MMDateTimeUtils_GetFileTimeRangeSpan = _mmcommon.MMDateTimeUtils_GetFileTimeRangeSpan MMDateTimeUtils_TraceFileTime = _mmcommon.MMDateTimeUtils_TraceFileTime PREFS_MAX_STRING_SIZE = _mmcommon.PREFS_MAX_STRING_SIZE PREFS_MAX_NAME_SIZE = _mmcommon.PREFS_MAX_NAME_SIZE PREFS_USER_TYPE = _mmcommon.PREFS_USER_TYPE PREFS_HKEY_CLASSES_ROOT = _mmcommon.PREFS_HKEY_CLASSES_ROOT PREFS_NODE_TYPE = _mmcommon.PREFS_NODE_TYPE PREFS_INT_TYPE = _mmcommon.PREFS_INT_TYPE PREFS_BOOL_TYPE = _mmcommon.PREFS_BOOL_TYPE PREFS_STRING_TYPE = _mmcommon.PREFS_STRING_TYPE PREFS_BINARY_TYPE = _mmcommon.PREFS_BINARY_TYPE PREFS_UNKNOWN_TYPE = _mmcommon.PREFS_UNKNOWN_TYPE class PreferenceChangeListener(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, PreferenceChangeListener, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, PreferenceChangeListener, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ PreferenceChangeListener instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_PreferenceChangeListener): try: if self.thisown: destroy(self) except: pass def preferenceChange(*args): return _mmcommon.PreferenceChangeListener_preferenceChange(*args) def useNewThread(*args): return _mmcommon.PreferenceChangeListener_useNewThread(*args) class PreferenceChangeListenerPtr(PreferenceChangeListener): def __init__(self, this): _swig_setattr(self, PreferenceChangeListener, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, PreferenceChangeListener, 'thisown', 0) _swig_setattr(self, PreferenceChangeListener,self.__class__,PreferenceChangeListener) _mmcommon.PreferenceChangeListener_swigregister(PreferenceChangeListenerPtr) class PrefChildStruct(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, PrefChildStruct, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, PrefChildStruct, name) def __repr__(self): return "<%s.%s; proxy of C++ PrefChildStruct instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["name"] = _mmcommon.PrefChildStruct_name_set __swig_getmethods__["name"] = _mmcommon.PrefChildStruct_name_get if _newclass:name = property(_mmcommon.PrefChildStruct_name_get, _mmcommon.PrefChildStruct_name_set) __swig_setmethods__["type"] = _mmcommon.PrefChildStruct_type_set __swig_getmethods__["type"] = _mmcommon.PrefChildStruct_type_get if _newclass:type = property(_mmcommon.PrefChildStruct_type_get, _mmcommon.PrefChildStruct_type_set) def __init__(self, *args): _swig_setattr(self, PrefChildStruct, 'this', _mmcommon.new_PrefChildStruct(*args)) _swig_setattr(self, PrefChildStruct, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_PrefChildStruct): try: if self.thisown: destroy(self) except: pass class PrefChildStructPtr(PrefChildStruct): def __init__(self, this): _swig_setattr(self, PrefChildStruct, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, PrefChildStruct, 'thisown', 0) _swig_setattr(self, PrefChildStruct,self.__class__,PrefChildStruct) _mmcommon.PrefChildStruct_swigregister(PrefChildStructPtr) class MMPreferenceClass(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMPreferenceClass, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMPreferenceClass, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMPreferenceClass instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_MMPreferenceClass): try: if self.thisown: destroy(self) except: pass def setNode(*args): return _mmcommon.MMPreferenceClass_setNode(*args) def getCurrentNode(*args): return _mmcommon.MMPreferenceClass_getCurrentNode(*args) def deleteSubNode(*args): return _mmcommon.MMPreferenceClass_deleteSubNode(*args) def getNodeChildren(*args): return _mmcommon.MMPreferenceClass_getNodeChildren(*args) def getRootType(*args): return _mmcommon.MMPreferenceClass_getRootType(*args) def erase(*args): return _mmcommon.MMPreferenceClass_erase(*args) def getString(*args): return _mmcommon.MMPreferenceClass_getString(*args) def putString(*args): return _mmcommon.MMPreferenceClass_putString(*args) def getInt(*args): return _mmcommon.MMPreferenceClass_getInt(*args) def putInt(*args): return _mmcommon.MMPreferenceClass_putInt(*args) def getFloat(*args): return _mmcommon.MMPreferenceClass_getFloat(*args) def putFloat(*args): return _mmcommon.MMPreferenceClass_putFloat(*args) def getBinary(*args): return _mmcommon.MMPreferenceClass_getBinary(*args) def putBinary(*args): return _mmcommon.MMPreferenceClass_putBinary(*args) class MMPreferenceClassPtr(MMPreferenceClass): def __init__(self, this): _swig_setattr(self, MMPreferenceClass, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMPreferenceClass, 'thisown', 0) _swig_setattr(self, MMPreferenceClass,self.__class__,MMPreferenceClass) _mmcommon.MMPreferenceClass_swigregister(MMPreferenceClassPtr) class MMPrefs(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMPrefs, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMPrefs, name) def __repr__(self): return "<%s.%s; proxy of C++ MMPrefs instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args): _swig_setattr(self, MMPrefs, 'this', _mmcommon.new_MMPrefs(*args)) _swig_setattr(self, MMPrefs, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_MMPrefs): try: if self.thisown: destroy(self) except: pass def setNode(*args): return _mmcommon.MMPrefs_setNode(*args) def getCurrentNode(*args): return _mmcommon.MMPrefs_getCurrentNode(*args) def deleteSubNode(*args): return _mmcommon.MMPrefs_deleteSubNode(*args) def getNodeChildren(*args): return _mmcommon.MMPrefs_getNodeChildren(*args) def getRootType(*args): return _mmcommon.MMPrefs_getRootType(*args) def erase(*args): return _mmcommon.MMPrefs_erase(*args) def getString(*args): return _mmcommon.MMPrefs_getString(*args) def putString(*args): return _mmcommon.MMPrefs_putString(*args) def getInt(*args): return _mmcommon.MMPrefs_getInt(*args) def putInt(*args): return _mmcommon.MMPrefs_putInt(*args) def getFloat(*args): return _mmcommon.MMPrefs_getFloat(*args) def putFloat(*args): return _mmcommon.MMPrefs_putFloat(*args) def getBinary(*args): return _mmcommon.MMPrefs_getBinary(*args) def putBinary(*args): return _mmcommon.MMPrefs_putBinary(*args) def getBool(*args): return _mmcommon.MMPrefs_getBool(*args) def putBool(*args): return _mmcommon.MMPrefs_putBool(*args) def addPreferenceChangeListener(*args): return _mmcommon.MMPrefs_addPreferenceChangeListener(*args) def removePreferenceChangeListener(*args): return _mmcommon.MMPrefs_removePreferenceChangeListener(*args) def removePreferenceChangeListenerById(*args): return _mmcommon.MMPrefs_removePreferenceChangeListenerById(*args) class MMPrefsPtr(MMPrefs): def __init__(self, this): _swig_setattr(self, MMPrefs, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMPrefs, 'thisown', 0) _swig_setattr(self, MMPrefs,self.__class__,MMPrefs) _mmcommon.MMPrefs_swigregister(MMPrefsPtr) NET_USERNAME_PREF = _mmcommon.NET_USERNAME_PREF NET_PASSWORD_PREF = _mmcommon.NET_PASSWORD_PREF NET_NETWORK_NODE_PREF = _mmcommon.NET_NETWORK_NODE_PREF NET_HOSTNAME_PREF = _mmcommon.NET_HOSTNAME_PREF NET_HOSTPORT_PREF = _mmcommon.NET_HOSTPORT_PREF NET_FILE_NOT_FOUND_ERROR = _mmcommon.NET_FILE_NOT_FOUND_ERROR NET_INTERRUPTING_ERROR = _mmcommon.NET_INTERRUPTING_ERROR SFLY_FAVORITE_KEYWORD = _mmcommon.SFLY_FAVORITE_KEYWORD SFLY_RATING_KEYWORD = _mmcommon.SFLY_RATING_KEYWORD SFLY_CAPTION_KEYWORD = _mmcommon.SFLY_CAPTION_KEYWORD class MMSimpleNetProgressCallback(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMSimpleNetProgressCallback, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMSimpleNetProgressCallback, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMSimpleNetProgressCallback instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def statusUpdate(*args): return _mmcommon.MMSimpleNetProgressCallback_statusUpdate(*args) def IsCancelled(*args): return _mmcommon.MMSimpleNetProgressCallback_IsCancelled(*args) def __del__(self, destroy=_mmcommon.delete_MMSimpleNetProgressCallback): try: if self.thisown: destroy(self) except: pass class MMSimpleNetProgressCallbackPtr(MMSimpleNetProgressCallback): def __init__(self, this): _swig_setattr(self, MMSimpleNetProgressCallback, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMSimpleNetProgressCallback, 'thisown', 0) _swig_setattr(self, MMSimpleNetProgressCallback,self.__class__,MMSimpleNetProgressCallback) _mmcommon.MMSimpleNetProgressCallback_swigregister(MMSimpleNetProgressCallbackPtr) class UserStruct(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, UserStruct, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, UserStruct, name) def __repr__(self): return "<%s.%s; proxy of C++ UserStruct instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["name"] = _mmcommon.UserStruct_name_set __swig_getmethods__["name"] = _mmcommon.UserStruct_name_get if _newclass:name = property(_mmcommon.UserStruct_name_get, _mmcommon.UserStruct_name_set) __swig_setmethods__["password"] = _mmcommon.UserStruct_password_set __swig_getmethods__["password"] = _mmcommon.UserStruct_password_get if _newclass:password = property(_mmcommon.UserStruct_password_get, _mmcommon.UserStruct_password_set) __swig_setmethods__["auth_id"] = _mmcommon.UserStruct_auth_id_set __swig_getmethods__["auth_id"] = _mmcommon.UserStruct_auth_id_get if _newclass:auth_id = property(_mmcommon.UserStruct_auth_id_get, _mmcommon.UserStruct_auth_id_set) def __init__(self, *args): _swig_setattr(self, UserStruct, 'this', _mmcommon.new_UserStruct(*args)) _swig_setattr(self, UserStruct, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_UserStruct): try: if self.thisown: destroy(self) except: pass class UserStructPtr(UserStruct): def __init__(self, this): _swig_setattr(self, UserStruct, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, UserStruct, 'thisown', 0) _swig_setattr(self, UserStruct,self.__class__,UserStruct) _mmcommon.UserStruct_swigregister(UserStructPtr) class AlbumInfoStruct(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, AlbumInfoStruct, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, AlbumInfoStruct, name) def __repr__(self): return "<%s.%s; proxy of C++ AlbumInfoStruct instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["album_id"] = _mmcommon.AlbumInfoStruct_album_id_set __swig_getmethods__["album_id"] = _mmcommon.AlbumInfoStruct_album_id_get if _newclass:album_id = property(_mmcommon.AlbumInfoStruct_album_id_get, _mmcommon.AlbumInfoStruct_album_id_set) __swig_setmethods__["title"] = _mmcommon.AlbumInfoStruct_title_set __swig_getmethods__["title"] = _mmcommon.AlbumInfoStruct_title_get if _newclass:title = property(_mmcommon.AlbumInfoStruct_title_get, _mmcommon.AlbumInfoStruct_title_set) __swig_setmethods__["num_views"] = _mmcommon.AlbumInfoStruct_num_views_set __swig_getmethods__["num_views"] = _mmcommon.AlbumInfoStruct_num_views_get if _newclass:num_views = property(_mmcommon.AlbumInfoStruct_num_views_get, _mmcommon.AlbumInfoStruct_num_views_set) __swig_setmethods__["update_time"] = _mmcommon.AlbumInfoStruct_update_time_set __swig_getmethods__["update_time"] = _mmcommon.AlbumInfoStruct_update_time_get if _newclass:update_time = property(_mmcommon.AlbumInfoStruct_update_time_get, _mmcommon.AlbumInfoStruct_update_time_set) __swig_setmethods__["cover_view_url"] = _mmcommon.AlbumInfoStruct_cover_view_url_set __swig_getmethods__["cover_view_url"] = _mmcommon.AlbumInfoStruct_cover_view_url_get if _newclass:cover_view_url = property(_mmcommon.AlbumInfoStruct_cover_view_url_get, _mmcommon.AlbumInfoStruct_cover_view_url_set) def __init__(self, *args): _swig_setattr(self, AlbumInfoStruct, 'this', _mmcommon.new_AlbumInfoStruct(*args)) _swig_setattr(self, AlbumInfoStruct, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_AlbumInfoStruct): try: if self.thisown: destroy(self) except: pass class AlbumInfoStructPtr(AlbumInfoStruct): def __init__(self, this): _swig_setattr(self, AlbumInfoStruct, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, AlbumInfoStruct, 'thisown', 0) _swig_setattr(self, AlbumInfoStruct,self.__class__,AlbumInfoStruct) _mmcommon.AlbumInfoStruct_swigregister(AlbumInfoStructPtr) class HostPortStruct(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, HostPortStruct, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, HostPortStruct, name) def __repr__(self): return "<%s.%s; proxy of C++ HostPortStruct instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["name"] = _mmcommon.HostPortStruct_name_set __swig_getmethods__["name"] = _mmcommon.HostPortStruct_name_get if _newclass:name = property(_mmcommon.HostPortStruct_name_get, _mmcommon.HostPortStruct_name_set) __swig_setmethods__["port"] = _mmcommon.HostPortStruct_port_set __swig_getmethods__["port"] = _mmcommon.HostPortStruct_port_get if _newclass:port = property(_mmcommon.HostPortStruct_port_get, _mmcommon.HostPortStruct_port_set) def __init__(self, *args): _swig_setattr(self, HostPortStruct, 'this', _mmcommon.new_HostPortStruct(*args)) _swig_setattr(self, HostPortStruct, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_HostPortStruct): try: if self.thisown: destroy(self) except: pass class HostPortStructPtr(HostPortStruct): def __init__(self, this): _swig_setattr(self, HostPortStruct, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, HostPortStruct, 'thisown', 0) _swig_setattr(self, HostPortStruct,self.__class__,HostPortStruct) _mmcommon.HostPortStruct_swigregister(HostPortStructPtr) HTTP_URL_ENCODED_FORM_DATA = _mmcommon.HTTP_URL_ENCODED_FORM_DATA HTTP_MULTIPART_FORM_DATA = _mmcommon.HTTP_MULTIPART_FORM_DATA NORMAL_NAME_VALUE_PAIR = _mmcommon.NORMAL_NAME_VALUE_PAIR FILE_TYPE_NAME_VALUE_PAIR = _mmcommon.FILE_TYPE_NAME_VALUE_PAIR class SimpleNetNameValuePair(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, SimpleNetNameValuePair, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, SimpleNetNameValuePair, name) def __repr__(self): return "<%s.%s; proxy of C++ SimpleNetNameValuePair instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["name"] = _mmcommon.SimpleNetNameValuePair_name_set __swig_getmethods__["name"] = _mmcommon.SimpleNetNameValuePair_name_get if _newclass:name = property(_mmcommon.SimpleNetNameValuePair_name_get, _mmcommon.SimpleNetNameValuePair_name_set) __swig_setmethods__["value"] = _mmcommon.SimpleNetNameValuePair_value_set __swig_getmethods__["value"] = _mmcommon.SimpleNetNameValuePair_value_get if _newclass:value = property(_mmcommon.SimpleNetNameValuePair_value_get, _mmcommon.SimpleNetNameValuePair_value_set) __swig_setmethods__["type"] = _mmcommon.SimpleNetNameValuePair_type_set __swig_getmethods__["type"] = _mmcommon.SimpleNetNameValuePair_type_get if _newclass:type = property(_mmcommon.SimpleNetNameValuePair_type_get, _mmcommon.SimpleNetNameValuePair_type_set) __swig_setmethods__["file_name"] = _mmcommon.SimpleNetNameValuePair_file_name_set __swig_getmethods__["file_name"] = _mmcommon.SimpleNetNameValuePair_file_name_get if _newclass:file_name = property(_mmcommon.SimpleNetNameValuePair_file_name_get, _mmcommon.SimpleNetNameValuePair_file_name_set) def __init__(self, *args): _swig_setattr(self, SimpleNetNameValuePair, 'this', _mmcommon.new_SimpleNetNameValuePair(*args)) _swig_setattr(self, SimpleNetNameValuePair, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_SimpleNetNameValuePair): try: if self.thisown: destroy(self) except: pass class SimpleNetNameValuePairPtr(SimpleNetNameValuePair): def __init__(self, this): _swig_setattr(self, SimpleNetNameValuePair, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, SimpleNetNameValuePair, 'thisown', 0) _swig_setattr(self, SimpleNetNameValuePair,self.__class__,SimpleNetNameValuePair) _mmcommon.SimpleNetNameValuePair_swigregister(SimpleNetNameValuePairPtr) INTERNET_CONNECT_CALLBACK = _mmcommon.INTERNET_CONNECT_CALLBACK INTERNET_REQUEST_CALLBACK = _mmcommon.INTERNET_REQUEST_CALLBACK INTERNET_OPEN_URL_CALLBACK = _mmcommon.INTERNET_OPEN_URL_CALLBACK class NetCallbackContext(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, NetCallbackContext, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, NetCallbackContext, name) def __repr__(self): return "<%s.%s; proxy of C++ NetCallbackContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["our_class"] = _mmcommon.NetCallbackContext_our_class_set __swig_getmethods__["our_class"] = _mmcommon.NetCallbackContext_our_class_get if _newclass:our_class = property(_mmcommon.NetCallbackContext_our_class_get, _mmcommon.NetCallbackContext_our_class_set) __swig_setmethods__["callback_type"] = _mmcommon.NetCallbackContext_callback_type_set __swig_getmethods__["callback_type"] = _mmcommon.NetCallbackContext_callback_type_get if _newclass:callback_type = property(_mmcommon.NetCallbackContext_callback_type_get, _mmcommon.NetCallbackContext_callback_type_set) __swig_setmethods__["internet_handle"] = _mmcommon.NetCallbackContext_internet_handle_set __swig_getmethods__["internet_handle"] = _mmcommon.NetCallbackContext_internet_handle_get if _newclass:internet_handle = property(_mmcommon.NetCallbackContext_internet_handle_get, _mmcommon.NetCallbackContext_internet_handle_set) __swig_setmethods__["total_bytes_to_be_sent"] = _mmcommon.NetCallbackContext_total_bytes_to_be_sent_set __swig_getmethods__["total_bytes_to_be_sent"] = _mmcommon.NetCallbackContext_total_bytes_to_be_sent_get if _newclass:total_bytes_to_be_sent = property(_mmcommon.NetCallbackContext_total_bytes_to_be_sent_get, _mmcommon.NetCallbackContext_total_bytes_to_be_sent_set) __swig_setmethods__["total_bytes_to_be_received"] = _mmcommon.NetCallbackContext_total_bytes_to_be_received_set __swig_getmethods__["total_bytes_to_be_received"] = _mmcommon.NetCallbackContext_total_bytes_to_be_received_get if _newclass:total_bytes_to_be_received = property(_mmcommon.NetCallbackContext_total_bytes_to_be_received_get, _mmcommon.NetCallbackContext_total_bytes_to_be_received_set) __swig_setmethods__["total_bytes_sent"] = _mmcommon.NetCallbackContext_total_bytes_sent_set __swig_getmethods__["total_bytes_sent"] = _mmcommon.NetCallbackContext_total_bytes_sent_get if _newclass:total_bytes_sent = property(_mmcommon.NetCallbackContext_total_bytes_sent_get, _mmcommon.NetCallbackContext_total_bytes_sent_set) __swig_setmethods__["total_bytes_received"] = _mmcommon.NetCallbackContext_total_bytes_received_set __swig_getmethods__["total_bytes_received"] = _mmcommon.NetCallbackContext_total_bytes_received_get if _newclass:total_bytes_received = property(_mmcommon.NetCallbackContext_total_bytes_received_get, _mmcommon.NetCallbackContext_total_bytes_received_set) __swig_setmethods__["last_callback_connected_event_complete"] = _mmcommon.NetCallbackContext_last_callback_connected_event_complete_set __swig_getmethods__["last_callback_connected_event_complete"] = _mmcommon.NetCallbackContext_last_callback_connected_event_complete_get if _newclass:last_callback_connected_event_complete = property(_mmcommon.NetCallbackContext_last_callback_connected_event_complete_get, _mmcommon.NetCallbackContext_last_callback_connected_event_complete_set) __swig_setmethods__["last_callback_request_is_complete"] = _mmcommon.NetCallbackContext_last_callback_request_is_complete_set __swig_getmethods__["last_callback_request_is_complete"] = _mmcommon.NetCallbackContext_last_callback_request_is_complete_get if _newclass:last_callback_request_is_complete = property(_mmcommon.NetCallbackContext_last_callback_request_is_complete_get, _mmcommon.NetCallbackContext_last_callback_request_is_complete_set) __swig_setmethods__["callback_connected_event"] = _mmcommon.NetCallbackContext_callback_connected_event_set __swig_getmethods__["callback_connected_event"] = _mmcommon.NetCallbackContext_callback_connected_event_get if _newclass:callback_connected_event = property(_mmcommon.NetCallbackContext_callback_connected_event_get, _mmcommon.NetCallbackContext_callback_connected_event_set) __swig_setmethods__["callback_request_complete_event"] = _mmcommon.NetCallbackContext_callback_request_complete_event_set __swig_getmethods__["callback_request_complete_event"] = _mmcommon.NetCallbackContext_callback_request_complete_event_get if _newclass:callback_request_complete_event = property(_mmcommon.NetCallbackContext_callback_request_complete_event_get, _mmcommon.NetCallbackContext_callback_request_complete_event_set) __swig_setmethods__["progress_callback"] = _mmcommon.NetCallbackContext_progress_callback_set __swig_getmethods__["progress_callback"] = _mmcommon.NetCallbackContext_progress_callback_get if _newclass:progress_callback = property(_mmcommon.NetCallbackContext_progress_callback_get, _mmcommon.NetCallbackContext_progress_callback_set) __swig_setmethods__["dont_show_progress"] = _mmcommon.NetCallbackContext_dont_show_progress_set __swig_getmethods__["dont_show_progress"] = _mmcommon.NetCallbackContext_dont_show_progress_get if _newclass:dont_show_progress = property(_mmcommon.NetCallbackContext_dont_show_progress_get, _mmcommon.NetCallbackContext_dont_show_progress_set) def __init__(self, *args): _swig_setattr(self, NetCallbackContext, 'this', _mmcommon.new_NetCallbackContext(*args)) _swig_setattr(self, NetCallbackContext, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_NetCallbackContext): try: if self.thisown: destroy(self) except: pass class NetCallbackContextPtr(NetCallbackContext): def __init__(self, this): _swig_setattr(self, NetCallbackContext, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, NetCallbackContext, 'thisown', 0) _swig_setattr(self, NetCallbackContext,self.__class__,NetCallbackContext) _mmcommon.NetCallbackContext_swigregister(NetCallbackContextPtr) class URL_Parts(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, URL_Parts, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, URL_Parts, name) def __repr__(self): return "<%s.%s; proxy of C++ URL_Parts instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["scheme"] = _mmcommon.URL_Parts_scheme_set __swig_getmethods__["scheme"] = _mmcommon.URL_Parts_scheme_get if _newclass:scheme = property(_mmcommon.URL_Parts_scheme_get, _mmcommon.URL_Parts_scheme_set) __swig_setmethods__["host"] = _mmcommon.URL_Parts_host_set __swig_getmethods__["host"] = _mmcommon.URL_Parts_host_get if _newclass:host = property(_mmcommon.URL_Parts_host_get, _mmcommon.URL_Parts_host_set) __swig_setmethods__["port"] = _mmcommon.URL_Parts_port_set __swig_getmethods__["port"] = _mmcommon.URL_Parts_port_get if _newclass:port = property(_mmcommon.URL_Parts_port_get, _mmcommon.URL_Parts_port_set) __swig_setmethods__["path"] = _mmcommon.URL_Parts_path_set __swig_getmethods__["path"] = _mmcommon.URL_Parts_path_get if _newclass:path = property(_mmcommon.URL_Parts_path_get, _mmcommon.URL_Parts_path_set) __swig_setmethods__["extra"] = _mmcommon.URL_Parts_extra_set __swig_getmethods__["extra"] = _mmcommon.URL_Parts_extra_get if _newclass:extra = property(_mmcommon.URL_Parts_extra_get, _mmcommon.URL_Parts_extra_set) def __init__(self, *args): _swig_setattr(self, URL_Parts, 'this', _mmcommon.new_URL_Parts(*args)) _swig_setattr(self, URL_Parts, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_URL_Parts): try: if self.thisown: destroy(self) except: pass class URL_PartsPtr(URL_Parts): def __init__(self, this): _swig_setattr(self, URL_Parts, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, URL_Parts, 'thisown', 0) _swig_setattr(self, URL_Parts,self.__class__,URL_Parts) _mmcommon.URL_Parts_swigregister(URL_PartsPtr) class SimpleNet(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, SimpleNet, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, SimpleNet, name) def __repr__(self): return "<%s.%s; proxy of C++ SimpleNet instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args): _swig_setattr(self, SimpleNet, 'this', _mmcommon.new_SimpleNet(*args)) _swig_setattr(self, SimpleNet, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_SimpleNet): try: if self.thisown: destroy(self) except: pass def setCurrentSflyHostPort(*args): return _mmcommon.SimpleNet_setCurrentSflyHostPort(*args) def getSflyAuthentication(*args): return _mmcommon.SimpleNet_getSflyAuthentication(*args) def getSflyImageID(*args): return _mmcommon.SimpleNet_getSflyImageID(*args) def getSflyAlbumInfo(*args): return _mmcommon.SimpleNet_getSflyAlbumInfo(*args) def getSflyImageOffset(*args): return _mmcommon.SimpleNet_getSflyImageOffset(*args) def uploadSflyImage(*args): return _mmcommon.SimpleNet_uploadSflyImage(*args) def resetConnection(*args): return _mmcommon.SimpleNet_resetConnection(*args) def clearCookies(*args): return _mmcommon.SimpleNet_clearCookies(*args) def getURL(*args): return _mmcommon.SimpleNet_getURL(*args) def setSflyAuthTicket(*args): return _mmcommon.SimpleNet_setSflyAuthTicket(*args) def getFileSize(*args): return _mmcommon.SimpleNet_getFileSize(*args) def sendHTTPPostDataRequest(*args): return _mmcommon.SimpleNet_sendHTTPPostDataRequest(*args) def uploadFile(*args): return _mmcommon.SimpleNet_uploadFile(*args) def uploadDirectory(*args): return _mmcommon.SimpleNet_uploadDirectory(*args) def addToFormData(*args): return _mmcommon.SimpleNet_addToFormData(*args) def findSFlyTokenValue(*args): return _mmcommon.SimpleNet_findSFlyTokenValue(*args) __swig_getmethods__["usleep"] = lambda x: _mmcommon.SimpleNet_usleep if _newclass:usleep = staticmethod(_mmcommon.SimpleNet_usleep) __swig_getmethods__["sleep"] = lambda x: _mmcommon.SimpleNet_sleep if _newclass:sleep = staticmethod(_mmcommon.SimpleNet_sleep) __swig_getmethods__["interrupt"] = lambda x: _mmcommon.SimpleNet_interrupt if _newclass:interrupt = staticmethod(_mmcommon.SimpleNet_interrupt) def myInterrupt(*args): return _mmcommon.SimpleNet_myInterrupt(*args) __swig_getmethods__["loadFileData"] = lambda x: _mmcommon.SimpleNet_loadFileData if _newclass:loadFileData = staticmethod(_mmcommon.SimpleNet_loadFileData) __swig_getmethods__["CrackURL"] = lambda x: _mmcommon.SimpleNet_CrackURL if _newclass:CrackURL = staticmethod(_mmcommon.SimpleNet_CrackURL) __swig_getmethods__["CreateURL"] = lambda x: _mmcommon.SimpleNet_CreateURL if _newclass:CreateURL = staticmethod(_mmcommon.SimpleNet_CreateURL) __swig_getmethods__["parse_url_search_path"] = lambda x: _mmcommon.SimpleNet_parse_url_search_path if _newclass:parse_url_search_path = staticmethod(_mmcommon.SimpleNet_parse_url_search_path) __swig_getmethods__["_GetPartnerName"] = lambda x: _mmcommon.SimpleNet__GetPartnerName if _newclass:_GetPartnerName = staticmethod(_mmcommon.SimpleNet__GetPartnerName) __swig_getmethods__["_GetPartnerSubName"] = lambda x: _mmcommon.SimpleNet__GetPartnerSubName if _newclass:_GetPartnerSubName = staticmethod(_mmcommon.SimpleNet__GetPartnerSubName) class SimpleNetPtr(SimpleNet): def __init__(self, this): _swig_setattr(self, SimpleNet, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, SimpleNet, 'thisown', 0) _swig_setattr(self, SimpleNet,self.__class__,SimpleNet) _mmcommon.SimpleNet_swigregister(SimpleNetPtr) SimpleNet_usleep = _mmcommon.SimpleNet_usleep SimpleNet_sleep = _mmcommon.SimpleNet_sleep SimpleNet_interrupt = _mmcommon.SimpleNet_interrupt SimpleNet_loadFileData = _mmcommon.SimpleNet_loadFileData SimpleNet_CrackURL = _mmcommon.SimpleNet_CrackURL SimpleNet_CreateURL = _mmcommon.SimpleNet_CreateURL SimpleNet_parse_url_search_path = _mmcommon.SimpleNet_parse_url_search_path SimpleNet__GetPartnerName = _mmcommon.SimpleNet__GetPartnerName SimpleNet__GetPartnerSubName = _mmcommon.SimpleNet__GetPartnerSubName MM_FOLDER_DRIVES = _mmcommon.MM_FOLDER_DRIVES MM_FOLDER_APPDATA = _mmcommon.MM_FOLDER_APPDATA MM_FOLDER_MYPICTURES = _mmcommon.MM_FOLDER_MYPICTURES MM_FOLDER_MYDOCUMENTS = _mmcommon.MM_FOLDER_MYDOCUMENTS MM_FOLDER_MYVIDEO = _mmcommon.MM_FOLDER_MYVIDEO MM_FOLDER_MYMUSIC = _mmcommon.MM_FOLDER_MYMUSIC MM_FOLDER_DESKTOP = _mmcommon.MM_FOLDER_DESKTOP MM_FOLDER_DESKTOPDIRECTORY = _mmcommon.MM_FOLDER_DESKTOPDIRECTORY MM_FOLDER_PROGRAMS = _mmcommon.MM_FOLDER_PROGRAMS MM_FOLDER_SYSTEM = _mmcommon.MM_FOLDER_SYSTEM MM_FOLDER_WINDOWS = _mmcommon.MM_FOLDER_WINDOWS MM_FOLDER_RECENT = _mmcommon.MM_FOLDER_RECENT MM_FOLDER_TEMPORARY = _mmcommon.MM_FOLDER_TEMPORARY MM_FOLDER_LOGS = _mmcommon.MM_FOLDER_LOGS MM_FOLDER_CRASH_DUMP = _mmcommon.MM_FOLDER_CRASH_DUMP MM_FOLDER_SW_UPDATE = _mmcommon.MM_FOLDER_SW_UPDATE class NameValuePair(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, NameValuePair, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, NameValuePair, name) def __repr__(self): return "<%s.%s; proxy of C++ NameValuePair instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["name"] = _mmcommon.NameValuePair_name_set __swig_getmethods__["name"] = _mmcommon.NameValuePair_name_get if _newclass:name = property(_mmcommon.NameValuePair_name_get, _mmcommon.NameValuePair_name_set) __swig_setmethods__["value"] = _mmcommon.NameValuePair_value_set __swig_getmethods__["value"] = _mmcommon.NameValuePair_value_get if _newclass:value = property(_mmcommon.NameValuePair_value_get, _mmcommon.NameValuePair_value_set) def __init__(self, *args): _swig_setattr(self, NameValuePair, 'this', _mmcommon.new_NameValuePair(*args)) _swig_setattr(self, NameValuePair, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_NameValuePair): try: if self.thisown: destroy(self) except: pass class NameValuePairPtr(NameValuePair): def __init__(self, this): _swig_setattr(self, NameValuePair, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, NameValuePair, 'thisown', 0) _swig_setattr(self, NameValuePair,self.__class__,NameValuePair) _mmcommon.NameValuePair_swigregister(NameValuePairPtr) class MMFileUtils(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMFileUtils, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMFileUtils, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMFileUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_getmethods__["GetTemporaryFileName"] = lambda x: _mmcommon.MMFileUtils_GetTemporaryFileName if _newclass:GetTemporaryFileName = staticmethod(_mmcommon.MMFileUtils_GetTemporaryFileName) __swig_getmethods__["GetStandardFolderLocation"] = lambda x: _mmcommon.MMFileUtils_GetStandardFolderLocation if _newclass:GetStandardFolderLocation = staticmethod(_mmcommon.MMFileUtils_GetStandardFolderLocation) __swig_getmethods__["GetApplicationDataFolder"] = lambda x: _mmcommon.MMFileUtils_GetApplicationDataFolder if _newclass:GetApplicationDataFolder = staticmethod(_mmcommon.MMFileUtils_GetApplicationDataFolder) __swig_getmethods__["VerifyOrCreatePath"] = lambda x: _mmcommon.MMFileUtils_VerifyOrCreatePath if _newclass:VerifyOrCreatePath = staticmethod(_mmcommon.MMFileUtils_VerifyOrCreatePath) __swig_getmethods__["FileExists"] = lambda x: _mmcommon.MMFileUtils_FileExists if _newclass:FileExists = staticmethod(_mmcommon.MMFileUtils_FileExists) __swig_getmethods__["IsDirectory"] = lambda x: _mmcommon.MMFileUtils_IsDirectory if _newclass:IsDirectory = staticmethod(_mmcommon.MMFileUtils_IsDirectory) __swig_getmethods__["GetVolumeName"] = lambda x: _mmcommon.MMFileUtils_GetVolumeName if _newclass:GetVolumeName = staticmethod(_mmcommon.MMFileUtils_GetVolumeName) __swig_getmethods__["FileURLToSystemPath"] = lambda x: _mmcommon.MMFileUtils_FileURLToSystemPath if _newclass:FileURLToSystemPath = staticmethod(_mmcommon.MMFileUtils_FileURLToSystemPath) __swig_getmethods__["SystemPathToFileURL"] = lambda x: _mmcommon.MMFileUtils_SystemPathToFileURL if _newclass:SystemPathToFileURL = staticmethod(_mmcommon.MMFileUtils_SystemPathToFileURL) __swig_getmethods__["IsFileURL"] = lambda x: _mmcommon.MMFileUtils_IsFileURL if _newclass:IsFileURL = staticmethod(_mmcommon.MMFileUtils_IsFileURL) __swig_getmethods__["IsURL"] = lambda x: _mmcommon.MMFileUtils_IsURL if _newclass:IsURL = staticmethod(_mmcommon.MMFileUtils_IsURL) __swig_getmethods__["isSporkURL"] = lambda x: _mmcommon.MMFileUtils_isSporkURL if _newclass:isSporkURL = staticmethod(_mmcommon.MMFileUtils_isSporkURL) __swig_getmethods__["URLEscapeString"] = lambda x: _mmcommon.MMFileUtils_URLEscapeString if _newclass:URLEscapeString = staticmethod(_mmcommon.MMFileUtils_URLEscapeString) __swig_getmethods__["URLUnEscapeString"] = lambda x: _mmcommon.MMFileUtils_URLUnEscapeString if _newclass:URLUnEscapeString = staticmethod(_mmcommon.MMFileUtils_URLUnEscapeString) __swig_getmethods__["SplitPath"] = lambda x: _mmcommon.MMFileUtils_SplitPath if _newclass:SplitPath = staticmethod(_mmcommon.MMFileUtils_SplitPath) __swig_getmethods__["GetFileTimes"] = lambda x: _mmcommon.MMFileUtils_GetFileTimes if _newclass:GetFileTimes = staticmethod(_mmcommon.MMFileUtils_GetFileTimes) __swig_getmethods__["EliminateIllegalCharacters"] = lambda x: _mmcommon.MMFileUtils_EliminateIllegalCharacters if _newclass:EliminateIllegalCharacters = staticmethod(_mmcommon.MMFileUtils_EliminateIllegalCharacters) __swig_getmethods__["FileSizeToString"] = lambda x: _mmcommon.MMFileUtils_FileSizeToString if _newclass:FileSizeToString = staticmethod(_mmcommon.MMFileUtils_FileSizeToString) __swig_getmethods__["FileOpen"] = lambda x: _mmcommon.MMFileUtils_FileOpen if _newclass:FileOpen = staticmethod(_mmcommon.MMFileUtils_FileOpen) __swig_getmethods__["Open"] = lambda x: _mmcommon.MMFileUtils_Open if _newclass:Open = staticmethod(_mmcommon.MMFileUtils_Open) __swig_getmethods__["Stat"] = lambda x: _mmcommon.MMFileUtils_Stat if _newclass:Stat = staticmethod(_mmcommon.MMFileUtils_Stat) __swig_getmethods__["Access"] = lambda x: _mmcommon.MMFileUtils_Access if _newclass:Access = staticmethod(_mmcommon.MMFileUtils_Access) __swig_getmethods__["AddReadmeToPhotoBackupDirectory"] = lambda x: _mmcommon.MMFileUtils_AddReadmeToPhotoBackupDirectory if _newclass:AddReadmeToPhotoBackupDirectory = staticmethod(_mmcommon.MMFileUtils_AddReadmeToPhotoBackupDirectory) __swig_getmethods__["SporkifyDirectory"] = lambda x: _mmcommon.MMFileUtils_SporkifyDirectory if _newclass:SporkifyDirectory = staticmethod(_mmcommon.MMFileUtils_SporkifyDirectory) __swig_getmethods__["CreateDesktopIni"] = lambda x: _mmcommon.MMFileUtils_CreateDesktopIni if _newclass:CreateDesktopIni = staticmethod(_mmcommon.MMFileUtils_CreateDesktopIni) __swig_getmethods__["CountFiles"] = lambda x: _mmcommon.MMFileUtils_CountFiles if _newclass:CountFiles = staticmethod(_mmcommon.MMFileUtils_CountFiles) __swig_getmethods__["ConvertFromOneCharToAnother"] = lambda x: _mmcommon.MMFileUtils_ConvertFromOneCharToAnother if _newclass:ConvertFromOneCharToAnother = staticmethod(_mmcommon.MMFileUtils_ConvertFromOneCharToAnother) __swig_getmethods__["ListAllDrives"] = lambda x: _mmcommon.MMFileUtils_ListAllDrives if _newclass:ListAllDrives = staticmethod(_mmcommon.MMFileUtils_ListAllDrives) __swig_getmethods__["IsRemovableDrive"] = lambda x: _mmcommon.MMFileUtils_IsRemovableDrive if _newclass:IsRemovableDrive = staticmethod(_mmcommon.MMFileUtils_IsRemovableDrive) __swig_getmethods__["GetDefaultSecurityAttributes"] = lambda x: _mmcommon.MMFileUtils_GetDefaultSecurityAttributes if _newclass:GetDefaultSecurityAttributes = staticmethod(_mmcommon.MMFileUtils_GetDefaultSecurityAttributes) __swig_getmethods__["GetExePath"] = lambda x: _mmcommon.MMFileUtils_GetExePath if _newclass:GetExePath = staticmethod(_mmcommon.MMFileUtils_GetExePath) __swig_getmethods__["GetExeName"] = lambda x: _mmcommon.MMFileUtils_GetExeName if _newclass:GetExeName = staticmethod(_mmcommon.MMFileUtils_GetExeName) __swig_getmethods__["GetExeDir"] = lambda x: _mmcommon.MMFileUtils_GetExeDir if _newclass:GetExeDir = staticmethod(_mmcommon.MMFileUtils_GetExeDir) __swig_getmethods__["ReadDirectoryChangesW"] = lambda x: _mmcommon.MMFileUtils_ReadDirectoryChangesW if _newclass:ReadDirectoryChangesW = staticmethod(_mmcommon.MMFileUtils_ReadDirectoryChangesW) __swig_getmethods__["RegisterServer"] = lambda x: _mmcommon.MMFileUtils_RegisterServer if _newclass:RegisterServer = staticmethod(_mmcommon.MMFileUtils_RegisterServer) __swig_getmethods__["ShouldSkipDirectoryOnImport"] = lambda x: _mmcommon.MMFileUtils_ShouldSkipDirectoryOnImport if _newclass:ShouldSkipDirectoryOnImport = staticmethod(_mmcommon.MMFileUtils_ShouldSkipDirectoryOnImport) __swig_getmethods__["ShouldSkipDirectoryOnChange"] = lambda x: _mmcommon.MMFileUtils_ShouldSkipDirectoryOnChange if _newclass:ShouldSkipDirectoryOnChange = staticmethod(_mmcommon.MMFileUtils_ShouldSkipDirectoryOnChange) __swig_getmethods__["AreFilesExactlyTheSame"] = lambda x: _mmcommon.MMFileUtils_AreFilesExactlyTheSame if _newclass:AreFilesExactlyTheSame = staticmethod(_mmcommon.MMFileUtils_AreFilesExactlyTheSame) class MMFileUtilsPtr(MMFileUtils): def __init__(self, this): _swig_setattr(self, MMFileUtils, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMFileUtils, 'thisown', 0) _swig_setattr(self, MMFileUtils,self.__class__,MMFileUtils) _mmcommon.MMFileUtils_swigregister(MMFileUtilsPtr) MMFileUtils_GetTemporaryFileName = _mmcommon.MMFileUtils_GetTemporaryFileName MMFileUtils_GetStandardFolderLocation = _mmcommon.MMFileUtils_GetStandardFolderLocation MMFileUtils_GetApplicationDataFolder = _mmcommon.MMFileUtils_GetApplicationDataFolder MMFileUtils_VerifyOrCreatePath = _mmcommon.MMFileUtils_VerifyOrCreatePath MMFileUtils_FileExists = _mmcommon.MMFileUtils_FileExists MMFileUtils_IsDirectory = _mmcommon.MMFileUtils_IsDirectory MMFileUtils_GetVolumeName = _mmcommon.MMFileUtils_GetVolumeName MMFileUtils_FileURLToSystemPath = _mmcommon.MMFileUtils_FileURLToSystemPath MMFileUtils_SystemPathToFileURL = _mmcommon.MMFileUtils_SystemPathToFileURL MMFileUtils_IsFileURL = _mmcommon.MMFileUtils_IsFileURL MMFileUtils_IsURL = _mmcommon.MMFileUtils_IsURL MMFileUtils_isSporkURL = _mmcommon.MMFileUtils_isSporkURL MMFileUtils_URLEscapeString = _mmcommon.MMFileUtils_URLEscapeString MMFileUtils_URLUnEscapeString = _mmcommon.MMFileUtils_URLUnEscapeString MMFileUtils_SplitPath = _mmcommon.MMFileUtils_SplitPath MMFileUtils_GetFileTimes = _mmcommon.MMFileUtils_GetFileTimes MMFileUtils_EliminateIllegalCharacters = _mmcommon.MMFileUtils_EliminateIllegalCharacters MMFileUtils_FileSizeToString = _mmcommon.MMFileUtils_FileSizeToString MMFileUtils_FileOpen = _mmcommon.MMFileUtils_FileOpen MMFileUtils_Open = _mmcommon.MMFileUtils_Open MMFileUtils_Stat = _mmcommon.MMFileUtils_Stat MMFileUtils_Access = _mmcommon.MMFileUtils_Access MMFileUtils_AddReadmeToPhotoBackupDirectory = _mmcommon.MMFileUtils_AddReadmeToPhotoBackupDirectory MMFileUtils_SporkifyDirectory = _mmcommon.MMFileUtils_SporkifyDirectory MMFileUtils_CreateDesktopIni = _mmcommon.MMFileUtils_CreateDesktopIni MMFileUtils_CountFiles = _mmcommon.MMFileUtils_CountFiles MMFileUtils_ConvertFromOneCharToAnother = _mmcommon.MMFileUtils_ConvertFromOneCharToAnother MMFileUtils_ListAllDrives = _mmcommon.MMFileUtils_ListAllDrives MMFileUtils_IsRemovableDrive = _mmcommon.MMFileUtils_IsRemovableDrive MMFileUtils_GetDefaultSecurityAttributes = _mmcommon.MMFileUtils_GetDefaultSecurityAttributes MMFileUtils_GetExePath = _mmcommon.MMFileUtils_GetExePath MMFileUtils_GetExeName = _mmcommon.MMFileUtils_GetExeName MMFileUtils_GetExeDir = _mmcommon.MMFileUtils_GetExeDir MMFileUtils_ReadDirectoryChangesW = _mmcommon.MMFileUtils_ReadDirectoryChangesW MMFileUtils_RegisterServer = _mmcommon.MMFileUtils_RegisterServer MMFileUtils_ShouldSkipDirectoryOnImport = _mmcommon.MMFileUtils_ShouldSkipDirectoryOnImport MMFileUtils_ShouldSkipDirectoryOnChange = _mmcommon.MMFileUtils_ShouldSkipDirectoryOnChange MMFileUtils_AreFilesExactlyTheSame = _mmcommon.MMFileUtils_AreFilesExactlyTheSame class SHA1_WORKSPACE_BLOCK(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, SHA1_WORKSPACE_BLOCK, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, SHA1_WORKSPACE_BLOCK, name) def __repr__(self): return "<%s.%s; proxy of C++ SHA1_WORKSPACE_BLOCK instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["c"] = _mmcommon.SHA1_WORKSPACE_BLOCK_c_set __swig_getmethods__["c"] = _mmcommon.SHA1_WORKSPACE_BLOCK_c_get if _newclass:c = property(_mmcommon.SHA1_WORKSPACE_BLOCK_c_get, _mmcommon.SHA1_WORKSPACE_BLOCK_c_set) __swig_setmethods__["l"] = _mmcommon.SHA1_WORKSPACE_BLOCK_l_set __swig_getmethods__["l"] = _mmcommon.SHA1_WORKSPACE_BLOCK_l_get if _newclass:l = property(_mmcommon.SHA1_WORKSPACE_BLOCK_l_get, _mmcommon.SHA1_WORKSPACE_BLOCK_l_set) def __init__(self, *args): _swig_setattr(self, SHA1_WORKSPACE_BLOCK, 'this', _mmcommon.new_SHA1_WORKSPACE_BLOCK(*args)) _swig_setattr(self, SHA1_WORKSPACE_BLOCK, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_SHA1_WORKSPACE_BLOCK): try: if self.thisown: destroy(self) except: pass class SHA1_WORKSPACE_BLOCKPtr(SHA1_WORKSPACE_BLOCK): def __init__(self, this): _swig_setattr(self, SHA1_WORKSPACE_BLOCK, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, SHA1_WORKSPACE_BLOCK, 'thisown', 0) _swig_setattr(self, SHA1_WORKSPACE_BLOCK,self.__class__,SHA1_WORKSPACE_BLOCK) _mmcommon.SHA1_WORKSPACE_BLOCK_swigregister(SHA1_WORKSPACE_BLOCKPtr) class HashResult(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, HashResult, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, HashResult, name) def __repr__(self): return "<%s.%s; proxy of C++ HashResult instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["msb"] = _mmcommon.HashResult_msb_set __swig_getmethods__["msb"] = _mmcommon.HashResult_msb_get if _newclass:msb = property(_mmcommon.HashResult_msb_get, _mmcommon.HashResult_msb_set) __swig_setmethods__["middle"] = _mmcommon.HashResult_middle_set __swig_getmethods__["middle"] = _mmcommon.HashResult_middle_get if _newclass:middle = property(_mmcommon.HashResult_middle_get, _mmcommon.HashResult_middle_set) __swig_setmethods__["lsb"] = _mmcommon.HashResult_lsb_set __swig_getmethods__["lsb"] = _mmcommon.HashResult_lsb_get if _newclass:lsb = property(_mmcommon.HashResult_lsb_get, _mmcommon.HashResult_lsb_set) def __init__(self, *args): _swig_setattr(self, HashResult, 'this', _mmcommon.new_HashResult(*args)) _swig_setattr(self, HashResult, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_HashResult): try: if self.thisown: destroy(self) except: pass class HashResultPtr(HashResult): def __init__(self, this): _swig_setattr(self, HashResult, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, HashResult, 'thisown', 0) _swig_setattr(self, HashResult,self.__class__,HashResult) _mmcommon.HashResult_swigregister(HashResultPtr) class CSHA1(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, CSHA1, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, CSHA1, name) def __repr__(self): return "<%s.%s; proxy of C++ CSHA1 instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) REPORT_HEX = _mmcommon.CSHA1_REPORT_HEX REPORT_DIGIT = _mmcommon.CSHA1_REPORT_DIGIT def __init__(self, *args): _swig_setattr(self, CSHA1, 'this', _mmcommon.new_CSHA1(*args)) _swig_setattr(self, CSHA1, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_CSHA1): try: if self.thisown: destroy(self) except: pass def MMHashFunction(*args): return _mmcommon.CSHA1_MMHashFunction(*args) def MMHashFunctionFromString(*args): return _mmcommon.CSHA1_MMHashFunctionFromString(*args) def MMHashFunctionBytes(*args): return _mmcommon.CSHA1_MMHashFunctionBytes(*args) def MMHashFunctionAsString(*args): return _mmcommon.CSHA1_MMHashFunctionAsString(*args) def MMHashFromFile(*args): return _mmcommon.CSHA1_MMHashFromFile(*args) def MMHashFromFileAsString(*args): return _mmcommon.CSHA1_MMHashFromFileAsString(*args) def MMStringFromHashStruct(*args): return _mmcommon.CSHA1_MMStringFromHashStruct(*args) class CSHA1Ptr(CSHA1): def __init__(self, this): _swig_setattr(self, CSHA1, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, CSHA1, 'thisown', 0) _swig_setattr(self, CSHA1,self.__class__,CSHA1) _mmcommon.CSHA1_swigregister(CSHA1Ptr) MM_PROGRESS_ID_NONE = _mmcommon.MM_PROGRESS_ID_NONE MM_PROGRESS_STYLE_CYLON = _mmcommon.MM_PROGRESS_STYLE_CYLON MM_PROGRESS_UNDEFINED = _mmcommon.MM_PROGRESS_UNDEFINED MM_PROGRESS_PROCESSING = _mmcommon.MM_PROGRESS_PROCESSING MM_PROGRESS_PAUSED = _mmcommon.MM_PROGRESS_PAUSED MM_PROGRESS_CANCELED = _mmcommon.MM_PROGRESS_CANCELED MM_PROGRESS_FINISHED = _mmcommon.MM_PROGRESS_FINISHED MM_PROGRESS_ERROR = _mmcommon.MM_PROGRESS_ERROR class MMRawProgressItem(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMRawProgressItem, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMRawProgressItem, name) def __repr__(self): return "<%s.%s; proxy of C++ MMRawProgressItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_setmethods__["id"] = _mmcommon.MMRawProgressItem_id_set __swig_getmethods__["id"] = _mmcommon.MMRawProgressItem_id_get if _newclass:id = property(_mmcommon.MMRawProgressItem_id_get, _mmcommon.MMRawProgressItem_id_set) __swig_setmethods__["state"] = _mmcommon.MMRawProgressItem_state_set __swig_getmethods__["state"] = _mmcommon.MMRawProgressItem_state_get if _newclass:state = property(_mmcommon.MMRawProgressItem_state_get, _mmcommon.MMRawProgressItem_state_set) __swig_setmethods__["title"] = _mmcommon.MMRawProgressItem_title_set __swig_getmethods__["title"] = _mmcommon.MMRawProgressItem_title_get if _newclass:title = property(_mmcommon.MMRawProgressItem_title_get, _mmcommon.MMRawProgressItem_title_set) __swig_setmethods__["details"] = _mmcommon.MMRawProgressItem_details_set __swig_getmethods__["details"] = _mmcommon.MMRawProgressItem_details_get if _newclass:details = property(_mmcommon.MMRawProgressItem_details_get, _mmcommon.MMRawProgressItem_details_set) __swig_setmethods__["percentComplete"] = _mmcommon.MMRawProgressItem_percentComplete_set __swig_getmethods__["percentComplete"] = _mmcommon.MMRawProgressItem_percentComplete_get if _newclass:percentComplete = property(_mmcommon.MMRawProgressItem_percentComplete_get, _mmcommon.MMRawProgressItem_percentComplete_set) __swig_setmethods__["interactionFlags"] = _mmcommon.MMRawProgressItem_interactionFlags_set __swig_getmethods__["interactionFlags"] = _mmcommon.MMRawProgressItem_interactionFlags_get if _newclass:interactionFlags = property(_mmcommon.MMRawProgressItem_interactionFlags_get, _mmcommon.MMRawProgressItem_interactionFlags_set) __swig_setmethods__["schedulerId"] = _mmcommon.MMRawProgressItem_schedulerId_set __swig_getmethods__["schedulerId"] = _mmcommon.MMRawProgressItem_schedulerId_get if _newclass:schedulerId = property(_mmcommon.MMRawProgressItem_schedulerId_get, _mmcommon.MMRawProgressItem_schedulerId_set) def __init__(self, *args): _swig_setattr(self, MMRawProgressItem, 'this', _mmcommon.new_MMRawProgressItem(*args)) _swig_setattr(self, MMRawProgressItem, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_MMRawProgressItem): try: if self.thisown: destroy(self) except: pass class MMRawProgressItemPtr(MMRawProgressItem): def __init__(self, this): _swig_setattr(self, MMRawProgressItem, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMRawProgressItem, 'thisown', 0) _swig_setattr(self, MMRawProgressItem,self.__class__,MMRawProgressItem) _mmcommon.MMRawProgressItem_swigregister(MMRawProgressItemPtr) MM_PROGRESS_CAN_CANCEL = _mmcommon.MM_PROGRESS_CAN_CANCEL MM_PROGRESS_CAN_PAUSE = _mmcommon.MM_PROGRESS_CAN_PAUSE MM_PROGRESS_CAN_REMOVE = _mmcommon.MM_PROGRESS_CAN_REMOVE class MMProgressItemController(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItemController, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItemController, name) def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItemController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args): _swig_setattr(self, MMProgressItemController, 'this', _mmcommon.new_MMProgressItemController(*args)) _swig_setattr(self, MMProgressItemController, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_MMProgressItemController): try: if self.thisown: destroy(self) except: pass def SetState(*args): return _mmcommon.MMProgressItemController_SetState(*args) def SetTitle(*args): return _mmcommon.MMProgressItemController_SetTitle(*args) def SetDetails(*args): return _mmcommon.MMProgressItemController_SetDetails(*args) def SetPercentComplete(*args): return _mmcommon.MMProgressItemController_SetPercentComplete(*args) def SetImage(*args): return _mmcommon.MMProgressItemController_SetImage(*args) def CanPause(*args): return _mmcommon.MMProgressItemController_CanPause(*args) def PauseOperation(*args): return _mmcommon.MMProgressItemController_PauseOperation(*args) def ResumeOperation(*args): return _mmcommon.MMProgressItemController_ResumeOperation(*args) def CanCancel(*args): return _mmcommon.MMProgressItemController_CanCancel(*args) def CancelOperation(*args): return _mmcommon.MMProgressItemController_CancelOperation(*args) def CanRemove(*args): return _mmcommon.MMProgressItemController_CanRemove(*args) def RemoveItem(*args): return _mmcommon.MMProgressItemController_RemoveItem(*args) def NotifyCallback(*args): return _mmcommon.MMProgressItemController_NotifyCallback(*args) class MMProgressItemControllerPtr(MMProgressItemController): def __init__(self, this): _swig_setattr(self, MMProgressItemController, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItemController, 'thisown', 0) _swig_setattr(self, MMProgressItemController,self.__class__,MMProgressItemController) _mmcommon.MMProgressItemController_swigregister(MMProgressItemControllerPtr) class MMProgressItemView(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItemView, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItemView, name) def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItemView instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args): _swig_setattr(self, MMProgressItemView, 'this', _mmcommon.new_MMProgressItemView(*args)) _swig_setattr(self, MMProgressItemView, 'thisown', 1) def __del__(self, destroy=_mmcommon.delete_MMProgressItemView): try: if self.thisown: destroy(self) except: pass def TaskFinished(*args): return _mmcommon.MMProgressItemView_TaskFinished(*args) def GetState(*args): return _mmcommon.MMProgressItemView_GetState(*args) def GetTitle(*args): return _mmcommon.MMProgressItemView_GetTitle(*args) def GetDetails(*args): return _mmcommon.MMProgressItemView_GetDetails(*args) def GetPercentComplete(*args): return _mmcommon.MMProgressItemView_GetPercentComplete(*args) def GetInteractionFlags(*args): return _mmcommon.MMProgressItemView_GetInteractionFlags(*args) def GetDelayed(*args): return _mmcommon.MMProgressItemView_GetDelayed(*args) def GetBitmap(*args): return _mmcommon.MMProgressItemView_GetBitmap(*args) def SetListener(*args): return _mmcommon.MMProgressItemView_SetListener(*args) def ClearListener(*args): return _mmcommon.MMProgressItemView_ClearListener(*args) def NotifyCallback(*args): return _mmcommon.MMProgressItemView_NotifyCallback(*args) class MMProgressItemViewPtr(MMProgressItemView): def __init__(self, this): _swig_setattr(self, MMProgressItemView, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItemView, 'thisown', 0) _swig_setattr(self, MMProgressItemView,self.__class__,MMProgressItemView) _mmcommon.MMProgressItemView_swigregister(MMProgressItemViewPtr) class MMProgressItemViewListener(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItemViewListener, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItemViewListener, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItemViewListener instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_MMProgressItemViewListener): try: if self.thisown: destroy(self) except: pass def NotifyItemModified(*args): return _mmcommon.MMProgressItemViewListener_NotifyItemModified(*args) def NotifyItemRemoved(*args): return _mmcommon.MMProgressItemViewListener_NotifyItemRemoved(*args) def NotifyItemImageChanged(*args): return _mmcommon.MMProgressItemViewListener_NotifyItemImageChanged(*args) class MMProgressItemViewListenerPtr(MMProgressItemViewListener): def __init__(self, this): _swig_setattr(self, MMProgressItemViewListener, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItemViewListener, 'thisown', 0) _swig_setattr(self, MMProgressItemViewListener,self.__class__,MMProgressItemViewListener) _mmcommon.MMProgressItemViewListener_swigregister(MMProgressItemViewListenerPtr) class MMProgressItem(MMProgressItemView,MMProgressItemController): __swig_setmethods__ = {} for _s in [MMProgressItemView,MMProgressItemController]: __swig_setmethods__.update(_s.__swig_setmethods__) __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItem, name, value) __swig_getmethods__ = {} for _s in [MMProgressItemView,MMProgressItemController]: __swig_getmethods__.update(_s.__swig_getmethods__) __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItem, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_MMProgressItem): try: if self.thisown: destroy(self) except: pass def NotifyCallback(*args): return _mmcommon.MMProgressItem_NotifyCallback(*args) class MMProgressItemPtr(MMProgressItem): def __init__(self, this): _swig_setattr(self, MMProgressItem, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItem, 'thisown', 0) _swig_setattr(self, MMProgressItem,self.__class__,MMProgressItem) _mmcommon.MMProgressItem_swigregister(MMProgressItemPtr) class MMProgressItemManager(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItemManager, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItemManager, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItemManager instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) __swig_getmethods__["_CreateProgressItem"] = lambda x: _mmcommon.MMProgressItemManager__CreateProgressItem if _newclass:_CreateProgressItem = staticmethod(_mmcommon.MMProgressItemManager__CreateProgressItem) __swig_getmethods__["_GetProgressItem"] = lambda x: _mmcommon.MMProgressItemManager__GetProgressItem if _newclass:_GetProgressItem = staticmethod(_mmcommon.MMProgressItemManager__GetProgressItem) __swig_getmethods__["_FreeProgressItem"] = lambda x: _mmcommon.MMProgressItemManager__FreeProgressItem if _newclass:_FreeProgressItem = staticmethod(_mmcommon.MMProgressItemManager__FreeProgressItem) __swig_getmethods__["_GetAllActiveProgressItemIds"] = lambda x: _mmcommon.MMProgressItemManager__GetAllActiveProgressItemIds if _newclass:_GetAllActiveProgressItemIds = staticmethod(_mmcommon.MMProgressItemManager__GetAllActiveProgressItemIds) __swig_getmethods__["_Clear"] = lambda x: _mmcommon.MMProgressItemManager__Clear if _newclass:_Clear = staticmethod(_mmcommon.MMProgressItemManager__Clear) __swig_getmethods__["_RefreshStatus"] = lambda x: _mmcommon.MMProgressItemManager__RefreshStatus if _newclass:_RefreshStatus = staticmethod(_mmcommon.MMProgressItemManager__RefreshStatus) class MMProgressItemManagerPtr(MMProgressItemManager): def __init__(self, this): _swig_setattr(self, MMProgressItemManager, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItemManager, 'thisown', 0) _swig_setattr(self, MMProgressItemManager,self.__class__,MMProgressItemManager) _mmcommon.MMProgressItemManager_swigregister(MMProgressItemManagerPtr) MMProgressItemManager__CreateProgressItem = _mmcommon.MMProgressItemManager__CreateProgressItem MMProgressItemManager__GetProgressItem = _mmcommon.MMProgressItemManager__GetProgressItem MMProgressItemManager__FreeProgressItem = _mmcommon.MMProgressItemManager__FreeProgressItem MMProgressItemManager__GetAllActiveProgressItemIds = _mmcommon.MMProgressItemManager__GetAllActiveProgressItemIds MMProgressItemManager__Clear = _mmcommon.MMProgressItemManager__Clear MMProgressItemManager__RefreshStatus = _mmcommon.MMProgressItemManager__RefreshStatus class MMProgressItemHint(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressItemHint, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressItemHint, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressItemHint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_MMProgressItemHint): try: if self.thisown: destroy(self) except: pass __swig_setmethods__["rawItemData"] = _mmcommon.MMProgressItemHint_rawItemData_set __swig_getmethods__["rawItemData"] = _mmcommon.MMProgressItemHint_rawItemData_get if _newclass:rawItemData = property(_mmcommon.MMProgressItemHint_rawItemData_get, _mmcommon.MMProgressItemHint_rawItemData_set) class MMProgressItemHintPtr(MMProgressItemHint): def __init__(self, this): _swig_setattr(self, MMProgressItemHint, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressItemHint, 'thisown', 0) _swig_setattr(self, MMProgressItemHint,self.__class__,MMProgressItemHint) _mmcommon.MMProgressItemHint_swigregister(MMProgressItemHintPtr) class MMProgressImageHint(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressImageHint, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressImageHint, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressImageHint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __del__(self, destroy=_mmcommon.delete_MMProgressImageHint): try: if self.thisown: destroy(self) except: pass __swig_setmethods__["itemId"] = _mmcommon.MMProgressImageHint_itemId_set __swig_getmethods__["itemId"] = _mmcommon.MMProgressImageHint_itemId_get if _newclass:itemId = property(_mmcommon.MMProgressImageHint_itemId_get, _mmcommon.MMProgressImageHint_itemId_set) class MMProgressImageHintPtr(MMProgressImageHint): def __init__(self, this): _swig_setattr(self, MMProgressImageHint, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressImageHint, 'thisown', 0) _swig_setattr(self, MMProgressImageHint,self.__class__,MMProgressImageHint) _mmcommon.MMProgressImageHint_swigregister(MMProgressImageHintPtr) class MMProgressManagerHint(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, MMProgressManagerHint, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, MMProgressManagerHint, name) def __init__(self): raise RuntimeError, "No constructor defined" def __repr__(self): return "<%s.%s; proxy of C++ MMProgressManagerHint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) MM_PROGRESS_STATUS_ITEM_ADDED = _mmcommon.MMProgressManagerHint_MM_PROGRESS_STATUS_ITEM_ADDED MM_PROGRESS_STATUS_ITEM_REMOVED = _mmcommon.MMProgressManagerHint_MM_PROGRESS_STATUS_ITEM_REMOVED MM_PROGRESS_STATUS_PROCESSING = _mmcommon.MMProgressManagerHint_MM_PROGRESS_STATUS_PROCESSING MM_PROGRESS_STATUS_COMPLETED = _mmcommon.MMProgressManagerHint_MM_PROGRESS_STATUS_COMPLETED MM_PROGRESS_STATUS_REFRESH = _mmcommon.MMProgressManagerHint_MM_PROGRESS_STATUS_REFRESH def __del__(self, destroy=_mmcommon.delete_MMProgressManagerHint): try: if self.thisown: destroy(self) except: pass __swig_setmethods__["message"] = _mmcommon.MMProgressManagerHint_message_set __swig_getmethods__["message"] = _mmcommon.MMProgressManagerHint_message_get if _newclass:message = property(_mmcommon.MMProgressManagerHint_message_get, _mmcommon.MMProgressManagerHint_message_set) __swig_setmethods__["messageData"] = _mmcommon.MMProgressManagerHint_messageData_set __swig_getmethods__["messageData"] = _mmcommon.MMProgressManagerHint_messageData_get if _newclass:messageData = property(_mmcommon.MMProgressManagerHint_messageData_get, _mmcommon.MMProgressManagerHint_messageData_set) __swig_getmethods__["_DeMuxProcessingData"] = lambda x: _mmcommon.MMProgressManagerHint__DeMuxProcessingData if _newclass:_DeMuxProcessingData = staticmethod(_mmcommon.MMProgressManagerHint__DeMuxProcessingData) __swig_getmethods__["_MuxProcessingData"] = lambda x: _mmcommon.MMProgressManagerHint__MuxProcessingData if _newclass:_MuxProcessingData = staticmethod(_mmcommon.MMProgressManagerHint__MuxProcessingData) class MMProgressManagerHintPtr(MMProgressManagerHint): def __init__(self, this): _swig_setattr(self, MMProgressManagerHint, 'this', this) if not hasattr(self,"thisown"): _swig_setattr(self, MMProgressManagerHint, 'thisown', 0) _swig_setattr(self, MMProgressManagerHint,self.__class__,MMProgressManagerHint) _mmcommon.MMProgressManagerHint_swigregister(MMProgressManagerHintPtr) MMProgressManagerHint__DeMuxProcessingData = _mmcommon.MMProgressManagerHint__DeMuxProcessingData MMProgressManagerHint__MuxProcessingData = _mmcommon.MMProgressManagerHint__MuxProcessingData