TPFileID

List of ancestors:
TObj
Files:
params.h, params.cpp

Desc. & Idea Warnings Methods Attributes Operators Specials

 

Abstract  Abstract

Virtual  Virtual Overridden  Overridden
Key, Important  Key, Important Constructor  Constructor Destructor  Destructor
Methods beginning with Get or Set (get/set) are usually intended to access Attributes of same name (exceptions will be marked).

 

Description

This class represents a file that the parameter was taken from.

Title

 

Warnings

Don't create this class on stack and don't use peramanent pointers to this structure if it is a part of TParamFile.This is because during the destuction and sometimes also during the Save procedure the objects are destroyed.

Title

 

Methods

Public:

TStrList *GetDirectives()
Key, Important char *GetFilename()
TPFileID *GetNext()
TStrList *GetRemarks()
Key, Important TFlag GetSaveable()
void SetNext(TPFileID *val)
Key, Important void SetSaveable(TFlag val)
ConstructorKey, Important TPFileID(char *aFilename, TFlag aSaveable)
Constructor TPFileID(TPFileID &Source)
Destructor ~TPFileID()

Protected:

Private:

void SetFilename(char *val)

Title


int MyFce(void)

Here write method's description.

Arguments:

Returns:

Section Title



Attributes

Public:

Protected:

Private:

TStrList *Directives;
Key, Important char *Filename
TPFileID *Next
TStrList *Remarks
TFlag Saveable

Title


 

int MyAtribute

Here write attribute's description.

Section Title



Operators

Public:

Protected:

Private:

Title


:

Section Title




Specials

 

Title