LibreOffice Module filter (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
CGMChart Class Referencefinal

#include <chart.hxx>

Collaboration diagram for CGMChart:
[legend]

Public Member Functions

 CGMChart ()
 
 ~CGMChart ()
 
void InsertTextEntry (std::unique_ptr< TextEntry >)
 
void ResetAnnotation ()
 
bool IsAnnotation () const
 

Private Attributes

sal_Int8 mnCurrentFileType
 
::std::vector< std::unique_ptr< TextEntry > > maTextEntryList
 
DataNode mDataNode [7]
 

Friends

class CGM
 
class CGMImpressOutAct
 

Detailed Description

Definition at line 65 of file chart.hxx.

Constructor & Destructor Documentation

◆ CGMChart()

CGMChart::CGMChart ( )

Definition at line 23 of file chart.cxx.

References gentoken::i, mDataNode, and DataNode::nZoneEnum.

◆ ~CGMChart()

CGMChart::~CGMChart ( )

Definition at line 32 of file chart.cxx.

References maTextEntryList.

Member Function Documentation

◆ InsertTextEntry()

void CGMChart::InsertTextEntry ( std::unique_ptr< TextEntry pTextEntry)

Definition at line 42 of file chart.cxx.

References maTextEntryList.

◆ IsAnnotation()

bool CGMChart::IsAnnotation ( ) const

Definition at line 52 of file chart.cxx.

References mDataNode.

◆ ResetAnnotation()

void CGMChart::ResetAnnotation ( )

Definition at line 47 of file chart.cxx.

References mDataNode, and DataNode::nZoneEnum.

Friends And Related Function Documentation

◆ CGM

friend class CGM
friend

Definition at line 67 of file chart.hxx.

◆ CGMImpressOutAct

friend class CGMImpressOutAct
friend

Definition at line 68 of file chart.hxx.

Member Data Documentation

◆ maTextEntryList

::std::vector< std::unique_ptr<TextEntry> > CGMChart::maTextEntryList
private

Definition at line 71 of file chart.hxx.

Referenced by InsertTextEntry(), and ~CGMChart().

◆ mDataNode

DataNode CGMChart::mDataNode[7]
private

Definition at line 72 of file chart.hxx.

Referenced by CGMChart(), IsAnnotation(), and ResetAnnotation().

◆ mnCurrentFileType

sal_Int8 CGMChart::mnCurrentFileType
private

Definition at line 70 of file chart.hxx.


The documentation for this class was generated from the following files: