home *** CD-ROM | disk | FTP | other *** search
- # 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 _mmmain
-
- 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
-
-
- class WatchDirInfo(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, WatchDirInfo, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, WatchDirInfo, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ WatchDirInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_setmethods__["path"] = _mmmain.WatchDirInfo_path_set
- __swig_getmethods__["path"] = _mmmain.WatchDirInfo_path_get
- if _newclass:path = property(_mmmain.WatchDirInfo_path_get, _mmmain.WatchDirInfo_path_set)
- __swig_setmethods__["ignore"] = _mmmain.WatchDirInfo_ignore_set
- __swig_getmethods__["ignore"] = _mmmain.WatchDirInfo_ignore_get
- if _newclass:ignore = property(_mmmain.WatchDirInfo_ignore_get, _mmmain.WatchDirInfo_ignore_set)
- def __init__(self, *args):
- _swig_setattr(self, WatchDirInfo, 'this', _mmmain.new_WatchDirInfo(*args))
- _swig_setattr(self, WatchDirInfo, 'thisown', 1)
- def __del__(self, destroy=_mmmain.delete_WatchDirInfo):
- try:
- if self.thisown: destroy(self)
- except: pass
-
-
- class WatchDirInfoPtr(WatchDirInfo):
- def __init__(self, this):
- _swig_setattr(self, WatchDirInfo, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, WatchDirInfo, 'thisown', 0)
- _swig_setattr(self, WatchDirInfo,self.__class__,WatchDirInfo)
- _mmmain.WatchDirInfo_swigregister(WatchDirInfoPtr)
-
- class MMWatchDirTask(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchDirTask, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMWatchDirTask, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMWatchDirTask instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["GetWatchDirTask"] = lambda x: _mmmain.MMWatchDirTask_GetWatchDirTask
- if _newclass:GetWatchDirTask = staticmethod(_mmmain.MMWatchDirTask_GetWatchDirTask)
- def GetHRName(*args): return _mmmain.MMWatchDirTask_GetHRName(*args)
- def Main(*args): return _mmmain.MMWatchDirTask_Main(*args)
- def Done(*args): return _mmmain.MMWatchDirTask_Done(*args)
- def Suspend(*args): return _mmmain.MMWatchDirTask_Suspend(*args)
- def Resume(*args): return _mmmain.MMWatchDirTask_Resume(*args)
- def IgnoreDirectory(*args): return _mmmain.MMWatchDirTask_IgnoreDirectory(*args)
- def EndIgnoringDirectory(*args): return _mmmain.MMWatchDirTask_EndIgnoringDirectory(*args)
- def SetIgnoreDirectory(*args): return _mmmain.MMWatchDirTask_SetIgnoreDirectory(*args)
- def NotifyCallback(*args): return _mmmain.MMWatchDirTask_NotifyCallback(*args)
-
- class MMWatchDirTaskPtr(MMWatchDirTask):
- def __init__(self, this):
- _swig_setattr(self, MMWatchDirTask, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchDirTask, 'thisown', 0)
- _swig_setattr(self, MMWatchDirTask,self.__class__,MMWatchDirTask)
- _mmmain.MMWatchDirTask_swigregister(MMWatchDirTaskPtr)
-
- MMWatchDirTask_GetWatchDirTask = _mmmain.MMWatchDirTask_GetWatchDirTask
-
- class MMWatchDirTaskSuspender(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchDirTaskSuspender, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMWatchDirTaskSuspender, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMWatchDirTaskSuspender instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMWatchDirTaskSuspender, 'this', _mmmain.new_MMWatchDirTaskSuspender(*args))
- _swig_setattr(self, MMWatchDirTaskSuspender, 'thisown', 1)
- def __del__(self, destroy=_mmmain.delete_MMWatchDirTaskSuspender):
- try:
- if self.thisown: destroy(self)
- except: pass
-
-
- class MMWatchDirTaskSuspenderPtr(MMWatchDirTaskSuspender):
- def __init__(self, this):
- _swig_setattr(self, MMWatchDirTaskSuspender, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchDirTaskSuspender, 'thisown', 0)
- _swig_setattr(self, MMWatchDirTaskSuspender,self.__class__,MMWatchDirTaskSuspender)
- _mmmain.MMWatchDirTaskSuspender_swigregister(MMWatchDirTaskSuspenderPtr)
-
- class MMWatchRootDirTask(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchRootDirTask, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMWatchRootDirTask, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMWatchRootDirTask instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMWatchRootDirTask, 'this', _mmmain.new_MMWatchRootDirTask(*args))
- _swig_setattr(self, MMWatchRootDirTask, 'thisown', 1)
- def __del__(self, destroy=_mmmain.delete_MMWatchRootDirTask):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def GetHRName(*args): return _mmmain.MMWatchRootDirTask_GetHRName(*args)
- def Main(*args): return _mmmain.MMWatchRootDirTask_Main(*args)
- def Done(*args): return _mmmain.MMWatchRootDirTask_Done(*args)
-
- class MMWatchRootDirTaskPtr(MMWatchRootDirTask):
- def __init__(self, this):
- _swig_setattr(self, MMWatchRootDirTask, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchRootDirTask, 'thisown', 0)
- _swig_setattr(self, MMWatchRootDirTask,self.__class__,MMWatchRootDirTask)
- _mmmain.MMWatchRootDirTask_swigregister(MMWatchRootDirTaskPtr)
-
- MM_THUMBNAILSIZE_SMALL = _mmmain.MM_THUMBNAILSIZE_SMALL
- MM_THUMBNAILSIZE_MEDIUM = _mmmain.MM_THUMBNAILSIZE_MEDIUM
- MM_THUMBNAILSIZE_LARGE = _mmmain.MM_THUMBNAILSIZE_LARGE
- class MMMainUtils(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMMainUtils, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMMainUtils, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMMainUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMMainUtils, 'this', _mmmain.new_MMMainUtils(*args))
- _swig_setattr(self, MMMainUtils, 'thisown', 1)
- def __del__(self, destroy=_mmmain.delete_MMMainUtils):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- __swig_getmethods__["MarkAsFavorite"] = lambda x: _mmmain.MMMainUtils_MarkAsFavorite
- if _newclass:MarkAsFavorite = staticmethod(_mmmain.MMMainUtils_MarkAsFavorite)
- __swig_getmethods__["CountFavorites"] = lambda x: _mmmain.MMMainUtils_CountFavorites
- if _newclass:CountFavorites = staticmethod(_mmmain.MMMainUtils_CountFavorites)
- __swig_getmethods__["_SetThumbnailSize"] = lambda x: _mmmain.MMMainUtils__SetThumbnailSize
- if _newclass:_SetThumbnailSize = staticmethod(_mmmain.MMMainUtils__SetThumbnailSize)
- __swig_getmethods__["_IncThumbnailSize"] = lambda x: _mmmain.MMMainUtils__IncThumbnailSize
- if _newclass:_IncThumbnailSize = staticmethod(_mmmain.MMMainUtils__IncThumbnailSize)
- __swig_getmethods__["_DecThumbnailSize"] = lambda x: _mmmain.MMMainUtils__DecThumbnailSize
- if _newclass:_DecThumbnailSize = staticmethod(_mmmain.MMMainUtils__DecThumbnailSize)
- __swig_getmethods__["_GetThumbnailSize"] = lambda x: _mmmain.MMMainUtils__GetThumbnailSize
- if _newclass:_GetThumbnailSize = staticmethod(_mmmain.MMMainUtils__GetThumbnailSize)
- __swig_getmethods__["_GetThumbnailSizeRange"] = lambda x: _mmmain.MMMainUtils__GetThumbnailSizeRange
- if _newclass:_GetThumbnailSizeRange = staticmethod(_mmmain.MMMainUtils__GetThumbnailSizeRange)
- __swig_getmethods__["_NotifyThumbModeChanged"] = lambda x: _mmmain.MMMainUtils__NotifyThumbModeChanged
- if _newclass:_NotifyThumbModeChanged = staticmethod(_mmmain.MMMainUtils__NotifyThumbModeChanged)
- __swig_getmethods__["RefreshThumbWindow"] = lambda x: _mmmain.MMMainUtils_RefreshThumbWindow
- if _newclass:RefreshThumbWindow = staticmethod(_mmmain.MMMainUtils_RefreshThumbWindow)
- __swig_getmethods__["StartSlideshow"] = lambda x: _mmmain.MMMainUtils_StartSlideshow
- if _newclass:StartSlideshow = staticmethod(_mmmain.MMMainUtils_StartSlideshow)
- __swig_getmethods__["_CompareSelectedImages"] = lambda x: _mmmain.MMMainUtils__CompareSelectedImages
- if _newclass:_CompareSelectedImages = staticmethod(_mmmain.MMMainUtils__CompareSelectedImages)
- __swig_getmethods__["TestGLWindow"] = lambda x: _mmmain.MMMainUtils_TestGLWindow
- if _newclass:TestGLWindow = staticmethod(_mmmain.MMMainUtils_TestGLWindow)
- __swig_getmethods__["StartFileUpload"] = lambda x: _mmmain.MMMainUtils_StartFileUpload
- if _newclass:StartFileUpload = staticmethod(_mmmain.MMMainUtils_StartFileUpload)
- __swig_getmethods__["LaunchAssignKeywordsDialog"] = lambda x: _mmmain.MMMainUtils_LaunchAssignKeywordsDialog
- if _newclass:LaunchAssignKeywordsDialog = staticmethod(_mmmain.MMMainUtils_LaunchAssignKeywordsDialog)
- __swig_getmethods__["GenerateKeywordsFromDirectories"] = lambda x: _mmmain.MMMainUtils_GenerateKeywordsFromDirectories
- if _newclass:GenerateKeywordsFromDirectories = staticmethod(_mmmain.MMMainUtils_GenerateKeywordsFromDirectories)
- __swig_getmethods__["ShowProgressWindow"] = lambda x: _mmmain.MMMainUtils_ShowProgressWindow
- if _newclass:ShowProgressWindow = staticmethod(_mmmain.MMMainUtils_ShowProgressWindow)
- __swig_getmethods__["HideProgressWindow"] = lambda x: _mmmain.MMMainUtils_HideProgressWindow
- if _newclass:HideProgressWindow = staticmethod(_mmmain.MMMainUtils_HideProgressWindow)
- __swig_getmethods__["HideProgressPopupWindow"] = lambda x: _mmmain.MMMainUtils_HideProgressPopupWindow
- if _newclass:HideProgressPopupWindow = staticmethod(_mmmain.MMMainUtils_HideProgressPopupWindow)
- __swig_getmethods__["IsProgressWindowVisible"] = lambda x: _mmmain.MMMainUtils_IsProgressWindowVisible
- if _newclass:IsProgressWindowVisible = staticmethod(_mmmain.MMMainUtils_IsProgressWindowVisible)
- __swig_getmethods__["GetSelectedObjectIdents"] = lambda x: _mmmain.MMMainUtils_GetSelectedObjectIdents
- if _newclass:GetSelectedObjectIdents = staticmethod(_mmmain.MMMainUtils_GetSelectedObjectIdents)
- __swig_getmethods__["GetSelectedObjectIds"] = lambda x: _mmmain.MMMainUtils_GetSelectedObjectIds
- if _newclass:GetSelectedObjectIds = staticmethod(_mmmain.MMMainUtils_GetSelectedObjectIds)
- __swig_getmethods__["GetSubSelectedObjectId"] = lambda x: _mmmain.MMMainUtils_GetSubSelectedObjectId
- if _newclass:GetSubSelectedObjectId = staticmethod(_mmmain.MMMainUtils_GetSubSelectedObjectId)
- __swig_getmethods__["SetSelectionToFirstVisibleItem"] = lambda x: _mmmain.MMMainUtils_SetSelectionToFirstVisibleItem
- if _newclass:SetSelectionToFirstVisibleItem = staticmethod(_mmmain.MMMainUtils_SetSelectionToFirstVisibleItem)
- __swig_getmethods__["SetSubSelection"] = lambda x: _mmmain.MMMainUtils_SetSubSelection
- if _newclass:SetSubSelection = staticmethod(_mmmain.MMMainUtils_SetSubSelection)
- __swig_getmethods__["GetNextObjectIdentifier"] = lambda x: _mmmain.MMMainUtils_GetNextObjectIdentifier
- if _newclass:GetNextObjectIdentifier = staticmethod(_mmmain.MMMainUtils_GetNextObjectIdentifier)
- __swig_getmethods__["GetPrevObjectIdentifier"] = lambda x: _mmmain.MMMainUtils_GetPrevObjectIdentifier
- if _newclass:GetPrevObjectIdentifier = staticmethod(_mmmain.MMMainUtils_GetPrevObjectIdentifier)
- __swig_getmethods__["SaveCurrentFilter"] = lambda x: _mmmain.MMMainUtils_SaveCurrentFilter
- if _newclass:SaveCurrentFilter = staticmethod(_mmmain.MMMainUtils_SaveCurrentFilter)
- __swig_getmethods__["SetActiveOperation"] = lambda x: _mmmain.MMMainUtils_SetActiveOperation
- if _newclass:SetActiveOperation = staticmethod(_mmmain.MMMainUtils_SetActiveOperation)
- __swig_getmethods__["GetActiveOperation"] = lambda x: _mmmain.MMMainUtils_GetActiveOperation
- if _newclass:GetActiveOperation = staticmethod(_mmmain.MMMainUtils_GetActiveOperation)
- __swig_getmethods__["MapActiveOperationToButtonOperation"] = lambda x: _mmmain.MMMainUtils_MapActiveOperationToButtonOperation
- if _newclass:MapActiveOperationToButtonOperation = staticmethod(_mmmain.MMMainUtils_MapActiveOperationToButtonOperation)
- __swig_getmethods__["GetActiveOperationSelectedIdents"] = lambda x: _mmmain.MMMainUtils_GetActiveOperationSelectedIdents
- if _newclass:GetActiveOperationSelectedIdents = staticmethod(_mmmain.MMMainUtils_GetActiveOperationSelectedIdents)
- __swig_getmethods__["MaximizeOperation"] = lambda x: _mmmain.MMMainUtils_MaximizeOperation
- if _newclass:MaximizeOperation = staticmethod(_mmmain.MMMainUtils_MaximizeOperation)
- __swig_getmethods__["IsOperationMaximized"] = lambda x: _mmmain.MMMainUtils_IsOperationMaximized
- if _newclass:IsOperationMaximized = staticmethod(_mmmain.MMMainUtils_IsOperationMaximized)
- __swig_getmethods__["DeleteKeywordVerified"] = lambda x: _mmmain.MMMainUtils_DeleteKeywordVerified
- if _newclass:DeleteKeywordVerified = staticmethod(_mmmain.MMMainUtils_DeleteKeywordVerified)
- __swig_getmethods__["RemoveKeywordVerified"] = lambda x: _mmmain.MMMainUtils_RemoveKeywordVerified
- if _newclass:RemoveKeywordVerified = staticmethod(_mmmain.MMMainUtils_RemoveKeywordVerified)
- __swig_getmethods__["RemoveThumbnail"] = lambda x: _mmmain.MMMainUtils_RemoveThumbnail
- if _newclass:RemoveThumbnail = staticmethod(_mmmain.MMMainUtils_RemoveThumbnail)
- __swig_getmethods__["RemoveThumbnails"] = lambda x: _mmmain.MMMainUtils_RemoveThumbnails
- if _newclass:RemoveThumbnails = staticmethod(_mmmain.MMMainUtils_RemoveThumbnails)
- __swig_getmethods__["CreateNewFolder"] = lambda x: _mmmain.MMMainUtils_CreateNewFolder
- if _newclass:CreateNewFolder = staticmethod(_mmmain.MMMainUtils_CreateNewFolder)
- __swig_getmethods__["RegisterFileTypes"] = lambda x: _mmmain.MMMainUtils_RegisterFileTypes
- if _newclass:RegisterFileTypes = staticmethod(_mmmain.MMMainUtils_RegisterFileTypes)
- __swig_getmethods__["NextBreadcrumbQuery"] = lambda x: _mmmain.MMMainUtils_NextBreadcrumbQuery
- if _newclass:NextBreadcrumbQuery = staticmethod(_mmmain.MMMainUtils_NextBreadcrumbQuery)
- __swig_getmethods__["PreviousBreadcrumbQuery"] = lambda x: _mmmain.MMMainUtils_PreviousBreadcrumbQuery
- if _newclass:PreviousBreadcrumbQuery = staticmethod(_mmmain.MMMainUtils_PreviousBreadcrumbQuery)
- __swig_getmethods__["ExitApplication"] = lambda x: _mmmain.MMMainUtils_ExitApplication
- if _newclass:ExitApplication = staticmethod(_mmmain.MMMainUtils_ExitApplication)
- __swig_getmethods__["GetThumbnailModel"] = lambda x: _mmmain.MMMainUtils_GetThumbnailModel
- if _newclass:GetThumbnailModel = staticmethod(_mmmain.MMMainUtils_GetThumbnailModel)
- __swig_getmethods__["GetMainTreeWindow"] = lambda x: _mmmain.MMMainUtils_GetMainTreeWindow
- if _newclass:GetMainTreeWindow = staticmethod(_mmmain.MMMainUtils_GetMainTreeWindow)
- __swig_getmethods__["GetBrowserEventReceiver"] = lambda x: _mmmain.MMMainUtils_GetBrowserEventReceiver
- if _newclass:GetBrowserEventReceiver = staticmethod(_mmmain.MMMainUtils_GetBrowserEventReceiver)
- __swig_getmethods__["EditCaptions"] = lambda x: _mmmain.MMMainUtils_EditCaptions
- if _newclass:EditCaptions = staticmethod(_mmmain.MMMainUtils_EditCaptions)
- __swig_getmethods__["ImportEntireComputer"] = lambda x: _mmmain.MMMainUtils_ImportEntireComputer
- if _newclass:ImportEntireComputer = staticmethod(_mmmain.MMMainUtils_ImportEntireComputer)
- __swig_getmethods__["RunImportOnEveryWatchFolder"] = lambda x: _mmmain.MMMainUtils_RunImportOnEveryWatchFolder
- if _newclass:RunImportOnEveryWatchFolder = staticmethod(_mmmain.MMMainUtils_RunImportOnEveryWatchFolder)
- __swig_getmethods__["ShowSelectImagesMessage"] = lambda x: _mmmain.MMMainUtils_ShowSelectImagesMessage
- if _newclass:ShowSelectImagesMessage = staticmethod(_mmmain.MMMainUtils_ShowSelectImagesMessage)
- __swig_getmethods__["GetFilterWindowBrowserAPI"] = lambda x: _mmmain.MMMainUtils_GetFilterWindowBrowserAPI
- if _newclass:GetFilterWindowBrowserAPI = staticmethod(_mmmain.MMMainUtils_GetFilterWindowBrowserAPI)
- __swig_getmethods__["ShouldTaskExit"] = lambda x: _mmmain.MMMainUtils_ShouldTaskExit
- if _newclass:ShouldTaskExit = staticmethod(_mmmain.MMMainUtils_ShouldTaskExit)
- __swig_getmethods__["RecordAppRunCount"] = lambda x: _mmmain.MMMainUtils_RecordAppRunCount
- if _newclass:RecordAppRunCount = staticmethod(_mmmain.MMMainUtils_RecordAppRunCount)
- __swig_getmethods__["GetNumberOfAppRuns"] = lambda x: _mmmain.MMMainUtils_GetNumberOfAppRuns
- if _newclass:GetNumberOfAppRuns = staticmethod(_mmmain.MMMainUtils_GetNumberOfAppRuns)
- __swig_getmethods__["StartupActOnAppRunCount"] = lambda x: _mmmain.MMMainUtils_StartupActOnAppRunCount
- if _newclass:StartupActOnAppRunCount = staticmethod(_mmmain.MMMainUtils_StartupActOnAppRunCount)
- __swig_getmethods__["RunSurveyRequest"] = lambda x: _mmmain.MMMainUtils_RunSurveyRequest
- if _newclass:RunSurveyRequest = staticmethod(_mmmain.MMMainUtils_RunSurveyRequest)
- __swig_getmethods__["ShowRegistrationBrowser"] = lambda x: _mmmain.MMMainUtils_ShowRegistrationBrowser
- if _newclass:ShowRegistrationBrowser = staticmethod(_mmmain.MMMainUtils_ShowRegistrationBrowser)
- __swig_getmethods__["ShowFirstTimeExperienceBrowser"] = lambda x: _mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser
- if _newclass:ShowFirstTimeExperienceBrowser = staticmethod(_mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser)
- __swig_getmethods__["ShowInMiniBrowser"] = lambda x: _mmmain.MMMainUtils_ShowInMiniBrowser
- if _newclass:ShowInMiniBrowser = staticmethod(_mmmain.MMMainUtils_ShowInMiniBrowser)
- __swig_getmethods__["ShowInBrowser"] = lambda x: _mmmain.MMMainUtils_ShowInBrowser
- if _newclass:ShowInBrowser = staticmethod(_mmmain.MMMainUtils_ShowInBrowser)
- __swig_getmethods__["RefreshMainWindowBrowser"] = lambda x: _mmmain.MMMainUtils_RefreshMainWindowBrowser
- if _newclass:RefreshMainWindowBrowser = staticmethod(_mmmain.MMMainUtils_RefreshMainWindowBrowser)
- __swig_getmethods__["_CheckSystemRequirements"] = lambda x: _mmmain.MMMainUtils__CheckSystemRequirements
- if _newclass:_CheckSystemRequirements = staticmethod(_mmmain.MMMainUtils__CheckSystemRequirements)
- __swig_getmethods__["_SetFavoriteImageFromSelection"] = lambda x: _mmmain.MMMainUtils__SetFavoriteImageFromSelection
- if _newclass:_SetFavoriteImageFromSelection = staticmethod(_mmmain.MMMainUtils__SetFavoriteImageFromSelection)
-
- class MMMainUtilsPtr(MMMainUtils):
- def __init__(self, this):
- _swig_setattr(self, MMMainUtils, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMMainUtils, 'thisown', 0)
- _swig_setattr(self, MMMainUtils,self.__class__,MMMainUtils)
- _mmmain.MMMainUtils_swigregister(MMMainUtilsPtr)
-
- MMMainUtils_MarkAsFavorite = _mmmain.MMMainUtils_MarkAsFavorite
-
- MMMainUtils_CountFavorites = _mmmain.MMMainUtils_CountFavorites
-
- MMMainUtils__SetThumbnailSize = _mmmain.MMMainUtils__SetThumbnailSize
-
- MMMainUtils__IncThumbnailSize = _mmmain.MMMainUtils__IncThumbnailSize
-
- MMMainUtils__DecThumbnailSize = _mmmain.MMMainUtils__DecThumbnailSize
-
- MMMainUtils__GetThumbnailSize = _mmmain.MMMainUtils__GetThumbnailSize
-
- MMMainUtils__GetThumbnailSizeRange = _mmmain.MMMainUtils__GetThumbnailSizeRange
-
- MMMainUtils__NotifyThumbModeChanged = _mmmain.MMMainUtils__NotifyThumbModeChanged
-
- MMMainUtils_RefreshThumbWindow = _mmmain.MMMainUtils_RefreshThumbWindow
-
- MMMainUtils_StartSlideshow = _mmmain.MMMainUtils_StartSlideshow
-
- MMMainUtils__CompareSelectedImages = _mmmain.MMMainUtils__CompareSelectedImages
-
- MMMainUtils_TestGLWindow = _mmmain.MMMainUtils_TestGLWindow
-
- MMMainUtils_StartFileUpload = _mmmain.MMMainUtils_StartFileUpload
-
- MMMainUtils_LaunchAssignKeywordsDialog = _mmmain.MMMainUtils_LaunchAssignKeywordsDialog
-
- MMMainUtils_GenerateKeywordsFromDirectories = _mmmain.MMMainUtils_GenerateKeywordsFromDirectories
-
- MMMainUtils_ShowProgressWindow = _mmmain.MMMainUtils_ShowProgressWindow
-
- MMMainUtils_HideProgressWindow = _mmmain.MMMainUtils_HideProgressWindow
-
- MMMainUtils_HideProgressPopupWindow = _mmmain.MMMainUtils_HideProgressPopupWindow
-
- MMMainUtils_IsProgressWindowVisible = _mmmain.MMMainUtils_IsProgressWindowVisible
-
- MMMainUtils_GetSelectedObjectIdents = _mmmain.MMMainUtils_GetSelectedObjectIdents
-
- MMMainUtils_GetSelectedObjectIds = _mmmain.MMMainUtils_GetSelectedObjectIds
-
- MMMainUtils_GetSubSelectedObjectId = _mmmain.MMMainUtils_GetSubSelectedObjectId
-
- MMMainUtils_SetSelectionToFirstVisibleItem = _mmmain.MMMainUtils_SetSelectionToFirstVisibleItem
-
- MMMainUtils_SetSubSelection = _mmmain.MMMainUtils_SetSubSelection
-
- MMMainUtils_GetNextObjectIdentifier = _mmmain.MMMainUtils_GetNextObjectIdentifier
-
- MMMainUtils_GetPrevObjectIdentifier = _mmmain.MMMainUtils_GetPrevObjectIdentifier
-
- MMMainUtils_SaveCurrentFilter = _mmmain.MMMainUtils_SaveCurrentFilter
-
- MMMainUtils_SetActiveOperation = _mmmain.MMMainUtils_SetActiveOperation
-
- MMMainUtils_GetActiveOperation = _mmmain.MMMainUtils_GetActiveOperation
-
- MMMainUtils_MapActiveOperationToButtonOperation = _mmmain.MMMainUtils_MapActiveOperationToButtonOperation
-
- MMMainUtils_GetActiveOperationSelectedIdents = _mmmain.MMMainUtils_GetActiveOperationSelectedIdents
-
- MMMainUtils_MaximizeOperation = _mmmain.MMMainUtils_MaximizeOperation
-
- MMMainUtils_IsOperationMaximized = _mmmain.MMMainUtils_IsOperationMaximized
-
- MMMainUtils_DeleteKeywordVerified = _mmmain.MMMainUtils_DeleteKeywordVerified
-
- MMMainUtils_RemoveKeywordVerified = _mmmain.MMMainUtils_RemoveKeywordVerified
-
- MMMainUtils_RemoveThumbnail = _mmmain.MMMainUtils_RemoveThumbnail
-
- MMMainUtils_RemoveThumbnails = _mmmain.MMMainUtils_RemoveThumbnails
-
- MMMainUtils_CreateNewFolder = _mmmain.MMMainUtils_CreateNewFolder
-
- MMMainUtils_RegisterFileTypes = _mmmain.MMMainUtils_RegisterFileTypes
-
- MMMainUtils_NextBreadcrumbQuery = _mmmain.MMMainUtils_NextBreadcrumbQuery
-
- MMMainUtils_PreviousBreadcrumbQuery = _mmmain.MMMainUtils_PreviousBreadcrumbQuery
-
- MMMainUtils_ExitApplication = _mmmain.MMMainUtils_ExitApplication
-
- MMMainUtils_GetThumbnailModel = _mmmain.MMMainUtils_GetThumbnailModel
-
- MMMainUtils_GetMainTreeWindow = _mmmain.MMMainUtils_GetMainTreeWindow
-
- MMMainUtils_GetBrowserEventReceiver = _mmmain.MMMainUtils_GetBrowserEventReceiver
-
- MMMainUtils_EditCaptions = _mmmain.MMMainUtils_EditCaptions
-
- MMMainUtils_ImportEntireComputer = _mmmain.MMMainUtils_ImportEntireComputer
-
- MMMainUtils_RunImportOnEveryWatchFolder = _mmmain.MMMainUtils_RunImportOnEveryWatchFolder
-
- MMMainUtils_ShowSelectImagesMessage = _mmmain.MMMainUtils_ShowSelectImagesMessage
-
- MMMainUtils_GetFilterWindowBrowserAPI = _mmmain.MMMainUtils_GetFilterWindowBrowserAPI
-
- MMMainUtils_ShouldTaskExit = _mmmain.MMMainUtils_ShouldTaskExit
-
- MMMainUtils_RecordAppRunCount = _mmmain.MMMainUtils_RecordAppRunCount
-
- MMMainUtils_GetNumberOfAppRuns = _mmmain.MMMainUtils_GetNumberOfAppRuns
-
- MMMainUtils_StartupActOnAppRunCount = _mmmain.MMMainUtils_StartupActOnAppRunCount
-
- MMMainUtils_RunSurveyRequest = _mmmain.MMMainUtils_RunSurveyRequest
-
- MMMainUtils_ShowRegistrationBrowser = _mmmain.MMMainUtils_ShowRegistrationBrowser
-
- MMMainUtils_ShowFirstTimeExperienceBrowser = _mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser
-
- MMMainUtils_ShowInMiniBrowser = _mmmain.MMMainUtils_ShowInMiniBrowser
-
- MMMainUtils_ShowInBrowser = _mmmain.MMMainUtils_ShowInBrowser
-
- MMMainUtils_RefreshMainWindowBrowser = _mmmain.MMMainUtils_RefreshMainWindowBrowser
-
- MMMainUtils__CheckSystemRequirements = _mmmain.MMMainUtils__CheckSystemRequirements
-
- MMMainUtils__SetFavoriteImageFromSelection = _mmmain.MMMainUtils__SetFavoriteImageFromSelection
-
-
-