|
GME
13
|
#include <PartBrowserPane.h>
Public Member Functions | |
| PartWithDecorator | operator= (PartWithDecorator &&that) |
| PartWithDecorator (PartWithDecorator &&that) | |
| PartWithDecorator () | |
Public Attributes | |
| CComPtr< IMgaMetaPart > | part |
| CString | name |
| CComPtr< IMgaDecorator > | decorator |
| CComPtr< IMgaElementDecorator > | newDecorator |
Definition at line 18 of file PartBrowserPane.h.
| PartWithDecorator::PartWithDecorator | ( | PartWithDecorator && | that | ) | [inline] |
Definition at line 37 of file PartBrowserPane.h.
| PartWithDecorator::PartWithDecorator | ( | ) | [inline] |
Definition at line 44 of file PartBrowserPane.h.
| PartWithDecorator PartWithDecorator::operator= | ( | PartWithDecorator && | that | ) | [inline] |
Definition at line 26 of file PartBrowserPane.h.
Definition at line 23 of file PartBrowserPane.h.
| CString PartWithDecorator::name |
Definition at line 22 of file PartBrowserPane.h.
Definition at line 24 of file PartBrowserPane.h.
| CComPtr<IMgaMetaPart> PartWithDecorator::part |
Definition at line 21 of file PartBrowserPane.h.
1.7.6.1