#include <cmxexdc.h>
Inheritance diagram for CMXReferListItem:
Public Member Functions | |
CMXReferListItem (CMXExportDC *pDC) | |
virtual BOOL | IsInReferenceList (void) |
virtual BOOL | WriteInReferenceList (CMXExportDC *pDC) |
virtual INT32 | IsInWhichIndex (void) |
virtual BOOL | WriteInIndex (CMXExportDC *pDC) |
virtual INT32 | IndexEntrySize (CMXExportDC *pDC) |
virtual INT32 | IsInWhichDesc (void) |
virtual BOOL | WriteInDesc (CMXExportDC *pDC) |
virtual BOOL | IsASection (void) |
virtual BOOL | WriteSection (CMXExportDC *pDC) |
virtual BOOL | IsAProcedure (void) |
Private Member Functions | |
CC_DECLARE_DYNAMIC (CMXReferListItem) |
Definition at line 445 of file cmxexdc.h.
|
Definition at line 450 of file cmxexdc.h.
|
|
|
|
Reimplemented in CMXReferLayer, CMXReferArrow, CMXReferLens, CMXReferPage, CMXReferMasterIndex, CMXReferMasterLayer, CMXReferBitmap, and CMXReferBitmapFill. Definition at line 457 of file cmxexdc.h.
|
|
Reimplemented in CMXReferLens, and CMXReferBitmapFill. Definition at line 465 of file cmxexdc.h. 00465 {return FALSE;};
|
|
Reimplemented in CMXReferLens, CMXReferBitmap, and CMXReferBitmapFill. Definition at line 462 of file cmxexdc.h. 00462 {return FALSE;};
|
|
Reimplemented in CMXReferLayer, and CMXReferLens. Definition at line 452 of file cmxexdc.h. 00452 {return FALSE;};
|
|
Reimplemented in CMXReferDefaultScreen, CMXReferDotDash, CMXReferDefaultDotDash, CMXReferColour, CMXReferPen, CMXReferLineStyle, CMXReferOutline, CMXReferArrowheads, and CMXReferArrow. Definition at line 459 of file cmxexdc.h. 00459 {return cmxDESC_NONE;};
|
|
Reimplemented in CMXReferLayer, CMXReferArrow, CMXReferLens, CMXReferPage, CMXReferMasterIndex, CMXReferMasterLayer, CMXReferBitmap, and CMXReferBitmapFill. Definition at line 455 of file cmxexdc.h. 00455 {return cmxINDEX_NONE;};
|
|
Reimplemented in CMXReferDefaultScreen, CMXReferDotDash, CMXReferDefaultDotDash, CMXReferColour, CMXReferPen, CMXReferLineStyle, CMXReferOutline, CMXReferArrowheads, and CMXReferArrow. Definition at line 460 of file cmxexdc.h. 00460 {return TRUE;};
|
|
Reimplemented in CMXReferLayer, CMXReferArrow, CMXReferLens, CMXReferPage, CMXReferMasterIndex, CMXReferMasterLayer, CMXReferBitmap, and CMXReferBitmapFill. Definition at line 456 of file cmxexdc.h. 00456 {return TRUE;};
|
|
Reimplemented in CMXReferLayer, and CMXReferLens. Definition at line 453 of file cmxexdc.h. 00453 {return TRUE;};
|
|
Reimplemented in CMXReferLens, CMXReferBitmap, and CMXReferBitmapFill. Definition at line 463 of file cmxexdc.h. 00463 {return TRUE;};
|