📄 nokiacomposer.mdl
字号:
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA02E3"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CMapWordToOb"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxcoll.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA02E4"
documentation "The CMapWordToOb class supports maps of CObject pointers keyed by 16-bit words. "
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA02E5"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CMapStringToPtr"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxcoll.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA02E6"
documentation "The CMapStringToPtr class supports maps of void pointers keyed by CString objects. "
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA02E7"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CMapStringToOb"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxcoll.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA030C"
documentation "CMapStringToOb is a dictionary collection class that maps unique CString objects to CObject pointers. Once you have inserted a CString-CObject* pair (element) into the map, you can efficiently retrieve or delete the pair using a string or a CString value as a key. You can also iterate over all the elements in the map."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA030D"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CMapStringToString"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxcoll.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA030E"
documentation "The CMapStringToString class supports maps of CString objects keyed by CString objects."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA030F"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++"))
logical_presentations (list unit_reference_list))
(object Class_Category "Synchronization"
quid "3B1FD5BA0310"
exportControl "Public"
logical_models (list unit_reference_list
(object Class "CSyncObject"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxmt.h>")
(object Attribute
tool "VC++"
name "NoDefConstr"
value "True")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA0312"
documentation "The CSyncObject class is a pure virtual class that provides functionality common to the synchronization objects in Win32. The Microsoft Foundation Class Library provides several classes derived from CSyncObject. These are CEvent, CMutex, CCriticalSection, and CSemaphore."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA0313"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
operations (list Operations
(object Operation "Lock"
quid "3B1FD5BA0314"
stereotype "virtual"
parameters (list Parameters
(object Parameter "dwTimeout"
type "DWORD"
initv "INFINITE"))
result "BOOL"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "Unlock"
quid "3B1FD5BA0316"
stereotype "abstract"
result "BOOL"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "Unlock"
quid "3B1FD5BA0317"
stereotype "virtual"
parameters (list Parameters
(object Parameter "lCount"
type "LONG")
(object Parameter "lpPrevCount"
type "LPLONG"))
result "BOOL"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "~CSyncObject"
quid "3B1FD5BA031A"
stereotype "virtual"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "AssertValid"
quid "3B1FD5BA031B"
stereotype "virtual, const"
result "void"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "Dump"
quid "3B1FD5BA031C"
stereotype "virtual, const"
parameters (list Parameters
(object Parameter "dc"
type "CDumpContext&"))
result "void"
concurrency "Sequential"
opExportControl "Public"
uid 0))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CCriticalSection"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxmt.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA031E"
documentation "An object of class CCriticalSection represents a 'critical section' (a synchronization object that allows one thread at a time to access a resource or section of code). Critical sections are useful when only one thread at a time can be allowed to modify data or some other controlled resource. For example, adding nodes to a linked list is a process that should only be allowed by one thread at a time. By using a CCriticalSection object to control the linked list, only one thread at a time can gain access to the list."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA031F"
supplier "Logical View::MFC 6.0::CObject Classes::Synchronization::CSyncObject"
quidu "3B1FD5BA0312"))
operations (list Operations
(object Operation "~CCriticalSection"
quid "3B1FD5BA0320"
stereotype "virtual"
concurrency "Sequential"
opExportControl "Public"
uid 0))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CEvent"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxmt.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA0321"
documentation "An object of class CEvent represents an 'event' (a synchronization object that allows one thread to notify another that an event has occurred). Events are useful when a thread needs to know when to perform its task. For example, a thread that copies data to a data archive would need to be notified when new data is available. By using a CEvent object to notify the copy thread when new data is available, the thread can perform its task as soon as possible."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA0348"
supplier "Logical View::MFC 6.0::CObject Classes::Synchronization::CSyncObject"
quidu "3B1FD5BA0312"))
operations (list Operations
(object Operation "~CEvent"
quid "3B1FD5BA0349"
stereotype "virtual"
concurrency "Sequential"
opExportControl "Public"
uid 0))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CMutex"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxmt.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA034A"
documentation "An object of class CMutex represents a 'mutex' (a synchronization object that allows one thread mutually exclusive access to a resource). Mutexes are useful when only one thread at a time can be allowed to modify data or some other controlled resource. For example, adding nodes to a linked list is a process that should only be allowed by one thread at a time. By using a CMutex object to control the linked list, only one thread at a time can gain access to the list."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA034B"
supplier "Logical View::MFC 6.0::CObject Classes::Synchronization::CSyncObject"
quidu "3B1FD5BA0312"))
operations (list Operations
(object Operation "~CMutex"
quid "3B1FD5BA034C"
stereotype "virtual"
concurrency "Sequential"
opExportControl "Public"
uid 0))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++")
(object Class "CSemaphore"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxmt.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA034D"
documentation "An object of class CSemaphore represents a 'semaphore' (a synchronization object that allows a limited number of threads in one or more processes to access a resource). A CSemaphore object maintains a count of the number of threads currently accessing a specified resource. "
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA034E"
supplier "Logical View::MFC 6.0::CObject Classes::Synchronization::CSyncObject"
quidu "3B1FD5BA0312"))
operations (list Operations
(object Operation "Unlock"
quid "3B1FD5BA034F"
stereotype "virtual"
result "BOOL"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "Unlock"
quid "3B1FD5BA0350"
stereotype "virtual"
parameters (list Parameters
(object Parameter "lCount"
type "LONG")
(object Parameter "lprevCount"
type "LPLONG"
initv "NULL"))
result "BOOL"
concurrency "Sequential"
opExportControl "Public"
uid 0)
(object Operation "~CSemaphore"
quid "3B1FD5BA0353"
stereotype "virtual"
concurrency "Sequential"
opExportControl "Public"
uid 0))
module "Component View::MFC 6.0"
quidu "3B1FD5B90384"
language "VC++"))
logical_presentations (list unit_reference_list))
(object Class_Category "DAO Database Support"
quid "3B1FD5BA0354"
exportControl "Public"
logical_models (list unit_reference_list
(object Class "CDaoDatabase"
attributes (list Attribute_Set
(object Attribute
tool "VC++"
name "Generate"
value FALSE)
(object Attribute
tool "VC++"
name "HeaderFile"
value "<afxdao.h>")
(object Attribute
tool "VC++"
name "AfxClassType"
value "CObject"))
quid "3B1FD5BA0356"
documentation "A CDaoDatabase object represents a connection to a database through which you can operate on the data. You can have one or more CDaoDatabase objects active at a time in a given 'workspace,' represented by a CDaoWorkspace object."
superclasses (list inheritance_relationship_list
(object Inheritance_Relationship
quid "3B1FD5BA0357"
supplier "Logical View::MFC 6.0::CObject Classes::CObject"
quidu "3B1FD5BA0122"))
operations (list Operations
(object Operation "Dump"
quid "3B1FD5BA0358"
stereo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -