home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 3 / PCNET_CD_2006_10_3.iso / apps / ShutterflyStudioInstaller_ext.exe / Lib / mmmain.py < prev    next >
Encoding:
Python Source  |  2006-08-04  |  25.1 KB  |  421 lines

  1. # This file was created automatically by SWIG.
  2. # Don't modify this file, modify the SWIG interface instead.
  3. # This file is compatible with both classic and new-style classes.
  4.  
  5. import _mmmain
  6.  
  7. def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
  8.     if (name == "this"):
  9.         if isinstance(value, class_type):
  10.             self.__dict__[name] = value.this
  11.             if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
  12.             del value.thisown
  13.             return
  14.     method = class_type.__swig_setmethods__.get(name,None)
  15.     if method: return method(self,value)
  16.     if (not static) or hasattr(self,name) or (name == "thisown"):
  17.         self.__dict__[name] = value
  18.     else:
  19.         raise AttributeError("You cannot add attributes to %s" % self)
  20.  
  21. def _swig_setattr(self,class_type,name,value):
  22.     return _swig_setattr_nondynamic(self,class_type,name,value,0)
  23.  
  24. def _swig_getattr(self,class_type,name):
  25.     method = class_type.__swig_getmethods__.get(name,None)
  26.     if method: return method(self)
  27.     raise AttributeError,name
  28.  
  29. import types
  30. try:
  31.     _object = types.ObjectType
  32.     _newclass = 1
  33. except AttributeError:
  34.     class _object : pass
  35.     _newclass = 0
  36. del types
  37.  
  38.  
  39. class WatchDirInfo(_object):
  40.     __swig_setmethods__ = {}
  41.     __setattr__ = lambda self, name, value: _swig_setattr(self, WatchDirInfo, name, value)
  42.     __swig_getmethods__ = {}
  43.     __getattr__ = lambda self, name: _swig_getattr(self, WatchDirInfo, name)
  44.     def __repr__(self):
  45.         return "<%s.%s; proxy of C++ WatchDirInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  46.     __swig_setmethods__["path"] = _mmmain.WatchDirInfo_path_set
  47.     __swig_getmethods__["path"] = _mmmain.WatchDirInfo_path_get
  48.     if _newclass:path = property(_mmmain.WatchDirInfo_path_get, _mmmain.WatchDirInfo_path_set)
  49.     __swig_setmethods__["ignore"] = _mmmain.WatchDirInfo_ignore_set
  50.     __swig_getmethods__["ignore"] = _mmmain.WatchDirInfo_ignore_get
  51.     if _newclass:ignore = property(_mmmain.WatchDirInfo_ignore_get, _mmmain.WatchDirInfo_ignore_set)
  52.     def __init__(self, *args):
  53.         _swig_setattr(self, WatchDirInfo, 'this', _mmmain.new_WatchDirInfo(*args))
  54.         _swig_setattr(self, WatchDirInfo, 'thisown', 1)
  55.     def __del__(self, destroy=_mmmain.delete_WatchDirInfo):
  56.         try:
  57.             if self.thisown: destroy(self)
  58.         except: pass
  59.  
  60.  
  61. class WatchDirInfoPtr(WatchDirInfo):
  62.     def __init__(self, this):
  63.         _swig_setattr(self, WatchDirInfo, 'this', this)
  64.         if not hasattr(self,"thisown"): _swig_setattr(self, WatchDirInfo, 'thisown', 0)
  65.         _swig_setattr(self, WatchDirInfo,self.__class__,WatchDirInfo)
  66. _mmmain.WatchDirInfo_swigregister(WatchDirInfoPtr)
  67.  
  68. class MMWatchDirTask(_object):
  69.     __swig_setmethods__ = {}
  70.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchDirTask, name, value)
  71.     __swig_getmethods__ = {}
  72.     __getattr__ = lambda self, name: _swig_getattr(self, MMWatchDirTask, name)
  73.     def __init__(self): raise RuntimeError, "No constructor defined"
  74.     def __repr__(self):
  75.         return "<%s.%s; proxy of C++ MMWatchDirTask instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  76.     __swig_getmethods__["GetWatchDirTask"] = lambda x: _mmmain.MMWatchDirTask_GetWatchDirTask
  77.     if _newclass:GetWatchDirTask = staticmethod(_mmmain.MMWatchDirTask_GetWatchDirTask)
  78.     def GetHRName(*args): return _mmmain.MMWatchDirTask_GetHRName(*args)
  79.     def Main(*args): return _mmmain.MMWatchDirTask_Main(*args)
  80.     def Done(*args): return _mmmain.MMWatchDirTask_Done(*args)
  81.     def Suspend(*args): return _mmmain.MMWatchDirTask_Suspend(*args)
  82.     def Resume(*args): return _mmmain.MMWatchDirTask_Resume(*args)
  83.     def IgnoreDirectory(*args): return _mmmain.MMWatchDirTask_IgnoreDirectory(*args)
  84.     def EndIgnoringDirectory(*args): return _mmmain.MMWatchDirTask_EndIgnoringDirectory(*args)
  85.     def SetIgnoreDirectory(*args): return _mmmain.MMWatchDirTask_SetIgnoreDirectory(*args)
  86.     def NotifyCallback(*args): return _mmmain.MMWatchDirTask_NotifyCallback(*args)
  87.  
  88. class MMWatchDirTaskPtr(MMWatchDirTask):
  89.     def __init__(self, this):
  90.         _swig_setattr(self, MMWatchDirTask, 'this', this)
  91.         if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchDirTask, 'thisown', 0)
  92.         _swig_setattr(self, MMWatchDirTask,self.__class__,MMWatchDirTask)
  93. _mmmain.MMWatchDirTask_swigregister(MMWatchDirTaskPtr)
  94.  
  95. MMWatchDirTask_GetWatchDirTask = _mmmain.MMWatchDirTask_GetWatchDirTask
  96.  
  97. class MMWatchDirTaskSuspender(_object):
  98.     __swig_setmethods__ = {}
  99.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchDirTaskSuspender, name, value)
  100.     __swig_getmethods__ = {}
  101.     __getattr__ = lambda self, name: _swig_getattr(self, MMWatchDirTaskSuspender, name)
  102.     def __repr__(self):
  103.         return "<%s.%s; proxy of C++ MMWatchDirTaskSuspender instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  104.     def __init__(self, *args):
  105.         _swig_setattr(self, MMWatchDirTaskSuspender, 'this', _mmmain.new_MMWatchDirTaskSuspender(*args))
  106.         _swig_setattr(self, MMWatchDirTaskSuspender, 'thisown', 1)
  107.     def __del__(self, destroy=_mmmain.delete_MMWatchDirTaskSuspender):
  108.         try:
  109.             if self.thisown: destroy(self)
  110.         except: pass
  111.  
  112.  
  113. class MMWatchDirTaskSuspenderPtr(MMWatchDirTaskSuspender):
  114.     def __init__(self, this):
  115.         _swig_setattr(self, MMWatchDirTaskSuspender, 'this', this)
  116.         if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchDirTaskSuspender, 'thisown', 0)
  117.         _swig_setattr(self, MMWatchDirTaskSuspender,self.__class__,MMWatchDirTaskSuspender)
  118. _mmmain.MMWatchDirTaskSuspender_swigregister(MMWatchDirTaskSuspenderPtr)
  119.  
  120. class MMWatchRootDirTask(_object):
  121.     __swig_setmethods__ = {}
  122.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMWatchRootDirTask, name, value)
  123.     __swig_getmethods__ = {}
  124.     __getattr__ = lambda self, name: _swig_getattr(self, MMWatchRootDirTask, name)
  125.     def __repr__(self):
  126.         return "<%s.%s; proxy of C++ MMWatchRootDirTask instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  127.     def __init__(self, *args):
  128.         _swig_setattr(self, MMWatchRootDirTask, 'this', _mmmain.new_MMWatchRootDirTask(*args))
  129.         _swig_setattr(self, MMWatchRootDirTask, 'thisown', 1)
  130.     def __del__(self, destroy=_mmmain.delete_MMWatchRootDirTask):
  131.         try:
  132.             if self.thisown: destroy(self)
  133.         except: pass
  134.  
  135.     def GetHRName(*args): return _mmmain.MMWatchRootDirTask_GetHRName(*args)
  136.     def Main(*args): return _mmmain.MMWatchRootDirTask_Main(*args)
  137.     def Done(*args): return _mmmain.MMWatchRootDirTask_Done(*args)
  138.  
  139. class MMWatchRootDirTaskPtr(MMWatchRootDirTask):
  140.     def __init__(self, this):
  141.         _swig_setattr(self, MMWatchRootDirTask, 'this', this)
  142.         if not hasattr(self,"thisown"): _swig_setattr(self, MMWatchRootDirTask, 'thisown', 0)
  143.         _swig_setattr(self, MMWatchRootDirTask,self.__class__,MMWatchRootDirTask)
  144. _mmmain.MMWatchRootDirTask_swigregister(MMWatchRootDirTaskPtr)
  145.  
  146. MM_THUMBNAILSIZE_SMALL = _mmmain.MM_THUMBNAILSIZE_SMALL
  147. MM_THUMBNAILSIZE_MEDIUM = _mmmain.MM_THUMBNAILSIZE_MEDIUM
  148. MM_THUMBNAILSIZE_LARGE = _mmmain.MM_THUMBNAILSIZE_LARGE
  149. class MMMainUtils(_object):
  150.     __swig_setmethods__ = {}
  151.     __setattr__ = lambda self, name, value: _swig_setattr(self, MMMainUtils, name, value)
  152.     __swig_getmethods__ = {}
  153.     __getattr__ = lambda self, name: _swig_getattr(self, MMMainUtils, name)
  154.     def __repr__(self):
  155.         return "<%s.%s; proxy of C++ MMMainUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
  156.     def __init__(self, *args):
  157.         _swig_setattr(self, MMMainUtils, 'this', _mmmain.new_MMMainUtils(*args))
  158.         _swig_setattr(self, MMMainUtils, 'thisown', 1)
  159.     def __del__(self, destroy=_mmmain.delete_MMMainUtils):
  160.         try:
  161.             if self.thisown: destroy(self)
  162.         except: pass
  163.  
  164.     __swig_getmethods__["MarkAsFavorite"] = lambda x: _mmmain.MMMainUtils_MarkAsFavorite
  165.     if _newclass:MarkAsFavorite = staticmethod(_mmmain.MMMainUtils_MarkAsFavorite)
  166.     __swig_getmethods__["CountFavorites"] = lambda x: _mmmain.MMMainUtils_CountFavorites
  167.     if _newclass:CountFavorites = staticmethod(_mmmain.MMMainUtils_CountFavorites)
  168.     __swig_getmethods__["_SetThumbnailSize"] = lambda x: _mmmain.MMMainUtils__SetThumbnailSize
  169.     if _newclass:_SetThumbnailSize = staticmethod(_mmmain.MMMainUtils__SetThumbnailSize)
  170.     __swig_getmethods__["_IncThumbnailSize"] = lambda x: _mmmain.MMMainUtils__IncThumbnailSize
  171.     if _newclass:_IncThumbnailSize = staticmethod(_mmmain.MMMainUtils__IncThumbnailSize)
  172.     __swig_getmethods__["_DecThumbnailSize"] = lambda x: _mmmain.MMMainUtils__DecThumbnailSize
  173.     if _newclass:_DecThumbnailSize = staticmethod(_mmmain.MMMainUtils__DecThumbnailSize)
  174.     __swig_getmethods__["_GetThumbnailSize"] = lambda x: _mmmain.MMMainUtils__GetThumbnailSize
  175.     if _newclass:_GetThumbnailSize = staticmethod(_mmmain.MMMainUtils__GetThumbnailSize)
  176.     __swig_getmethods__["_GetThumbnailSizeRange"] = lambda x: _mmmain.MMMainUtils__GetThumbnailSizeRange
  177.     if _newclass:_GetThumbnailSizeRange = staticmethod(_mmmain.MMMainUtils__GetThumbnailSizeRange)
  178.     __swig_getmethods__["_NotifyThumbModeChanged"] = lambda x: _mmmain.MMMainUtils__NotifyThumbModeChanged
  179.     if _newclass:_NotifyThumbModeChanged = staticmethod(_mmmain.MMMainUtils__NotifyThumbModeChanged)
  180.     __swig_getmethods__["RefreshThumbWindow"] = lambda x: _mmmain.MMMainUtils_RefreshThumbWindow
  181.     if _newclass:RefreshThumbWindow = staticmethod(_mmmain.MMMainUtils_RefreshThumbWindow)
  182.     __swig_getmethods__["StartSlideshow"] = lambda x: _mmmain.MMMainUtils_StartSlideshow
  183.     if _newclass:StartSlideshow = staticmethod(_mmmain.MMMainUtils_StartSlideshow)
  184.     __swig_getmethods__["_CompareSelectedImages"] = lambda x: _mmmain.MMMainUtils__CompareSelectedImages
  185.     if _newclass:_CompareSelectedImages = staticmethod(_mmmain.MMMainUtils__CompareSelectedImages)
  186.     __swig_getmethods__["TestGLWindow"] = lambda x: _mmmain.MMMainUtils_TestGLWindow
  187.     if _newclass:TestGLWindow = staticmethod(_mmmain.MMMainUtils_TestGLWindow)
  188.     __swig_getmethods__["StartFileUpload"] = lambda x: _mmmain.MMMainUtils_StartFileUpload
  189.     if _newclass:StartFileUpload = staticmethod(_mmmain.MMMainUtils_StartFileUpload)
  190.     __swig_getmethods__["LaunchAssignKeywordsDialog"] = lambda x: _mmmain.MMMainUtils_LaunchAssignKeywordsDialog
  191.     if _newclass:LaunchAssignKeywordsDialog = staticmethod(_mmmain.MMMainUtils_LaunchAssignKeywordsDialog)
  192.     __swig_getmethods__["GenerateKeywordsFromDirectories"] = lambda x: _mmmain.MMMainUtils_GenerateKeywordsFromDirectories
  193.     if _newclass:GenerateKeywordsFromDirectories = staticmethod(_mmmain.MMMainUtils_GenerateKeywordsFromDirectories)
  194.     __swig_getmethods__["ShowProgressWindow"] = lambda x: _mmmain.MMMainUtils_ShowProgressWindow
  195.     if _newclass:ShowProgressWindow = staticmethod(_mmmain.MMMainUtils_ShowProgressWindow)
  196.     __swig_getmethods__["HideProgressWindow"] = lambda x: _mmmain.MMMainUtils_HideProgressWindow
  197.     if _newclass:HideProgressWindow = staticmethod(_mmmain.MMMainUtils_HideProgressWindow)
  198.     __swig_getmethods__["HideProgressPopupWindow"] = lambda x: _mmmain.MMMainUtils_HideProgressPopupWindow
  199.     if _newclass:HideProgressPopupWindow = staticmethod(_mmmain.MMMainUtils_HideProgressPopupWindow)
  200.     __swig_getmethods__["IsProgressWindowVisible"] = lambda x: _mmmain.MMMainUtils_IsProgressWindowVisible
  201.     if _newclass:IsProgressWindowVisible = staticmethod(_mmmain.MMMainUtils_IsProgressWindowVisible)
  202.     __swig_getmethods__["GetSelectedObjectIdents"] = lambda x: _mmmain.MMMainUtils_GetSelectedObjectIdents
  203.     if _newclass:GetSelectedObjectIdents = staticmethod(_mmmain.MMMainUtils_GetSelectedObjectIdents)
  204.     __swig_getmethods__["GetSelectedObjectIds"] = lambda x: _mmmain.MMMainUtils_GetSelectedObjectIds
  205.     if _newclass:GetSelectedObjectIds = staticmethod(_mmmain.MMMainUtils_GetSelectedObjectIds)
  206.     __swig_getmethods__["GetSubSelectedObjectId"] = lambda x: _mmmain.MMMainUtils_GetSubSelectedObjectId
  207.     if _newclass:GetSubSelectedObjectId = staticmethod(_mmmain.MMMainUtils_GetSubSelectedObjectId)
  208.     __swig_getmethods__["SetSelectionToFirstVisibleItem"] = lambda x: _mmmain.MMMainUtils_SetSelectionToFirstVisibleItem
  209.     if _newclass:SetSelectionToFirstVisibleItem = staticmethod(_mmmain.MMMainUtils_SetSelectionToFirstVisibleItem)
  210.     __swig_getmethods__["SetSubSelection"] = lambda x: _mmmain.MMMainUtils_SetSubSelection
  211.     if _newclass:SetSubSelection = staticmethod(_mmmain.MMMainUtils_SetSubSelection)
  212.     __swig_getmethods__["GetNextObjectIdentifier"] = lambda x: _mmmain.MMMainUtils_GetNextObjectIdentifier
  213.     if _newclass:GetNextObjectIdentifier = staticmethod(_mmmain.MMMainUtils_GetNextObjectIdentifier)
  214.     __swig_getmethods__["GetPrevObjectIdentifier"] = lambda x: _mmmain.MMMainUtils_GetPrevObjectIdentifier
  215.     if _newclass:GetPrevObjectIdentifier = staticmethod(_mmmain.MMMainUtils_GetPrevObjectIdentifier)
  216.     __swig_getmethods__["SaveCurrentFilter"] = lambda x: _mmmain.MMMainUtils_SaveCurrentFilter
  217.     if _newclass:SaveCurrentFilter = staticmethod(_mmmain.MMMainUtils_SaveCurrentFilter)
  218.     __swig_getmethods__["SetActiveOperation"] = lambda x: _mmmain.MMMainUtils_SetActiveOperation
  219.     if _newclass:SetActiveOperation = staticmethod(_mmmain.MMMainUtils_SetActiveOperation)
  220.     __swig_getmethods__["GetActiveOperation"] = lambda x: _mmmain.MMMainUtils_GetActiveOperation
  221.     if _newclass:GetActiveOperation = staticmethod(_mmmain.MMMainUtils_GetActiveOperation)
  222.     __swig_getmethods__["MapActiveOperationToButtonOperation"] = lambda x: _mmmain.MMMainUtils_MapActiveOperationToButtonOperation
  223.     if _newclass:MapActiveOperationToButtonOperation = staticmethod(_mmmain.MMMainUtils_MapActiveOperationToButtonOperation)
  224.     __swig_getmethods__["GetActiveOperationSelectedIdents"] = lambda x: _mmmain.MMMainUtils_GetActiveOperationSelectedIdents
  225.     if _newclass:GetActiveOperationSelectedIdents = staticmethod(_mmmain.MMMainUtils_GetActiveOperationSelectedIdents)
  226.     __swig_getmethods__["MaximizeOperation"] = lambda x: _mmmain.MMMainUtils_MaximizeOperation
  227.     if _newclass:MaximizeOperation = staticmethod(_mmmain.MMMainUtils_MaximizeOperation)
  228.     __swig_getmethods__["IsOperationMaximized"] = lambda x: _mmmain.MMMainUtils_IsOperationMaximized
  229.     if _newclass:IsOperationMaximized = staticmethod(_mmmain.MMMainUtils_IsOperationMaximized)
  230.     __swig_getmethods__["DeleteKeywordVerified"] = lambda x: _mmmain.MMMainUtils_DeleteKeywordVerified
  231.     if _newclass:DeleteKeywordVerified = staticmethod(_mmmain.MMMainUtils_DeleteKeywordVerified)
  232.     __swig_getmethods__["RemoveKeywordVerified"] = lambda x: _mmmain.MMMainUtils_RemoveKeywordVerified
  233.     if _newclass:RemoveKeywordVerified = staticmethod(_mmmain.MMMainUtils_RemoveKeywordVerified)
  234.     __swig_getmethods__["RemoveThumbnail"] = lambda x: _mmmain.MMMainUtils_RemoveThumbnail
  235.     if _newclass:RemoveThumbnail = staticmethod(_mmmain.MMMainUtils_RemoveThumbnail)
  236.     __swig_getmethods__["RemoveThumbnails"] = lambda x: _mmmain.MMMainUtils_RemoveThumbnails
  237.     if _newclass:RemoveThumbnails = staticmethod(_mmmain.MMMainUtils_RemoveThumbnails)
  238.     __swig_getmethods__["CreateNewFolder"] = lambda x: _mmmain.MMMainUtils_CreateNewFolder
  239.     if _newclass:CreateNewFolder = staticmethod(_mmmain.MMMainUtils_CreateNewFolder)
  240.     __swig_getmethods__["RegisterFileTypes"] = lambda x: _mmmain.MMMainUtils_RegisterFileTypes
  241.     if _newclass:RegisterFileTypes = staticmethod(_mmmain.MMMainUtils_RegisterFileTypes)
  242.     __swig_getmethods__["NextBreadcrumbQuery"] = lambda x: _mmmain.MMMainUtils_NextBreadcrumbQuery
  243.     if _newclass:NextBreadcrumbQuery = staticmethod(_mmmain.MMMainUtils_NextBreadcrumbQuery)
  244.     __swig_getmethods__["PreviousBreadcrumbQuery"] = lambda x: _mmmain.MMMainUtils_PreviousBreadcrumbQuery
  245.     if _newclass:PreviousBreadcrumbQuery = staticmethod(_mmmain.MMMainUtils_PreviousBreadcrumbQuery)
  246.     __swig_getmethods__["ExitApplication"] = lambda x: _mmmain.MMMainUtils_ExitApplication
  247.     if _newclass:ExitApplication = staticmethod(_mmmain.MMMainUtils_ExitApplication)
  248.     __swig_getmethods__["GetThumbnailModel"] = lambda x: _mmmain.MMMainUtils_GetThumbnailModel
  249.     if _newclass:GetThumbnailModel = staticmethod(_mmmain.MMMainUtils_GetThumbnailModel)
  250.     __swig_getmethods__["GetMainTreeWindow"] = lambda x: _mmmain.MMMainUtils_GetMainTreeWindow
  251.     if _newclass:GetMainTreeWindow = staticmethod(_mmmain.MMMainUtils_GetMainTreeWindow)
  252.     __swig_getmethods__["GetBrowserEventReceiver"] = lambda x: _mmmain.MMMainUtils_GetBrowserEventReceiver
  253.     if _newclass:GetBrowserEventReceiver = staticmethod(_mmmain.MMMainUtils_GetBrowserEventReceiver)
  254.     __swig_getmethods__["EditCaptions"] = lambda x: _mmmain.MMMainUtils_EditCaptions
  255.     if _newclass:EditCaptions = staticmethod(_mmmain.MMMainUtils_EditCaptions)
  256.     __swig_getmethods__["ImportEntireComputer"] = lambda x: _mmmain.MMMainUtils_ImportEntireComputer
  257.     if _newclass:ImportEntireComputer = staticmethod(_mmmain.MMMainUtils_ImportEntireComputer)
  258.     __swig_getmethods__["RunImportOnEveryWatchFolder"] = lambda x: _mmmain.MMMainUtils_RunImportOnEveryWatchFolder
  259.     if _newclass:RunImportOnEveryWatchFolder = staticmethod(_mmmain.MMMainUtils_RunImportOnEveryWatchFolder)
  260.     __swig_getmethods__["ShowSelectImagesMessage"] = lambda x: _mmmain.MMMainUtils_ShowSelectImagesMessage
  261.     if _newclass:ShowSelectImagesMessage = staticmethod(_mmmain.MMMainUtils_ShowSelectImagesMessage)
  262.     __swig_getmethods__["GetFilterWindowBrowserAPI"] = lambda x: _mmmain.MMMainUtils_GetFilterWindowBrowserAPI
  263.     if _newclass:GetFilterWindowBrowserAPI = staticmethod(_mmmain.MMMainUtils_GetFilterWindowBrowserAPI)
  264.     __swig_getmethods__["ShouldTaskExit"] = lambda x: _mmmain.MMMainUtils_ShouldTaskExit
  265.     if _newclass:ShouldTaskExit = staticmethod(_mmmain.MMMainUtils_ShouldTaskExit)
  266.     __swig_getmethods__["RecordAppRunCount"] = lambda x: _mmmain.MMMainUtils_RecordAppRunCount
  267.     if _newclass:RecordAppRunCount = staticmethod(_mmmain.MMMainUtils_RecordAppRunCount)
  268.     __swig_getmethods__["GetNumberOfAppRuns"] = lambda x: _mmmain.MMMainUtils_GetNumberOfAppRuns
  269.     if _newclass:GetNumberOfAppRuns = staticmethod(_mmmain.MMMainUtils_GetNumberOfAppRuns)
  270.     __swig_getmethods__["StartupActOnAppRunCount"] = lambda x: _mmmain.MMMainUtils_StartupActOnAppRunCount
  271.     if _newclass:StartupActOnAppRunCount = staticmethod(_mmmain.MMMainUtils_StartupActOnAppRunCount)
  272.     __swig_getmethods__["RunSurveyRequest"] = lambda x: _mmmain.MMMainUtils_RunSurveyRequest
  273.     if _newclass:RunSurveyRequest = staticmethod(_mmmain.MMMainUtils_RunSurveyRequest)
  274.     __swig_getmethods__["ShowRegistrationBrowser"] = lambda x: _mmmain.MMMainUtils_ShowRegistrationBrowser
  275.     if _newclass:ShowRegistrationBrowser = staticmethod(_mmmain.MMMainUtils_ShowRegistrationBrowser)
  276.     __swig_getmethods__["ShowFirstTimeExperienceBrowser"] = lambda x: _mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser
  277.     if _newclass:ShowFirstTimeExperienceBrowser = staticmethod(_mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser)
  278.     __swig_getmethods__["ShowInMiniBrowser"] = lambda x: _mmmain.MMMainUtils_ShowInMiniBrowser
  279.     if _newclass:ShowInMiniBrowser = staticmethod(_mmmain.MMMainUtils_ShowInMiniBrowser)
  280.     __swig_getmethods__["ShowInBrowser"] = lambda x: _mmmain.MMMainUtils_ShowInBrowser
  281.     if _newclass:ShowInBrowser = staticmethod(_mmmain.MMMainUtils_ShowInBrowser)
  282.     __swig_getmethods__["RefreshMainWindowBrowser"] = lambda x: _mmmain.MMMainUtils_RefreshMainWindowBrowser
  283.     if _newclass:RefreshMainWindowBrowser = staticmethod(_mmmain.MMMainUtils_RefreshMainWindowBrowser)
  284.     __swig_getmethods__["_CheckSystemRequirements"] = lambda x: _mmmain.MMMainUtils__CheckSystemRequirements
  285.     if _newclass:_CheckSystemRequirements = staticmethod(_mmmain.MMMainUtils__CheckSystemRequirements)
  286.     __swig_getmethods__["_SetFavoriteImageFromSelection"] = lambda x: _mmmain.MMMainUtils__SetFavoriteImageFromSelection
  287.     if _newclass:_SetFavoriteImageFromSelection = staticmethod(_mmmain.MMMainUtils__SetFavoriteImageFromSelection)
  288.  
  289. class MMMainUtilsPtr(MMMainUtils):
  290.     def __init__(self, this):
  291.         _swig_setattr(self, MMMainUtils, 'this', this)
  292.         if not hasattr(self,"thisown"): _swig_setattr(self, MMMainUtils, 'thisown', 0)
  293.         _swig_setattr(self, MMMainUtils,self.__class__,MMMainUtils)
  294. _mmmain.MMMainUtils_swigregister(MMMainUtilsPtr)
  295.  
  296. MMMainUtils_MarkAsFavorite = _mmmain.MMMainUtils_MarkAsFavorite
  297.  
  298. MMMainUtils_CountFavorites = _mmmain.MMMainUtils_CountFavorites
  299.  
  300. MMMainUtils__SetThumbnailSize = _mmmain.MMMainUtils__SetThumbnailSize
  301.  
  302. MMMainUtils__IncThumbnailSize = _mmmain.MMMainUtils__IncThumbnailSize
  303.  
  304. MMMainUtils__DecThumbnailSize = _mmmain.MMMainUtils__DecThumbnailSize
  305.  
  306. MMMainUtils__GetThumbnailSize = _mmmain.MMMainUtils__GetThumbnailSize
  307.  
  308. MMMainUtils__GetThumbnailSizeRange = _mmmain.MMMainUtils__GetThumbnailSizeRange
  309.  
  310. MMMainUtils__NotifyThumbModeChanged = _mmmain.MMMainUtils__NotifyThumbModeChanged
  311.  
  312. MMMainUtils_RefreshThumbWindow = _mmmain.MMMainUtils_RefreshThumbWindow
  313.  
  314. MMMainUtils_StartSlideshow = _mmmain.MMMainUtils_StartSlideshow
  315.  
  316. MMMainUtils__CompareSelectedImages = _mmmain.MMMainUtils__CompareSelectedImages
  317.  
  318. MMMainUtils_TestGLWindow = _mmmain.MMMainUtils_TestGLWindow
  319.  
  320. MMMainUtils_StartFileUpload = _mmmain.MMMainUtils_StartFileUpload
  321.  
  322. MMMainUtils_LaunchAssignKeywordsDialog = _mmmain.MMMainUtils_LaunchAssignKeywordsDialog
  323.  
  324. MMMainUtils_GenerateKeywordsFromDirectories = _mmmain.MMMainUtils_GenerateKeywordsFromDirectories
  325.  
  326. MMMainUtils_ShowProgressWindow = _mmmain.MMMainUtils_ShowProgressWindow
  327.  
  328. MMMainUtils_HideProgressWindow = _mmmain.MMMainUtils_HideProgressWindow
  329.  
  330. MMMainUtils_HideProgressPopupWindow = _mmmain.MMMainUtils_HideProgressPopupWindow
  331.  
  332. MMMainUtils_IsProgressWindowVisible = _mmmain.MMMainUtils_IsProgressWindowVisible
  333.  
  334. MMMainUtils_GetSelectedObjectIdents = _mmmain.MMMainUtils_GetSelectedObjectIdents
  335.  
  336. MMMainUtils_GetSelectedObjectIds = _mmmain.MMMainUtils_GetSelectedObjectIds
  337.  
  338. MMMainUtils_GetSubSelectedObjectId = _mmmain.MMMainUtils_GetSubSelectedObjectId
  339.  
  340. MMMainUtils_SetSelectionToFirstVisibleItem = _mmmain.MMMainUtils_SetSelectionToFirstVisibleItem
  341.  
  342. MMMainUtils_SetSubSelection = _mmmain.MMMainUtils_SetSubSelection
  343.  
  344. MMMainUtils_GetNextObjectIdentifier = _mmmain.MMMainUtils_GetNextObjectIdentifier
  345.  
  346. MMMainUtils_GetPrevObjectIdentifier = _mmmain.MMMainUtils_GetPrevObjectIdentifier
  347.  
  348. MMMainUtils_SaveCurrentFilter = _mmmain.MMMainUtils_SaveCurrentFilter
  349.  
  350. MMMainUtils_SetActiveOperation = _mmmain.MMMainUtils_SetActiveOperation
  351.  
  352. MMMainUtils_GetActiveOperation = _mmmain.MMMainUtils_GetActiveOperation
  353.  
  354. MMMainUtils_MapActiveOperationToButtonOperation = _mmmain.MMMainUtils_MapActiveOperationToButtonOperation
  355.  
  356. MMMainUtils_GetActiveOperationSelectedIdents = _mmmain.MMMainUtils_GetActiveOperationSelectedIdents
  357.  
  358. MMMainUtils_MaximizeOperation = _mmmain.MMMainUtils_MaximizeOperation
  359.  
  360. MMMainUtils_IsOperationMaximized = _mmmain.MMMainUtils_IsOperationMaximized
  361.  
  362. MMMainUtils_DeleteKeywordVerified = _mmmain.MMMainUtils_DeleteKeywordVerified
  363.  
  364. MMMainUtils_RemoveKeywordVerified = _mmmain.MMMainUtils_RemoveKeywordVerified
  365.  
  366. MMMainUtils_RemoveThumbnail = _mmmain.MMMainUtils_RemoveThumbnail
  367.  
  368. MMMainUtils_RemoveThumbnails = _mmmain.MMMainUtils_RemoveThumbnails
  369.  
  370. MMMainUtils_CreateNewFolder = _mmmain.MMMainUtils_CreateNewFolder
  371.  
  372. MMMainUtils_RegisterFileTypes = _mmmain.MMMainUtils_RegisterFileTypes
  373.  
  374. MMMainUtils_NextBreadcrumbQuery = _mmmain.MMMainUtils_NextBreadcrumbQuery
  375.  
  376. MMMainUtils_PreviousBreadcrumbQuery = _mmmain.MMMainUtils_PreviousBreadcrumbQuery
  377.  
  378. MMMainUtils_ExitApplication = _mmmain.MMMainUtils_ExitApplication
  379.  
  380. MMMainUtils_GetThumbnailModel = _mmmain.MMMainUtils_GetThumbnailModel
  381.  
  382. MMMainUtils_GetMainTreeWindow = _mmmain.MMMainUtils_GetMainTreeWindow
  383.  
  384. MMMainUtils_GetBrowserEventReceiver = _mmmain.MMMainUtils_GetBrowserEventReceiver
  385.  
  386. MMMainUtils_EditCaptions = _mmmain.MMMainUtils_EditCaptions
  387.  
  388. MMMainUtils_ImportEntireComputer = _mmmain.MMMainUtils_ImportEntireComputer
  389.  
  390. MMMainUtils_RunImportOnEveryWatchFolder = _mmmain.MMMainUtils_RunImportOnEveryWatchFolder
  391.  
  392. MMMainUtils_ShowSelectImagesMessage = _mmmain.MMMainUtils_ShowSelectImagesMessage
  393.  
  394. MMMainUtils_GetFilterWindowBrowserAPI = _mmmain.MMMainUtils_GetFilterWindowBrowserAPI
  395.  
  396. MMMainUtils_ShouldTaskExit = _mmmain.MMMainUtils_ShouldTaskExit
  397.  
  398. MMMainUtils_RecordAppRunCount = _mmmain.MMMainUtils_RecordAppRunCount
  399.  
  400. MMMainUtils_GetNumberOfAppRuns = _mmmain.MMMainUtils_GetNumberOfAppRuns
  401.  
  402. MMMainUtils_StartupActOnAppRunCount = _mmmain.MMMainUtils_StartupActOnAppRunCount
  403.  
  404. MMMainUtils_RunSurveyRequest = _mmmain.MMMainUtils_RunSurveyRequest
  405.  
  406. MMMainUtils_ShowRegistrationBrowser = _mmmain.MMMainUtils_ShowRegistrationBrowser
  407.  
  408. MMMainUtils_ShowFirstTimeExperienceBrowser = _mmmain.MMMainUtils_ShowFirstTimeExperienceBrowser
  409.  
  410. MMMainUtils_ShowInMiniBrowser = _mmmain.MMMainUtils_ShowInMiniBrowser
  411.  
  412. MMMainUtils_ShowInBrowser = _mmmain.MMMainUtils_ShowInBrowser
  413.  
  414. MMMainUtils_RefreshMainWindowBrowser = _mmmain.MMMainUtils_RefreshMainWindowBrowser
  415.  
  416. MMMainUtils__CheckSystemRequirements = _mmmain.MMMainUtils__CheckSystemRequirements
  417.  
  418. MMMainUtils__SetFavoriteImageFromSelection = _mmmain.MMMainUtils__SetFavoriteImageFromSelection
  419.  
  420.  
  421.