From 4efdbfaf8ef76ea493b028793ddcec1511a6548a Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 5 Apr 2012 13:42:28 +0000 Subject: [PATCH] *** empty log message *** --- doc/eficas_principles.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/eficas_principles.rst b/doc/eficas_principles.rst index 4c20eb88..470c5f0f 100644 --- a/doc/eficas_principles.rst +++ b/doc/eficas_principles.rst @@ -112,6 +112,32 @@ a parameter ("mot-clef simple") should have : .. image:: images/Affe.png :align: center + +- a File parameter should be + +an existing file (type='Fichier'), + - a directory (type='Repertoire'), + + - an existing file with specific suffix (type='Fichier','JDC Files (*.comm);;All Files (*)') The contents of the directory are filtered before being shown in the dialog, using a semicolon-separated list of filters specified. + + - a non-allready existant (type=('Fichier',"",'Sauvegarde') + + - a simple string (type='FichierNoAbs') + +This is the way the catalog should look like : + +input_datafile=SIMP(typ='Fichier',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None), + +input_commfile=SIMP(typ=('Fichier','JDC Files (*.comm);;''All Files (*)'),fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None), + +output_datafile=SIMP(typ=('Fichier','JDC Files (*.comm);;''All Files (*)','Sauvegarde'),fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None), + +datafile=SIMP(typ='FichierNoAbs',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None), + +repetoire=SIMP(typ='Repertoire',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None), + + + - a default value (or not) - a cardinality. -- 2.39.2