gapMea  1.0-rc1-1.5.3.2
GapMea est un outil visuel écrit en c++ à l'aide de la bibliothèque QT qui sert de base entre autre à l'environnement graphique de KDE.Il permet de dessiner des schémas recueillant et structurant les informations nécessaires à un domaine de gestion. Le schéma obtenu est enregistré dans un fichier texte au format xml.
 All Classes Functions Variables
XMeaReader Class Reference

The XMeaReader class this is to read an xml .mea file. More...

#include <xmeareader.h>

Inheritance diagram for XMeaReader:
Inheritance graph
Collaboration diagram for XMeaReader:
Collaboration graph

Public Member Functions

 XMeaReader (MainWindow *)
 XMeaReader Constructor.
 
bool readFile (QIODevice *device)
 readFile More...
 
void readMea ()
 readMea read MEA main content
 
void readEntites ()
 readEntites read Entites Section
 
void readEntite ()
 readEntite read one Entity
 
void readLiens ()
 readLiens read Links Section
 
void readLien ()
 readLien read one link
 
 ~XMeaReader ()
 destructor
 
void readFields (Entite *lEntite)
 readFields More...
 
void readField (Entite *lEntite)
 readField More...
 

Detailed Description

The XMeaReader class this is to read an xml .mea file.

Definition at line 14 of file xmeareader.h.

Member Function Documentation

void XMeaReader::readField ( Entite lEntite)

readField

Parameters
lEntiteRead one field

Definition at line 43 of file xmeareader.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void XMeaReader::readFields ( Entite lEntite)

readFields

Parameters
lEntiteread fields section of an entity

Definition at line 58 of file xmeareader.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool XMeaReader::readFile ( QIODevice *  device)

readFile

Parameters
device
Returns
true if file is ok

Definition at line 10 of file xmeareader.cpp.

Here is the call graph for this function:


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