GME
13
|
#include <AnnotationNode.h>
Public Member Functions | |
CAnnotationNode (const CComPtr< IMgaRegNode > ®Node, IMgaFCOPtr &archetype) | |
void | Read (CAnnotationBrowserDlg *dlg) |
void | Write (CAnnotationBrowserDlg *dlg) |
template<typename Func > | |
void | for_each_subnode (Func f) |
Static Public Member Functions | |
static void | InitializeClass () |
Public Attributes | |
CComPtr< IMgaRegNode > | m_regNode |
IMgaFCOPtr | m_archetype |
LOGFONT | m_logfont |
COLORREF | m_color |
COLORREF | m_bgcolor |
COLORREF | m_crGradient |
COLORREF | m_crShadow |
CString | m_text |
CString | m_name |
bool | m_bGradientFill |
int | m_iGradientDirection |
bool | m_bCastShadow |
int | m_iShadowDepth |
int | m_iShadowDirection |
bool | m_bRoundCornerRect |
int | m_iRoundCornerRadius |
bool | m_canBeRederived |
bool | m_inheritable |
bool | m_hidden |
CAnnotationAspectArray | m_aspects |
Static Public Attributes | |
static bool | classIsInitialized = false |
static bool | defCanBeRederived = false |
static bool | defInheritable = false |
static bool | defHidden = false |
static LOGFONT | defFont |
static COLORREF | defColor |
static COLORREF | defBgcolor |
static COLORREF | defShadowcolor |
static COLORREF | defGradientcolor |
static bool | defGradientFill = false |
static int | defGradientDirection = 0 |
static bool | defCastShadow = false |
static int | defShadowDepth = 9 |
static int | defShadowDirection = 45 |
static bool | defRoundCornerRect = false |
static int | defRoundCornerRadius = 9 |
Definition at line 32 of file AnnotationNode.h.
CAnnotationNode::CAnnotationNode | ( | const CComPtr< IMgaRegNode > & | regNode, |
IMgaFCOPtr & | archetype | ||
) |
Definition at line 39 of file AnnotationNode.cpp.
void CAnnotationNode::for_each_subnode | ( | Func | f | ) | [inline] |
Definition at line 65 of file AnnotationNode.h.
void CAnnotationNode::InitializeClass | ( | ) | [static] |
Definition at line 635 of file AnnotationNode.cpp.
void CAnnotationNode::Read | ( | CAnnotationBrowserDlg * | dlg | ) |
Definition at line 48 of file AnnotationNode.cpp.
void CAnnotationNode::Write | ( | CAnnotationBrowserDlg * | dlg | ) |
Definition at line 434 of file AnnotationNode.cpp.
bool CAnnotationNode::classIsInitialized = false [static] |
Definition at line 90 of file AnnotationNode.h.
COLORREF CAnnotationNode::defBgcolor [static] |
Definition at line 96 of file AnnotationNode.h.
bool CAnnotationNode::defCanBeRederived = false [static] |
Definition at line 91 of file AnnotationNode.h.
bool CAnnotationNode::defCastShadow = false [static] |
Definition at line 101 of file AnnotationNode.h.
COLORREF CAnnotationNode::defColor [static] |
Definition at line 95 of file AnnotationNode.h.
LOGFONT CAnnotationNode::defFont [static] |
Definition at line 94 of file AnnotationNode.h.
COLORREF CAnnotationNode::defGradientcolor [static] |
Definition at line 98 of file AnnotationNode.h.
int CAnnotationNode::defGradientDirection = 0 [static] |
Definition at line 100 of file AnnotationNode.h.
bool CAnnotationNode::defGradientFill = false [static] |
Definition at line 99 of file AnnotationNode.h.
bool CAnnotationNode::defHidden = false [static] |
Definition at line 93 of file AnnotationNode.h.
bool CAnnotationNode::defInheritable = false [static] |
Definition at line 92 of file AnnotationNode.h.
int CAnnotationNode::defRoundCornerRadius = 9 [static] |
Definition at line 105 of file AnnotationNode.h.
bool CAnnotationNode::defRoundCornerRect = false [static] |
Definition at line 104 of file AnnotationNode.h.
COLORREF CAnnotationNode::defShadowcolor [static] |
Definition at line 97 of file AnnotationNode.h.
int CAnnotationNode::defShadowDepth = 9 [static] |
Definition at line 102 of file AnnotationNode.h.
int CAnnotationNode::defShadowDirection = 45 [static] |
Definition at line 103 of file AnnotationNode.h.
IMgaFCOPtr CAnnotationNode::m_archetype |
Definition at line 36 of file AnnotationNode.h.
Definition at line 58 of file AnnotationNode.h.
Definition at line 46 of file AnnotationNode.h.
COLORREF CAnnotationNode::m_bgcolor |
Definition at line 39 of file AnnotationNode.h.
Definition at line 44 of file AnnotationNode.h.
Definition at line 49 of file AnnotationNode.h.
Definition at line 52 of file AnnotationNode.h.
COLORREF CAnnotationNode::m_color |
Definition at line 38 of file AnnotationNode.h.
COLORREF CAnnotationNode::m_crGradient |
Definition at line 40 of file AnnotationNode.h.
COLORREF CAnnotationNode::m_crShadow |
Definition at line 41 of file AnnotationNode.h.
Definition at line 57 of file AnnotationNode.h.
Definition at line 45 of file AnnotationNode.h.
Definition at line 56 of file AnnotationNode.h.
Definition at line 50 of file AnnotationNode.h.
Definition at line 47 of file AnnotationNode.h.
Definition at line 48 of file AnnotationNode.h.
LOGFONT CAnnotationNode::m_logfont |
Definition at line 37 of file AnnotationNode.h.
CString CAnnotationNode::m_name |
Definition at line 43 of file AnnotationNode.h.
CComPtr<IMgaRegNode> CAnnotationNode::m_regNode |
Definition at line 35 of file AnnotationNode.h.
CString CAnnotationNode::m_text |
Definition at line 42 of file AnnotationNode.h.