All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GeometricObjects Class CATCGMJournalInfo

CATCGMJournalInfo
 

Usage: you must use this class as is. You should never derive it.


public class CATCGMJournalInfo

Defines an additional information associated with an journal item.

This data is a CATLONG32. If a journal information is used by a journal, it is automatically deleted with that journal.


Constructor and Destructor Index


o CATCGMJournalInfo(CATCGMJournalInfo&)
Copy constructor.
o CATCGMJournalInfo(CATLONG32)
Constructs a journal information.
o ~CATCGMJournalInfo()

Method Index


o GetName(CATString&)
Retrieves this item information as a string.
o GetNumber()
Returns value of this item information.
o SetNumber(CATLONG32)
Replaces the value of this item information.
o operator =(CATCGMJournalInfo&)
Affectation operator.

Constructor and Destructor


o CATCGMJournalInfo
public CATCGMJournalInfo( const CATCGMJournalInfo& iToCopy)
Copy constructor.
o CATCGMJournalInfo
public CATCGMJournalInfo(CATLONG32 iInfo)
Constructs a journal information.
Parameters:
iInfo
The value of the additional information.
o ~CATCGMJournalInfo
public virtual ~CATCGMJournalInfo()

Methods


o GetName
public virtual void GetName(CATString& iName) const
Retrieves this item information as a string.
Parameters:
iName
The information value as a string.
o GetNumber
public CATLONG32 GetNumber()const
Returns value of this item information.
Returns:
The value.
o SetNumber
public void SetNumber(CATLONG32 iVal)
Replaces the value of this item information.
Parameters:
iVal
The value.
o operator =
public CATCGMJournalInfo& operator =( const CATCGMJournalInfo& iToCopy)
Affectation operator.

This object is included in the file: CATCGMJournalInfo.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects

Copyright © 2003, Dassault Systèmes. All rights reserved.