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 _mmpersist
-
- 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
-
-
- MM_PERSIST_OBJ_BAD_ID = _mmpersist.MM_PERSIST_OBJ_BAD_ID
- MMPERSIST_TYPE_UNKNOWN = _mmpersist.MMPERSIST_TYPE_UNKNOWN
- MMPERSIST_TYPE_PHOTO = _mmpersist.MMPERSIST_TYPE_PHOTO
- MMPERSIST_TYPE_KEYWORD = _mmpersist.MMPERSIST_TYPE_KEYWORD
- MMPERSIST_TYPE_DIRECTORY = _mmpersist.MMPERSIST_TYPE_DIRECTORY
- MMPERSIST_TYPE_MOVIE = _mmpersist.MMPERSIST_TYPE_MOVIE
- MMPERSIST_TYPE_SAVEDSEARCH = _mmpersist.MMPERSIST_TYPE_SAVEDSEARCH
- MMPERSIST_TYPE_IMPORTGROUP = _mmpersist.MMPERSIST_TYPE_IMPORTGROUP
- MMPERSIST_TYPE_FOLDER = _mmpersist.MMPERSIST_TYPE_FOLDER
- MMPERSIST_TYPE_SFPRINT = _mmpersist.MMPERSIST_TYPE_SFPRINT
- MMPERSIST_TYPE_SFSHARE = _mmpersist.MMPERSIST_TYPE_SFSHARE
- MMPERSIST_TYPE_SFUPLOAD = _mmpersist.MMPERSIST_TYPE_SFUPLOAD
- class MMPersistentObjectTypeUtils(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMPersistentObjectTypeUtils, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMPersistentObjectTypeUtils, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMPersistentObjectTypeUtils instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["_MMPersistentObjectTypeToString"] = lambda x: _mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToString
- if _newclass:_MMPersistentObjectTypeToString = staticmethod(_mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToString)
- __swig_getmethods__["_MMPersistentObjectTypeToDisplayString"] = lambda x: _mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToDisplayString
- if _newclass:_MMPersistentObjectTypeToDisplayString = staticmethod(_mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToDisplayString)
- def __init__(self, *args):
- _swig_setattr(self, MMPersistentObjectTypeUtils, 'this', _mmpersist.new_MMPersistentObjectTypeUtils(*args))
- _swig_setattr(self, MMPersistentObjectTypeUtils, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMPersistentObjectTypeUtils):
- try:
- if self.thisown: destroy(self)
- except: pass
-
-
- class MMPersistentObjectTypeUtilsPtr(MMPersistentObjectTypeUtils):
- def __init__(self, this):
- _swig_setattr(self, MMPersistentObjectTypeUtils, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMPersistentObjectTypeUtils, 'thisown', 0)
- _swig_setattr(self, MMPersistentObjectTypeUtils,self.__class__,MMPersistentObjectTypeUtils)
- _mmpersist.MMPersistentObjectTypeUtils_swigregister(MMPersistentObjectTypeUtilsPtr)
-
- MMPersistentObjectTypeUtils__MMPersistentObjectTypeToString = _mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToString
-
- MMPersistentObjectTypeUtils__MMPersistentObjectTypeToDisplayString = _mmpersist.MMPersistentObjectTypeUtils__MMPersistentObjectTypeToDisplayString
-
- class MMPersistentObject(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMPersistentObject, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMPersistentObject, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMPersistentObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def GetObjectType(*args): return _mmpersist.MMPersistentObject_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMPersistentObject_Clone(*args)
- def __del__(self, destroy=_mmpersist.delete_MMPersistentObject):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def GetId(*args): return _mmpersist.MMPersistentObject_GetId(*args)
- def GetIsPersistent(*args): return _mmpersist.MMPersistentObject_GetIsPersistent(*args)
- def GetIsDirty(*args): return _mmpersist.MMPersistentObject_GetIsDirty(*args)
-
- class MMPersistentObjectPtr(MMPersistentObject):
- def __init__(self, this):
- _swig_setattr(self, MMPersistentObject, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMPersistentObject, 'thisown', 0)
- _swig_setattr(self, MMPersistentObject,self.__class__,MMPersistentObject)
- _mmpersist.MMPersistentObject_swigregister(MMPersistentObjectPtr)
-
- MM_SEARCHABLEOBJECT_BAD_ID = _mmpersist.MM_SEARCHABLEOBJECT_BAD_ID
- class MMSearchableObject(MMPersistentObject):
- __swig_setmethods__ = {}
- for _s in [MMPersistentObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMSearchableObject, name, value)
- __swig_getmethods__ = {}
- for _s in [MMPersistentObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMSearchableObject, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMSearchableObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __del__(self, destroy=_mmpersist.delete_MMSearchableObject):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def __eq__(*args): return _mmpersist.MMSearchableObject___eq__(*args)
- def __ne__(*args): return _mmpersist.MMSearchableObject___ne__(*args)
- def __lt__(*args): return _mmpersist.MMSearchableObject___lt__(*args)
- def __gt__(*args): return _mmpersist.MMSearchableObject___gt__(*args)
- __swig_getmethods__["IsSearchableObject"] = lambda x: _mmpersist.MMSearchableObject_IsSearchableObject
- if _newclass:IsSearchableObject = staticmethod(_mmpersist.MMSearchableObject_IsSearchableObject)
- def GetIsValid(*args): return _mmpersist.MMSearchableObject_GetIsValid(*args)
- def SetIsValid(*args): return _mmpersist.MMSearchableObject_SetIsValid(*args)
- def SetIsNotValid(*args): return _mmpersist.MMSearchableObject_SetIsNotValid(*args)
- def RequiresImageFile(*args): return _mmpersist.MMSearchableObject_RequiresImageFile(*args)
- def GetImageFile(*args): return _mmpersist.MMSearchableObject_GetImageFile(*args)
- def ToConstraint(*args): return _mmpersist.MMSearchableObject_ToConstraint(*args)
- def AddKeyword(*args): return _mmpersist.MMSearchableObject_AddKeyword(*args)
- def RemoveKeyword(*args): return _mmpersist.MMSearchableObject_RemoveKeyword(*args)
- def ContainsKeyword(*args): return _mmpersist.MMSearchableObject_ContainsKeyword(*args)
- def GetKeywordIds(*args): return _mmpersist.MMSearchableObject_GetKeywordIds(*args)
- def GetNumKeywords(*args): return _mmpersist.MMSearchableObject_GetNumKeywords(*args)
- def GetKeyword(*args): return _mmpersist.MMSearchableObject_GetKeyword(*args)
- def GetKeywordId(*args): return _mmpersist.MMSearchableObject_GetKeywordId(*args)
- def AddKeywordRecursive(*args): return _mmpersist.MMSearchableObject_AddKeywordRecursive(*args)
- def GetName(*args): return _mmpersist.MMSearchableObject_GetName(*args)
- def SetName(*args): return _mmpersist.MMSearchableObject_SetName(*args)
- def GetTimestamp(*args): return _mmpersist.MMSearchableObject_GetTimestamp(*args)
- def SetTimestamp(*args): return _mmpersist.MMSearchableObject_SetTimestamp(*args)
- def GetThumbViewCount(*args): return _mmpersist.MMSearchableObject_GetThumbViewCount(*args)
- def IncrementThumbViewCount(*args): return _mmpersist.MMSearchableObject_IncrementThumbViewCount(*args)
- def GetFullViewCount(*args): return _mmpersist.MMSearchableObject_GetFullViewCount(*args)
- def IncrementFullViewCount(*args): return _mmpersist.MMSearchableObject_IncrementFullViewCount(*args)
- def GetShareCount(*args): return _mmpersist.MMSearchableObject_GetShareCount(*args)
- def IncrementShareCount(*args): return _mmpersist.MMSearchableObject_IncrementShareCount(*args)
- def GetLocalPrintCount(*args): return _mmpersist.MMSearchableObject_GetLocalPrintCount(*args)
- def IncrementLocalPrintCount(*args): return _mmpersist.MMSearchableObject_IncrementLocalPrintCount(*args)
- def GetRemotePrintCount(*args): return _mmpersist.MMSearchableObject_GetRemotePrintCount(*args)
- def IncrementRemotePrintCount(*args): return _mmpersist.MMSearchableObject_IncrementRemotePrintCount(*args)
- def GetObjectModificationTime(*args): return _mmpersist.MMSearchableObject_GetObjectModificationTime(*args)
- def UpdateObjectModificationTime(*args): return _mmpersist.MMSearchableObject_UpdateObjectModificationTime(*args)
- def GetRating(*args): return _mmpersist.MMSearchableObject_GetRating(*args)
- def SetRating(*args): return _mmpersist.MMSearchableObject_SetRating(*args)
- def GetComments(*args): return _mmpersist.MMSearchableObject_GetComments(*args)
- def SetComments(*args): return _mmpersist.MMSearchableObject_SetComments(*args)
- def GetCaption(*args): return _mmpersist.MMSearchableObject_GetCaption(*args)
- def SetCaption(*args): return _mmpersist.MMSearchableObject_SetCaption(*args)
- __swig_getmethods__["_ObjectTypeRequiresImageFile"] = lambda x: _mmpersist.MMSearchableObject__ObjectTypeRequiresImageFile
- if _newclass:_ObjectTypeRequiresImageFile = staticmethod(_mmpersist.MMSearchableObject__ObjectTypeRequiresImageFile)
-
- class MMSearchableObjectPtr(MMSearchableObject):
- def __init__(self, this):
- _swig_setattr(self, MMSearchableObject, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMSearchableObject, 'thisown', 0)
- _swig_setattr(self, MMSearchableObject,self.__class__,MMSearchableObject)
- _mmpersist.MMSearchableObject_swigregister(MMSearchableObjectPtr)
-
- MMSearchableObject_IsSearchableObject = _mmpersist.MMSearchableObject_IsSearchableObject
-
- MMSearchableObject__ObjectTypeRequiresImageFile = _mmpersist.MMSearchableObject__ObjectTypeRequiresImageFile
-
- MM_PHOTO_BAD_ID = _mmpersist.MM_PHOTO_BAD_ID
- class MMPhoto(MMSearchableObject):
- __swig_setmethods__ = {}
- for _s in [MMSearchableObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMPhoto, name, value)
- __swig_getmethods__ = {}
- for _s in [MMSearchableObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMPhoto, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMPhoto instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMPhoto, 'this', _mmpersist.new_MMPhoto(*args))
- _swig_setattr(self, MMPhoto, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMPhoto):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def GetPhotoDate(*args): return _mmpersist.MMPhoto_GetPhotoDate(*args)
- def SetPhotoDate(*args): return _mmpersist.MMPhoto_SetPhotoDate(*args)
- ObjectType = _mmpersist.cvar.MMPhoto_ObjectType
- def GetObjectType(*args): return _mmpersist.MMPhoto_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMPhoto_Clone(*args)
- def ToConstraint(*args): return _mmpersist.MMPhoto_ToConstraint(*args)
-
- class MMPhotoPtr(MMPhoto):
- def __init__(self, this):
- _swig_setattr(self, MMPhoto, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMPhoto, 'thisown', 0)
- _swig_setattr(self, MMPhoto,self.__class__,MMPhoto)
- _mmpersist.MMPhoto_swigregister(MMPhotoPtr)
- cvar = _mmpersist.cvar
-
- MM_MOVIE_BAD_ID = _mmpersist.MM_MOVIE_BAD_ID
- class MMMovie(MMSearchableObject):
- __swig_setmethods__ = {}
- for _s in [MMSearchableObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMMovie, name, value)
- __swig_getmethods__ = {}
- for _s in [MMSearchableObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMMovie, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMMovie instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMMovie, 'this', _mmpersist.new_MMMovie(*args))
- _swig_setattr(self, MMMovie, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMMovie):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def GetMovieDate(*args): return _mmpersist.MMMovie_GetMovieDate(*args)
- def SetMovieDate(*args): return _mmpersist.MMMovie_SetMovieDate(*args)
- ObjectType = _mmpersist.cvar.MMMovie_ObjectType
- def GetObjectType(*args): return _mmpersist.MMMovie_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMMovie_Clone(*args)
- def ToConstraint(*args): return _mmpersist.MMMovie_ToConstraint(*args)
-
- class MMMoviePtr(MMMovie):
- def __init__(self, this):
- _swig_setattr(self, MMMovie, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMMovie, 'thisown', 0)
- _swig_setattr(self, MMMovie,self.__class__,MMMovie)
- _mmpersist.MMMovie_swigregister(MMMoviePtr)
-
- class MMImageFile(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMImageFile, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMImageFile, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMImageFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMImageFile, 'this', _mmpersist.new_MMImageFile(*args))
- _swig_setattr(self, MMImageFile, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMImageFile):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def GetWidth(*args): return _mmpersist.MMImageFile_GetWidth(*args)
- def GetHeight(*args): return _mmpersist.MMImageFile_GetHeight(*args)
- def SetWidth(*args): return _mmpersist.MMImageFile_SetWidth(*args)
- def SetHeight(*args): return _mmpersist.MMImageFile_SetHeight(*args)
- def SetDimensions(*args): return _mmpersist.MMImageFile_SetDimensions(*args)
- def GetSizeBytes(*args): return _mmpersist.MMImageFile_GetSizeBytes(*args)
- def SetSizeBytes(*args): return _mmpersist.MMImageFile_SetSizeBytes(*args)
- def GetURI(*args): return _mmpersist.MMImageFile_GetURI(*args)
- def SetURI(*args): return _mmpersist.MMImageFile_SetURI(*args)
- def GetDirectoryId(*args): return _mmpersist.MMImageFile_GetDirectoryId(*args)
- def GetDirectory(*args): return _mmpersist.MMImageFile_GetDirectory(*args)
- def SetDirectory(*args): return _mmpersist.MMImageFile_SetDirectory(*args)
- def GetFileName(*args): return _mmpersist.MMImageFile_GetFileName(*args)
- def SetFileName(*args): return _mmpersist.MMImageFile_SetFileName(*args)
- def GetOldDirectoryId(*args): return _mmpersist.MMImageFile_GetOldDirectoryId(*args)
- def HasDirectoryChanged(*args): return _mmpersist.MMImageFile_HasDirectoryChanged(*args)
- def GetGeneration(*args): return _mmpersist.MMImageFile_GetGeneration(*args)
- def SetGeneration(*args): return _mmpersist.MMImageFile_SetGeneration(*args)
- def GetFileType(*args): return _mmpersist.MMImageFile_GetFileType(*args)
- def SetFileType(*args): return _mmpersist.MMImageFile_SetFileType(*args)
- def GetModTime(*args): return _mmpersist.MMImageFile_GetModTime(*args)
- def SetModTime(*args): return _mmpersist.MMImageFile_SetModTime(*args)
- def Clone(*args): return _mmpersist.MMImageFile_Clone(*args)
- def GetImageHash(*args): return _mmpersist.MMImageFile_GetImageHash(*args)
- def GetHeaderHash(*args): return _mmpersist.MMImageFile_GetHeaderHash(*args)
- def SetImageHash(*args): return _mmpersist.MMImageFile_SetImageHash(*args)
- def SetHeaderHash(*args): return _mmpersist.MMImageFile_SetHeaderHash(*args)
- def SetTestThumbHighRes(*args): return _mmpersist.MMImageFile_SetTestThumbHighRes(*args)
- def GetTestThumbHighRes(*args): return _mmpersist.MMImageFile_GetTestThumbHighRes(*args)
- def SetTestThumbLowRes(*args): return _mmpersist.MMImageFile_SetTestThumbLowRes(*args)
- def GetTestThumbLowRes(*args): return _mmpersist.MMImageFile_GetTestThumbLowRes(*args)
- def GetExifMake(*args): return _mmpersist.MMImageFile_GetExifMake(*args)
- def GetExifModel(*args): return _mmpersist.MMImageFile_GetExifModel(*args)
- def GetExifFlash(*args): return _mmpersist.MMImageFile_GetExifFlash(*args)
- def GetExifISO(*args): return _mmpersist.MMImageFile_GetExifISO(*args)
- def GetExifExposureProgram(*args): return _mmpersist.MMImageFile_GetExifExposureProgram(*args)
- def GetExifShutterSpeed(*args): return _mmpersist.MMImageFile_GetExifShutterSpeed(*args)
- def GetExifApertureValue(*args): return _mmpersist.MMImageFile_GetExifApertureValue(*args)
- def GetExifFocalLength(*args): return _mmpersist.MMImageFile_GetExifFocalLength(*args)
- def GetExifMeteringMode(*args): return _mmpersist.MMImageFile_GetExifMeteringMode(*args)
- def GetExifSoftware(*args): return _mmpersist.MMImageFile_GetExifSoftware(*args)
- def GetExifSubjectDistance(*args): return _mmpersist.MMImageFile_GetExifSubjectDistance(*args)
- def GetExifBrightnessValue(*args): return _mmpersist.MMImageFile_GetExifBrightnessValue(*args)
- def GetExifExposureBiasValue(*args): return _mmpersist.MMImageFile_GetExifExposureBiasValue(*args)
- def GetExifFNumber(*args): return _mmpersist.MMImageFile_GetExifFNumber(*args)
- def SetExifMake(*args): return _mmpersist.MMImageFile_SetExifMake(*args)
- def SetExifModel(*args): return _mmpersist.MMImageFile_SetExifModel(*args)
- def SetExifFlash(*args): return _mmpersist.MMImageFile_SetExifFlash(*args)
- def SetExifISO(*args): return _mmpersist.MMImageFile_SetExifISO(*args)
- def SetExifExposureProgram(*args): return _mmpersist.MMImageFile_SetExifExposureProgram(*args)
- def SetExifShutterSpeed(*args): return _mmpersist.MMImageFile_SetExifShutterSpeed(*args)
- def SetExifApertureValue(*args): return _mmpersist.MMImageFile_SetExifApertureValue(*args)
- def SetExifFocalLength(*args): return _mmpersist.MMImageFile_SetExifFocalLength(*args)
- def SetExifMeteringMode(*args): return _mmpersist.MMImageFile_SetExifMeteringMode(*args)
- def SetExifSoftware(*args): return _mmpersist.MMImageFile_SetExifSoftware(*args)
- def SetExifSubjectDistance(*args): return _mmpersist.MMImageFile_SetExifSubjectDistance(*args)
- def SetExifBrightnessValue(*args): return _mmpersist.MMImageFile_SetExifBrightnessValue(*args)
- def SetExifExposureBiasValue(*args): return _mmpersist.MMImageFile_SetExifExposureBiasValue(*args)
- def SetExifFNumber(*args): return _mmpersist.MMImageFile_SetExifFNumber(*args)
-
- class MMImageFilePtr(MMImageFile):
- def __init__(self, this):
- _swig_setattr(self, MMImageFile, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMImageFile, 'thisown', 0)
- _swig_setattr(self, MMImageFile,self.__class__,MMImageFile)
- _mmpersist.MMImageFile_swigregister(MMImageFilePtr)
-
- MM_KEYWORD_BAD_ID = _mmpersist.MM_KEYWORD_BAD_ID
- class MMKeyword(MMPersistentObject):
- __swig_setmethods__ = {}
- for _s in [MMPersistentObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMKeyword, name, value)
- __swig_getmethods__ = {}
- for _s in [MMPersistentObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMKeyword, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMKeyword instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMKeyword, 'this', _mmpersist.new_MMKeyword(*args))
- _swig_setattr(self, MMKeyword, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMKeyword):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def __eq__(*args): return _mmpersist.MMKeyword___eq__(*args)
- def __ne__(*args): return _mmpersist.MMKeyword___ne__(*args)
- def __lt__(*args): return _mmpersist.MMKeyword___lt__(*args)
- def __gt__(*args): return _mmpersist.MMKeyword___gt__(*args)
- ObjectType = _mmpersist.cvar.MMKeyword_ObjectType
- def GetName(*args): return _mmpersist.MMKeyword_GetName(*args)
- def SetName(*args): return _mmpersist.MMKeyword_SetName(*args)
- def GetObjectType(*args): return _mmpersist.MMKeyword_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMKeyword_Clone(*args)
-
- class MMKeywordPtr(MMKeyword):
- def __init__(self, this):
- _swig_setattr(self, MMKeyword, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMKeyword, 'thisown', 0)
- _swig_setattr(self, MMKeyword,self.__class__,MMKeyword)
- _mmpersist.MMKeyword_swigregister(MMKeywordPtr)
-
- class MMPersistentStore(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMPersistentStore, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMPersistentStore, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMPersistentStore instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["_GetInstance"] = lambda x: _mmpersist.MMPersistentStore__GetInstance
- if _newclass:_GetInstance = staticmethod(_mmpersist.MMPersistentStore__GetInstance)
- __swig_getmethods__["_DeleteSelf"] = lambda x: _mmpersist.MMPersistentStore__DeleteSelf
- if _newclass:_DeleteSelf = staticmethod(_mmpersist.MMPersistentStore__DeleteSelf)
- def Save(*args): return _mmpersist.MMPersistentStore_Save(*args)
- def Remove(*args): return _mmpersist.MMPersistentStore_Remove(*args)
- def Load(*args): return _mmpersist.MMPersistentStore_Load(*args)
- def LoadPhoto(*args): return _mmpersist.MMPersistentStore_LoadPhoto(*args)
- def LoadKeyword(*args): return _mmpersist.MMPersistentStore_LoadKeyword(*args)
- def LoadDirectory(*args): return _mmpersist.MMPersistentStore_LoadDirectory(*args)
- def LoadSearchableObject(*args): return _mmpersist.MMPersistentStore_LoadSearchableObject(*args)
- __swig_getmethods__["GetSearchableObjectSet"] = lambda x: _mmpersist.MMPersistentStore_GetSearchableObjectSet
- if _newclass:GetSearchableObjectSet = staticmethod(_mmpersist.MMPersistentStore_GetSearchableObjectSet)
- __swig_getmethods__["GetSearchableObjectList"] = lambda x: _mmpersist.MMPersistentStore_GetSearchableObjectList
- if _newclass:GetSearchableObjectList = staticmethod(_mmpersist.MMPersistentStore_GetSearchableObjectList)
- __swig_getmethods__["FreeSearchableObjectSet"] = lambda x: _mmpersist.MMPersistentStore_FreeSearchableObjectSet
- if _newclass:FreeSearchableObjectSet = staticmethod(_mmpersist.MMPersistentStore_FreeSearchableObjectSet)
- __swig_getmethods__["FreeSearchableObjectList"] = lambda x: _mmpersist.MMPersistentStore_FreeSearchableObjectList
- if _newclass:FreeSearchableObjectList = staticmethod(_mmpersist.MMPersistentStore_FreeSearchableObjectList)
- def RemoveThumbnail(*args): return _mmpersist.MMPersistentStore_RemoveThumbnail(*args)
- def RemoveThumbnails(*args): return _mmpersist.MMPersistentStore_RemoveThumbnails(*args)
- def Create(*args): return _mmpersist.MMPersistentStore_Create(*args)
- def BeginImport(*args): return _mmpersist.MMPersistentStore_BeginImport(*args)
- def EndImport(*args): return _mmpersist.MMPersistentStore_EndImport(*args)
- def Import(*args): return _mmpersist.MMPersistentStore_Import(*args)
- def BeginTask(*args): return _mmpersist.MMPersistentStore_BeginTask(*args)
- def EndTask(*args): return _mmpersist.MMPersistentStore_EndTask(*args)
- def AutoGenKeywords(*args): return _mmpersist.MMPersistentStore_AutoGenKeywords(*args)
- def GetAllKeywords(*args): return _mmpersist.MMPersistentStore_GetAllKeywords(*args)
- def GetAllDirectories(*args): return _mmpersist.MMPersistentStore_GetAllDirectories(*args)
- def GetAllFileIdsForDirectory(*args): return _mmpersist.MMPersistentStore_GetAllFileIdsForDirectory(*args)
- def GetAllAssociatedKeywordIds(*args): return _mmpersist.MMPersistentStore_GetAllAssociatedKeywordIds(*args)
- def GetAllObjectIdentifiers(*args): return _mmpersist.MMPersistentStore_GetAllObjectIdentifiers(*args)
- def GetSearchableObjectType(*args): return _mmpersist.MMPersistentStore_GetSearchableObjectType(*args)
- def FindDirectory(*args): return _mmpersist.MMPersistentStore_FindDirectory(*args)
- def FindSubDirectories(*args): return _mmpersist.MMPersistentStore_FindSubDirectories(*args)
- def FindKeywordByName(*args): return _mmpersist.MMPersistentStore_FindKeywordByName(*args)
- def FindSearchableObjectByName(*args): return _mmpersist.MMPersistentStore_FindSearchableObjectByName(*args)
- def FindPhotoByName(*args): return _mmpersist.MMPersistentStore_FindPhotoByName(*args)
- def FindSearchableObjectByHeaderHash(*args): return _mmpersist.MMPersistentStore_FindSearchableObjectByHeaderHash(*args)
- def FindPhotoByHeaderHash(*args): return _mmpersist.MMPersistentStore_FindPhotoByHeaderHash(*args)
- def FindSearchableObjectsByImageHash(*args): return _mmpersist.MMPersistentStore_FindSearchableObjectsByImageHash(*args)
- def FindPhotoByImageHash(*args): return _mmpersist.MMPersistentStore_FindPhotoByImageHash(*args)
- def CopyObjectToLocation(*args): return _mmpersist.MMPersistentStore_CopyObjectToLocation(*args)
- def CopyToNewObject(*args): return _mmpersist.MMPersistentStore_CopyToNewObject(*args)
- __swig_getmethods__["private_GenerateObject"] = lambda x: _mmpersist.MMPersistentStore_private_GenerateObject
- if _newclass:private_GenerateObject = staticmethod(_mmpersist.MMPersistentStore_private_GenerateObject)
- def GetNumObjectsMatchingDirectory(*args): return _mmpersist.MMPersistentStore_GetNumObjectsMatchingDirectory(*args)
- def GetNumObjectsMatchingKeyword(*args): return _mmpersist.MMPersistentStore_GetNumObjectsMatchingKeyword(*args)
- def LoadAllKeywordIds(*args): return _mmpersist.MMPersistentStore_LoadAllKeywordIds(*args)
- def LoadTopLevelCategoryKeywordIds(*args): return _mmpersist.MMPersistentStore_LoadTopLevelCategoryKeywordIds(*args)
-
- class MMPersistentStorePtr(MMPersistentStore):
- def __init__(self, this):
- _swig_setattr(self, MMPersistentStore, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMPersistentStore, 'thisown', 0)
- _swig_setattr(self, MMPersistentStore,self.__class__,MMPersistentStore)
- _mmpersist.MMPersistentStore_swigregister(MMPersistentStorePtr)
-
- MMPersistentStore__GetInstance = _mmpersist.MMPersistentStore__GetInstance
-
- MMPersistentStore__DeleteSelf = _mmpersist.MMPersistentStore__DeleteSelf
-
- MMPersistentStore_GetSearchableObjectSet = _mmpersist.MMPersistentStore_GetSearchableObjectSet
-
- MMPersistentStore_GetSearchableObjectList = _mmpersist.MMPersistentStore_GetSearchableObjectList
-
- MMPersistentStore_FreeSearchableObjectSet = _mmpersist.MMPersistentStore_FreeSearchableObjectSet
-
- MMPersistentStore_FreeSearchableObjectList = _mmpersist.MMPersistentStore_FreeSearchableObjectList
-
- MMPersistentStore_private_GenerateObject = _mmpersist.MMPersistentStore_private_GenerateObject
-
- MM_DIRECTORY_BAD_ID = _mmpersist.MM_DIRECTORY_BAD_ID
- class MMDirectory(MMPersistentObject):
- __swig_setmethods__ = {}
- for _s in [MMPersistentObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMDirectory, name, value)
- __swig_getmethods__ = {}
- for _s in [MMPersistentObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMDirectory, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMDirectory instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMDirectory, 'this', _mmpersist.new_MMDirectory(*args))
- _swig_setattr(self, MMDirectory, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMDirectory):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- def __eq__(*args): return _mmpersist.MMDirectory___eq__(*args)
- def __ne__(*args): return _mmpersist.MMDirectory___ne__(*args)
- def __lt__(*args): return _mmpersist.MMDirectory___lt__(*args)
- def __gt__(*args): return _mmpersist.MMDirectory___gt__(*args)
- ObjectType = _mmpersist.cvar.MMDirectory_ObjectType
- def GetDir(*args): return _mmpersist.MMDirectory_GetDir(*args)
- def SetDir(*args): return _mmpersist.MMDirectory_SetDir(*args)
- def GetIsImported(*args): return _mmpersist.MMDirectory_GetIsImported(*args)
- def SetIsImported(*args): return _mmpersist.MMDirectory_SetIsImported(*args)
- def GetIsWatchDirectory(*args): return _mmpersist.MMDirectory_GetIsWatchDirectory(*args)
- def SetIsWatchDirectory(*args): return _mmpersist.MMDirectory_SetIsWatchDirectory(*args)
- def GetObjectType(*args): return _mmpersist.MMDirectory_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMDirectory_Clone(*args)
- def UpdateScanTime(*args): return _mmpersist.MMDirectory_UpdateScanTime(*args)
- def SetScanTime(*args): return _mmpersist.MMDirectory_SetScanTime(*args)
- def GetScanTime(*args): return _mmpersist.MMDirectory_GetScanTime(*args)
-
- class MMDirectoryPtr(MMDirectory):
- def __init__(self, this):
- _swig_setattr(self, MMDirectory, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMDirectory, 'thisown', 0)
- _swig_setattr(self, MMDirectory,self.__class__,MMDirectory)
- _mmpersist.MMDirectory_swigregister(MMDirectoryPtr)
-
- class MMDBInterface(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMDBInterface, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMDBInterface, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMDBInterface instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["_ValidateDB"] = lambda x: _mmpersist.MMDBInterface__ValidateDB
- if _newclass:_ValidateDB = staticmethod(_mmpersist.MMDBInterface__ValidateDB)
- MMDBACTION_NONE = _mmpersist.MMDBInterface_MMDBACTION_NONE
- MMDBACTION_FAILED = _mmpersist.MMDBInterface_MMDBACTION_FAILED
- MMDBACTION_INSTALLED = _mmpersist.MMDBInterface_MMDBACTION_INSTALLED
- MMDBACTION_UPGRADED = _mmpersist.MMDBInterface_MMDBACTION_UPGRADED
- __swig_getmethods__["_GetStartupAction"] = lambda x: _mmpersist.MMDBInterface__GetStartupAction
- if _newclass:_GetStartupAction = staticmethod(_mmpersist.MMDBInterface__GetStartupAction)
- def IsDatabaseEmpty(*args): return _mmpersist.MMDBInterface_IsDatabaseEmpty(*args)
- def AcquireWriterLock(*args): return _mmpersist.MMDBInterface_AcquireWriterLock(*args)
- def ReleaseWriterLock(*args): return _mmpersist.MMDBInterface_ReleaseWriterLock(*args)
- def AcquireThumbWriterLock(*args): return _mmpersist.MMDBInterface_AcquireThumbWriterLock(*args)
- def ReleaseThumbWriterLock(*args): return _mmpersist.MMDBInterface_ReleaseThumbWriterLock(*args)
- def LoadThumbnail(*args): return _mmpersist.MMDBInterface_LoadThumbnail(*args)
- def SaveThumbnail(*args): return _mmpersist.MMDBInterface_SaveThumbnail(*args)
- def DeleteThumbnail(*args): return _mmpersist.MMDBInterface_DeleteThumbnail(*args)
- def DeleteThumbnails(*args): return _mmpersist.MMDBInterface_DeleteThumbnails(*args)
- def FindSosWithoutThumbnails(*args): return _mmpersist.MMDBInterface_FindSosWithoutThumbnails(*args)
- __swig_getmethods__["escapeQuotes"] = lambda x: _mmpersist.MMDBInterface_escapeQuotes
- if _newclass:escapeQuotes = staticmethod(_mmpersist.MMDBInterface_escapeQuotes)
- __swig_getmethods__["escapePercents"] = lambda x: _mmpersist.MMDBInterface_escapePercents
- if _newclass:escapePercents = staticmethod(_mmpersist.MMDBInterface_escapePercents)
- __swig_getmethods__["TStringToString"] = lambda x: _mmpersist.MMDBInterface_TStringToString
- if _newclass:TStringToString = staticmethod(_mmpersist.MMDBInterface_TStringToString)
- __swig_getmethods__["StringToTString"] = lambda x: _mmpersist.MMDBInterface_StringToTString
- if _newclass:StringToTString = staticmethod(_mmpersist.MMDBInterface_StringToTString)
- __swig_getmethods__["GetSqliteHandle"] = lambda x: _mmpersist.MMDBInterface_GetSqliteHandle
- if _newclass:GetSqliteHandle = staticmethod(_mmpersist.MMDBInterface_GetSqliteHandle)
- def PerformQuery(*args): return _mmpersist.MMDBInterface_PerformQuery(*args)
- def GetAllObjectIdentifiers(*args): return _mmpersist.MMDBInterface_GetAllObjectIdentifiers(*args)
- def GetKeywordFrequencyKeywordSos(*args): return _mmpersist.MMDBInterface_GetKeywordFrequencyKeywordSos(*args)
- def SaveHash(*args): return _mmpersist.MMDBInterface_SaveHash(*args)
- def FindSearchableObjectByDirectoryFile(*args): return _mmpersist.MMDBInterface_FindSearchableObjectByDirectoryFile(*args)
- def FindDirectoryByName(*args): return _mmpersist.MMDBInterface_FindDirectoryByName(*args)
- def FindKeywordByName(*args): return _mmpersist.MMDBInterface_FindKeywordByName(*args)
- def FindSearchableObjectByHeaderHash(*args): return _mmpersist.MMDBInterface_FindSearchableObjectByHeaderHash(*args)
- def FindSearchableObjectsByFileHash(*args): return _mmpersist.MMDBInterface_FindSearchableObjectsByFileHash(*args)
- def LoadKeywordMappings(*args): return _mmpersist.MMDBInterface_LoadKeywordMappings(*args)
- def AddKeywordMapping(*args): return _mmpersist.MMDBInterface_AddKeywordMapping(*args)
- def RemoveKeywordMapping(*args): return _mmpersist.MMDBInterface_RemoveKeywordMapping(*args)
- __swig_getmethods__["_SortByFrequency"] = lambda x: _mmpersist.MMDBInterface__SortByFrequency
- if _newclass:_SortByFrequency = staticmethod(_mmpersist.MMDBInterface__SortByFrequency)
- def FindObjects(*args): return _mmpersist.MMDBInterface_FindObjects(*args)
- def ObjectSearch(*args): return _mmpersist.MMDBInterface_ObjectSearch(*args)
- def ObjectIdSearch(*args): return _mmpersist.MMDBInterface_ObjectIdSearch(*args)
- def TextListSearch(*args): return _mmpersist.MMDBInterface_TextListSearch(*args)
- def ObjectIdsToIdentifiers(*args): return _mmpersist.MMDBInterface_ObjectIdsToIdentifiers(*args)
- MMQUERYNODE_STRING = _mmpersist.MMDBInterface_MMQUERYNODE_STRING
- MMQUERYNODE_UINT = _mmpersist.MMDBInterface_MMQUERYNODE_UINT
- MMQUERYNODE_UINT64 = _mmpersist.MMDBInterface_MMQUERYNODE_UINT64
- MMQUERYNODE_INT = _mmpersist.MMDBInterface_MMQUERYNODE_INT
- MMQUERYNODE_INT64 = _mmpersist.MMDBInterface_MMQUERYNODE_INT64
- MMQUERYNODE_DOUBLE = _mmpersist.MMDBInterface_MMQUERYNODE_DOUBLE
- MMQUERYNODE_BOOL = _mmpersist.MMDBInterface_MMQUERYNODE_BOOL
- def LoadParams(*args): return _mmpersist.MMDBInterface_LoadParams(*args)
- def FindSimilarObject(*args): return _mmpersist.MMDBInterface_FindSimilarObject(*args)
- def LoadObject(*args): return _mmpersist.MMDBInterface_LoadObject(*args)
- def SaveObject(*args): return _mmpersist.MMDBInterface_SaveObject(*args)
- def CreateObject(*args): return _mmpersist.MMDBInterface_CreateObject(*args)
- def RemoveObject(*args): return _mmpersist.MMDBInterface_RemoveObject(*args)
- def GetAllParentKeywords(*args): return _mmpersist.MMDBInterface_GetAllParentKeywords(*args)
- M_MethodsBegin = _mmpersist.MMDBInterface_M_MethodsBegin
- M_AcquireLock = _mmpersist.MMDBInterface_M_AcquireLock
- M_AcquireThumbLock = _mmpersist.MMDBInterface_M_AcquireThumbLock
- M_AddKeywordMapping = _mmpersist.MMDBInterface_M_AddKeywordMapping
- M_CloseDB = _mmpersist.MMDBInterface_M_CloseDB
- M_CreateDirectory = _mmpersist.MMDBInterface_M_CreateDirectory
- M_CreateImportGroup = _mmpersist.MMDBInterface_M_CreateImportGroup
- M_CreateInitialDB = _mmpersist.MMDBInterface_M_CreateInitialDB
- M_CreateKeyword = _mmpersist.MMDBInterface_M_CreateKeyword
- M_CreateMovie = _mmpersist.MMDBInterface_M_CreateMovie
- M_CreateObject = _mmpersist.MMDBInterface_M_CreateObject
- M_CreateObjectFolder = _mmpersist.MMDBInterface_M_CreateObjectFolder
- M_CreatePhoto = _mmpersist.MMDBInterface_M_CreatePhoto
- M_CreateSavedSearch = _mmpersist.MMDBInterface_M_CreateSavedSearch
- M_CreateSearchableObject = _mmpersist.MMDBInterface_M_CreateSearchableObject
- M_CreateSOProduct = _mmpersist.MMDBInterface_M_CreateSOProduct
- M_CreateSFPrint = _mmpersist.MMDBInterface_M_CreateSFPrint
- M_CreateSFShare = _mmpersist.MMDBInterface_M_CreateSFShare
- M_CreateSFUpload = _mmpersist.MMDBInterface_M_CreateSFUpload
- M_DeleteThumbnail = _mmpersist.MMDBInterface_M_DeleteThumbnail
- M_EscapePercents = _mmpersist.MMDBInterface_M_EscapePercents
- M_EscapeQuotes = _mmpersist.MMDBInterface_M_EscapeQuotes
- M_FindSimilarKeyword = _mmpersist.MMDBInterface_M_FindSimilarKeyword
- M_FindSimilarDirectory = _mmpersist.MMDBInterface_M_FindSimilarDirectory
- M_FindSimilarPhoto = _mmpersist.MMDBInterface_M_FindSimilarPhoto
- M_FindSimilarImportGroup = _mmpersist.MMDBInterface_M_FindSimilarImportGroup
- M_FindSimilarObjectFolder = _mmpersist.MMDBInterface_M_FindSimilarObjectFolder
- M_FindSimilarMovie = _mmpersist.MMDBInterface_M_FindSimilarMovie
- M_FindSimilarSavedSearch = _mmpersist.MMDBInterface_M_FindSimilarSavedSearch
- M_FindSimilarSFPrint = _mmpersist.MMDBInterface_M_FindSimilarSFPrint
- M_FindSimilarSFShare = _mmpersist.MMDBInterface_M_FindSimilarSFShare
- M_FindSimilarSFUpload = _mmpersist.MMDBInterface_M_FindSimilarSFUpload
- M_FindSimilarObject = _mmpersist.MMDBInterface_M_FindSimilarObject
- M_FindObjects = _mmpersist.MMDBInterface_M_FindObjects
- M_FindSosWithoutThumbnails = _mmpersist.MMDBInterface_M_FindSosWithoutThumbnails
- M_FindSearchableObjectByDirectoryFile = _mmpersist.MMDBInterface_M_FindSearchableObjectByDirectoryFile
- M_FindDirectoryByName = _mmpersist.MMDBInterface_M_FindDirectoryByName
- M_FindKeywordByName = _mmpersist.MMDBInterface_M_FindKeywordByName
- M_FindSearchableObjectByHeaderHash = _mmpersist.MMDBInterface_M_FindSearchableObjectByHeaderHash
- M_FindSearchableObjectsByFileHash = _mmpersist.MMDBInterface_M_FindSearchableObjectsByFileHash
- M_GetDBVersion = _mmpersist.MMDBInterface_M_GetDBVersion
- M_GetSqliteHandle = _mmpersist.MMDBInterface_M_GetSqliteHandle
- M_GetAllObjectIdentifiers = _mmpersist.MMDBInterface_M_GetAllObjectIdentifiers
- M_GetKeywordFrequencyKeywordSos = _mmpersist.MMDBInterface_M_GetKeywordFrequencyKeywordSos
- M_IsDatabaseEmpty = _mmpersist.MMDBInterface_M_IsDatabaseEmpty
- M_LoadThumbnail = _mmpersist.MMDBInterface_M_LoadThumbnail
- M_LockStatus = _mmpersist.MMDBInterface_M_LockStatus
- M_LoadObject = _mmpersist.MMDBInterface_M_LoadObject
- M_LoadKeyword = _mmpersist.MMDBInterface_M_LoadKeyword
- M_LoadDirectory = _mmpersist.MMDBInterface_M_LoadDirectory
- M_LoadSearchableObject = _mmpersist.MMDBInterface_M_LoadSearchableObject
- M_LoadPhoto = _mmpersist.MMDBInterface_M_LoadPhoto
- M_LoadImportGroup = _mmpersist.MMDBInterface_M_LoadImportGroup
- M_LoadObjectFolder = _mmpersist.MMDBInterface_M_LoadObjectFolder
- M_LoadMovie = _mmpersist.MMDBInterface_M_LoadMovie
- M_LoadSOProduct = _mmpersist.MMDBInterface_M_LoadSOProduct
- M_LoadSavedSearch = _mmpersist.MMDBInterface_M_LoadSavedSearch
- M_LoadSFPrint = _mmpersist.MMDBInterface_M_LoadSFPrint
- M_LoadSFShare = _mmpersist.MMDBInterface_M_LoadSFShare
- M_LoadSFUpload = _mmpersist.MMDBInterface_M_LoadSFUpload
- M_LoadKeywordMappings = _mmpersist.MMDBInterface_M_LoadKeywordMappings
- M_OpenDB = _mmpersist.MMDBInterface_M_OpenDB
- M_ObjectIdsToIdentifiers1 = _mmpersist.MMDBInterface_M_ObjectIdsToIdentifiers1
- M_ObjectIdsToIdentifiers2 = _mmpersist.MMDBInterface_M_ObjectIdsToIdentifiers2
- M_ReleaseLock = _mmpersist.MMDBInterface_M_ReleaseLock
- M_ReleaseThumbLock = _mmpersist.MMDBInterface_M_ReleaseThumbLock
- M_RemoveKeyword = _mmpersist.MMDBInterface_M_RemoveKeyword
- M_RemoveDirectory = _mmpersist.MMDBInterface_M_RemoveDirectory
- M_RemoveSearchableObject = _mmpersist.MMDBInterface_M_RemoveSearchableObject
- M_RemovePhoto = _mmpersist.MMDBInterface_M_RemovePhoto
- M_RemoveImportGroup = _mmpersist.MMDBInterface_M_RemoveImportGroup
- M_RemoveObjectFolder = _mmpersist.MMDBInterface_M_RemoveObjectFolder
- M_RemoveMovie = _mmpersist.MMDBInterface_M_RemoveMovie
- M_RemoveSOProduct = _mmpersist.MMDBInterface_M_RemoveSOProduct
- M_RemoveSavedSearch = _mmpersist.MMDBInterface_M_RemoveSavedSearch
- M_RemoveSFPrint = _mmpersist.MMDBInterface_M_RemoveSFPrint
- M_RemoveSFShare = _mmpersist.MMDBInterface_M_RemoveSFShare
- M_RemoveSFUpload = _mmpersist.MMDBInterface_M_RemoveSFUpload
- M_RemoveKeywordMapping = _mmpersist.MMDBInterface_M_RemoveKeywordMapping
- M_RemoveObject = _mmpersist.MMDBInterface_M_RemoveObject
- M_SaveKeyword = _mmpersist.MMDBInterface_M_SaveKeyword
- M_SaveDirectory = _mmpersist.MMDBInterface_M_SaveDirectory
- M_SaveSearchableObject = _mmpersist.MMDBInterface_M_SaveSearchableObject
- M_SavePhoto = _mmpersist.MMDBInterface_M_SavePhoto
- M_SaveImportGroup = _mmpersist.MMDBInterface_M_SaveImportGroup
- M_SaveObjectFolder = _mmpersist.MMDBInterface_M_SaveObjectFolder
- M_SaveMovie = _mmpersist.MMDBInterface_M_SaveMovie
- M_SaveSavedSearch = _mmpersist.MMDBInterface_M_SaveSavedSearch
- M_SaveSOProduct = _mmpersist.MMDBInterface_M_SaveSOProduct
- M_SaveSFPrint = _mmpersist.MMDBInterface_M_SaveSFPrint
- M_SaveSFShare = _mmpersist.MMDBInterface_M_SaveSFShare
- M_SaveSFUpload = _mmpersist.MMDBInterface_M_SaveSFUpload
- M_SaveObject = _mmpersist.MMDBInterface_M_SaveObject
- M_SaveThumbnail = _mmpersist.MMDBInterface_M_SaveThumbnail
- M_StringToTString = _mmpersist.MMDBInterface_M_StringToTString
- M_SaveHash = _mmpersist.MMDBInterface_M_SaveHash
- M_SortByFrequency1 = _mmpersist.MMDBInterface_M_SortByFrequency1
- M_SortByFrequency2 = _mmpersist.MMDBInterface_M_SortByFrequency2
- M_TStringToString = _mmpersist.MMDBInterface_M_TStringToString
- M_TextListSearch = _mmpersist.MMDBInterface_M_TextListSearch
- M_UpgradeDB = _mmpersist.MMDBInterface_M_UpgradeDB
- M_ValidateDB = _mmpersist.MMDBInterface_M_ValidateDB
- M_WriteLockStatus = _mmpersist.MMDBInterface_M_WriteLockStatus
- MU_FindObjectsMatchingText = _mmpersist.MMDBInterface_MU_FindObjectsMatchingText
- MU_DoesObjectMatchText = _mmpersist.MMDBInterface_MU_DoesObjectMatchText
- MU_FindObjectsMatchingURI = _mmpersist.MMDBInterface_MU_FindObjectsMatchingURI
- MU_DoesObjectMatchURI = _mmpersist.MMDBInterface_MU_DoesObjectMatchURI
- MU_FindObjectsInDirectory = _mmpersist.MMDBInterface_MU_FindObjectsInDirectory
- MU_GetDirectoryNames = _mmpersist.MMDBInterface_MU_GetDirectoryNames
- MU_GetDirectoryIdsSortByUsage = _mmpersist.MMDBInterface_MU_GetDirectoryIdsSortByUsage
- MU_FindObjectsMatchingKeyword = _mmpersist.MMDBInterface_MU_FindObjectsMatchingKeyword
- MU_GetKeywordIdsSortByUsage = _mmpersist.MMDBInterface_MU_GetKeywordIdsSortByUsage
- MU_FindObjectsWithKeywords = _mmpersist.MMDBInterface_MU_FindObjectsWithKeywords
- MU_FindObjectsWithoutKeywords = _mmpersist.MMDBInterface_MU_FindObjectsWithoutKeywords
- MU_FindObjectsInDateRange = _mmpersist.MMDBInterface_MU_FindObjectsInDateRange
- MU_GetObjectDates = _mmpersist.MMDBInterface_MU_GetObjectDates
- MU_GetAllObjectsExcluding = _mmpersist.MMDBInterface_MU_GetAllObjectsExcluding
- MU_FindFavoriteObjects = _mmpersist.MMDBInterface_MU_FindFavoriteObjects
- MU_DoesObjectMatchImport = _mmpersist.MMDBInterface_MU_DoesObjectMatchImport
- MU_GetSearchableObjectName = _mmpersist.MMDBInterface_MU_GetSearchableObjectName
- MU_GetItemsInImport = _mmpersist.MMDBInterface_MU_GetItemsInImport
- MU_GetObjectTypes = _mmpersist.MMDBInterface_MU_GetObjectTypes
- MU_GetUsedObjectTypes = _mmpersist.MMDBInterface_MU_GetUsedObjectTypes
- MU_GetItemsByType = _mmpersist.MMDBInterface_MU_GetItemsByType
- MU_GetNumberOfObjectsByType = _mmpersist.MMDBInterface_MU_GetNumberOfObjectsByType
- MU_GetObjectsInImportGroup = _mmpersist.MMDBInterface_MU_GetObjectsInImportGroup
- MU_GetObjectsInFolder = _mmpersist.MMDBInterface_MU_GetObjectsInFolder
- MU_GetObjectsInShare = _mmpersist.MMDBInterface_MU_GetObjectsInShare
- MU_GetObjectsInUpload = _mmpersist.MMDBInterface_MU_GetObjectsInUpload
- MU_GetTopLevelCategoryKeywordIds = _mmpersist.MMDBInterface_MU_GetTopLevelCategoryKeywordIds
- MU_GetAllKeywordIds = _mmpersist.MMDBInterface_MU_GetAllKeywordIds
- MU_GetNumObjectsMatchingDir = _mmpersist.MMDBInterface_MU_GetNumObjectsMatchingDir
- MU_GetNumObjectsMatchingKeyword = _mmpersist.MMDBInterface_MU_GetNumObjectsMatchingKeyword
- MU_GetAllDirectoryNames = _mmpersist.MMDBInterface_MU_GetAllDirectoryNames
- MU_GetNumObjectsMatchingAllKeywords = _mmpersist.MMDBInterface_MU_GetNumObjectsMatchingAllKeywords
- MU_GetNumObjectsMatchingAllKeywords2 = _mmpersist.MMDBInterface_MU_GetNumObjectsMatchingAllKeywords2
- MU_GetInvalidObjectIds = _mmpersist.MMDBInterface_MU_GetInvalidObjectIds
- MU_GetNumSearchableObjects = _mmpersist.MMDBInterface_MU_GetNumSearchableObjects
- MU_GetNumObjectsWithoutKeywords = _mmpersist.MMDBInterface_MU_GetNumObjectsWithoutKeywords
- MU_ContainsFavorite = _mmpersist.MMDBInterface_MU_ContainsFavorite
- MU_GetNumKeywords = _mmpersist.MMDBInterface_MU_GetNumKeywords
- MU_GetNumUsedKeywords = _mmpersist.MMDBInterface_MU_GetNumUsedKeywords
- MU_GetNumObjectsWithKeywords = _mmpersist.MMDBInterface_MU_GetNumObjectsWithKeywords
- MU_GetRandomObject = _mmpersist.MMDBInterface_MU_GetRandomObject
- MU_GetRecentImports = _mmpersist.MMDBInterface_MU_GetRecentImports
- MU_ImportConstraintToImportGroup = _mmpersist.MMDBInterface_MU_ImportConstraintToImportGroup
- MU_URIConstraintToObjectFolder = _mmpersist.MMDBInterface_MU_URIConstraintToObjectFolder
- M_MethodsEnd = _mmpersist.MMDBInterface_M_MethodsEnd
- __swig_getmethods__["_BeginDBProfile"] = lambda x: _mmpersist.MMDBInterface__BeginDBProfile
- if _newclass:_BeginDBProfile = staticmethod(_mmpersist.MMDBInterface__BeginDBProfile)
- __swig_getmethods__["_EndDBProfile"] = lambda x: _mmpersist.MMDBInterface__EndDBProfile
- if _newclass:_EndDBProfile = staticmethod(_mmpersist.MMDBInterface__EndDBProfile)
- __swig_getmethods__["_PrintDBProfile"] = lambda x: _mmpersist.MMDBInterface__PrintDBProfile
- if _newclass:_PrintDBProfile = staticmethod(_mmpersist.MMDBInterface__PrintDBProfile)
- __swig_getmethods__["_FreeDBProfile"] = lambda x: _mmpersist.MMDBInterface__FreeDBProfile
- if _newclass:_FreeDBProfile = staticmethod(_mmpersist.MMDBInterface__FreeDBProfile)
-
- class MMDBInterfacePtr(MMDBInterface):
- def __init__(self, this):
- _swig_setattr(self, MMDBInterface, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMDBInterface, 'thisown', 0)
- _swig_setattr(self, MMDBInterface,self.__class__,MMDBInterface)
- _mmpersist.MMDBInterface_swigregister(MMDBInterfacePtr)
-
- MMDBInterface__ValidateDB = _mmpersist.MMDBInterface__ValidateDB
-
- MMDBInterface__GetStartupAction = _mmpersist.MMDBInterface__GetStartupAction
-
- MMDBInterface_escapeQuotes = _mmpersist.MMDBInterface_escapeQuotes
-
- MMDBInterface_escapePercents = _mmpersist.MMDBInterface_escapePercents
-
- MMDBInterface_TStringToString = _mmpersist.MMDBInterface_TStringToString
-
- MMDBInterface_StringToTString = _mmpersist.MMDBInterface_StringToTString
-
- MMDBInterface_GetSqliteHandle = _mmpersist.MMDBInterface_GetSqliteHandle
-
- MMDBInterface__SortByFrequency = _mmpersist.MMDBInterface__SortByFrequency
-
- MMDBInterface__BeginDBProfile = _mmpersist.MMDBInterface__BeginDBProfile
-
- MMDBInterface__EndDBProfile = _mmpersist.MMDBInterface__EndDBProfile
-
- MMDBInterface__PrintDBProfile = _mmpersist.MMDBInterface__PrintDBProfile
-
- MMDBInterface__FreeDBProfile = _mmpersist.MMDBInterface__FreeDBProfile
-
- MMPSQ_SESSIONID_NONE = _mmpersist.MMPSQ_SESSIONID_NONE
- class MMPersistModificationQueue(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMPersistModificationQueue, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMPersistModificationQueue, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMPersistModificationQueue instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["_GetInstance"] = lambda x: _mmpersist.MMPersistModificationQueue__GetInstance
- if _newclass:_GetInstance = staticmethod(_mmpersist.MMPersistModificationQueue__GetInstance)
- __swig_getmethods__["_DeleteSelf"] = lambda x: _mmpersist.MMPersistModificationQueue__DeleteSelf
- if _newclass:_DeleteSelf = staticmethod(_mmpersist.MMPersistModificationQueue__DeleteSelf)
- def Create(*args): return _mmpersist.MMPersistModificationQueue_Create(*args)
- def Save(*args): return _mmpersist.MMPersistModificationQueue_Save(*args)
- def Delete(*args): return _mmpersist.MMPersistModificationQueue_Delete(*args)
- def BeginImport(*args): return _mmpersist.MMPersistModificationQueue_BeginImport(*args)
- def EndImport(*args): return _mmpersist.MMPersistModificationQueue_EndImport(*args)
- def BeginTask(*args): return _mmpersist.MMPersistModificationQueue_BeginTask(*args)
- def EndTask(*args): return _mmpersist.MMPersistModificationQueue_EndTask(*args)
- def GenerateKeywords(*args): return _mmpersist.MMPersistModificationQueue_GenerateKeywords(*args)
- def AssociateKeywords(*args): return _mmpersist.MMPersistModificationQueue_AssociateKeywords(*args)
- def DisassociateKeywords(*args): return _mmpersist.MMPersistModificationQueue_DisassociateKeywords(*args)
- def WakeUp(*args): return _mmpersist.MMPersistModificationQueue_WakeUp(*args)
- def SynchronousFlushQueue(*args): return _mmpersist.MMPersistModificationQueue_SynchronousFlushQueue(*args)
-
- class MMPersistModificationQueuePtr(MMPersistModificationQueue):
- def __init__(self, this):
- _swig_setattr(self, MMPersistModificationQueue, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMPersistModificationQueue, 'thisown', 0)
- _swig_setattr(self, MMPersistModificationQueue,self.__class__,MMPersistModificationQueue)
- _mmpersist.MMPersistModificationQueue_swigregister(MMPersistModificationQueuePtr)
-
- MMPersistModificationQueue__GetInstance = _mmpersist.MMPersistModificationQueue__GetInstance
-
- MMPersistModificationQueue__DeleteSelf = _mmpersist.MMPersistModificationQueue__DeleteSelf
-
- class MMSOCollection(MMSearchableObject):
- __swig_setmethods__ = {}
- for _s in [MMSearchableObject]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMSOCollection, name, value)
- __swig_getmethods__ = {}
- for _s in [MMSearchableObject]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMSOCollection, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMSOCollection instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def GetAssociatedObjects(*args): return _mmpersist.MMSOCollection_GetAssociatedObjects(*args)
- def GetRepresentativeObjects(*args): return _mmpersist.MMSOCollection_GetRepresentativeObjects(*args)
- __swig_getmethods__["_GetKnownCollectionTypes"] = lambda x: _mmpersist.MMSOCollection__GetKnownCollectionTypes
- if _newclass:_GetKnownCollectionTypes = staticmethod(_mmpersist.MMSOCollection__GetKnownCollectionTypes)
- __swig_getmethods__["_IsCollectionObject"] = lambda x: _mmpersist.MMSOCollection__IsCollectionObject
- if _newclass:_IsCollectionObject = staticmethod(_mmpersist.MMSOCollection__IsCollectionObject)
-
- class MMSOCollectionPtr(MMSOCollection):
- def __init__(self, this):
- _swig_setattr(self, MMSOCollection, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMSOCollection, 'thisown', 0)
- _swig_setattr(self, MMSOCollection,self.__class__,MMSOCollection)
- _mmpersist.MMSOCollection_swigregister(MMSOCollectionPtr)
-
- MMSOCollection__GetKnownCollectionTypes = _mmpersist.MMSOCollection__GetKnownCollectionTypes
-
- MMSOCollection__IsCollectionObject = _mmpersist.MMSOCollection__IsCollectionObject
-
- class MMKeywordGraph(_object):
- __swig_setmethods__ = {}
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMKeywordGraph, name, value)
- __swig_getmethods__ = {}
- __getattr__ = lambda self, name: _swig_getattr(self, MMKeywordGraph, name)
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMKeywordGraph instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- __swig_getmethods__["_GetInstance"] = lambda x: _mmpersist.MMKeywordGraph__GetInstance
- if _newclass:_GetInstance = staticmethod(_mmpersist.MMKeywordGraph__GetInstance)
- __swig_getmethods__["_DeleteSelf"] = lambda x: _mmpersist.MMKeywordGraph__DeleteSelf
- if _newclass:_DeleteSelf = staticmethod(_mmpersist.MMKeywordGraph__DeleteSelf)
- def GetParentKeywordIds(*args): return _mmpersist.MMKeywordGraph_GetParentKeywordIds(*args)
- def GetChildKeywordIds(*args): return _mmpersist.MMKeywordGraph_GetChildKeywordIds(*args)
- def HasParentKeywords(*args): return _mmpersist.MMKeywordGraph_HasParentKeywords(*args)
- def HasChildKeywords(*args): return _mmpersist.MMKeywordGraph_HasChildKeywords(*args)
- def GetNumParentKeywords(*args): return _mmpersist.MMKeywordGraph_GetNumParentKeywords(*args)
- def GetNumChildKeywords(*args): return _mmpersist.MMKeywordGraph_GetNumChildKeywords(*args)
- def AssociateKeywords(*args): return _mmpersist.MMKeywordGraph_AssociateKeywords(*args)
- def DisassociateKeywords(*args): return _mmpersist.MMKeywordGraph_DisassociateKeywords(*args)
- def NotifyCallback(*args): return _mmpersist.MMKeywordGraph_NotifyCallback(*args)
-
- class MMKeywordGraphPtr(MMKeywordGraph):
- def __init__(self, this):
- _swig_setattr(self, MMKeywordGraph, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMKeywordGraph, 'thisown', 0)
- _swig_setattr(self, MMKeywordGraph,self.__class__,MMKeywordGraph)
- _mmpersist.MMKeywordGraph_swigregister(MMKeywordGraphPtr)
-
- MMKeywordGraph__GetInstance = _mmpersist.MMKeywordGraph__GetInstance
-
- MMKeywordGraph__DeleteSelf = _mmpersist.MMKeywordGraph__DeleteSelf
-
- class MMObjectFolder(MMSOCollection):
- __swig_setmethods__ = {}
- for _s in [MMSOCollection]: __swig_setmethods__.update(_s.__swig_setmethods__)
- __setattr__ = lambda self, name, value: _swig_setattr(self, MMObjectFolder, name, value)
- __swig_getmethods__ = {}
- for _s in [MMSOCollection]: __swig_getmethods__.update(_s.__swig_getmethods__)
- __getattr__ = lambda self, name: _swig_getattr(self, MMObjectFolder, name)
- def __repr__(self):
- return "<%s.%s; proxy of C++ MMObjectFolder instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def __init__(self, *args):
- _swig_setattr(self, MMObjectFolder, 'this', _mmpersist.new_MMObjectFolder(*args))
- _swig_setattr(self, MMObjectFolder, 'thisown', 1)
- def __del__(self, destroy=_mmpersist.delete_MMObjectFolder):
- try:
- if self.thisown: destroy(self)
- except: pass
-
- ObjectType = _mmpersist.cvar.MMObjectFolder_ObjectType
- def GetObjectType(*args): return _mmpersist.MMObjectFolder_GetObjectType(*args)
- def Clone(*args): return _mmpersist.MMObjectFolder_Clone(*args)
- def ToConstraint(*args): return _mmpersist.MMObjectFolder_ToConstraint(*args)
- def GetAssociatedObjects(*args): return _mmpersist.MMObjectFolder_GetAssociatedObjects(*args)
- def GetRepresentativeObjects(*args): return _mmpersist.MMObjectFolder_GetRepresentativeObjects(*args)
- def GetDirectory(*args): return _mmpersist.MMObjectFolder_GetDirectory(*args)
- def SetDirectory(*args): return _mmpersist.MMObjectFolder_SetDirectory(*args)
- __swig_getmethods__["URIToName"] = lambda x: _mmpersist.MMObjectFolder_URIToName
- if _newclass:URIToName = staticmethod(_mmpersist.MMObjectFolder_URIToName)
-
- class MMObjectFolderPtr(MMObjectFolder):
- def __init__(self, this):
- _swig_setattr(self, MMObjectFolder, 'this', this)
- if not hasattr(self,"thisown"): _swig_setattr(self, MMObjectFolder, 'thisown', 0)
- _swig_setattr(self, MMObjectFolder,self.__class__,MMObjectFolder)
- _mmpersist.MMObjectFolder_swigregister(MMObjectFolderPtr)
-
- MMObjectFolder_URIToName = _mmpersist.MMObjectFolder_URIToName
-
-
-