FILES
configuration_ASTER.py __init__.py prefs_ASTER.py prefs.py
properties.py qtEficas_aster.py qtGroup.py style.py
- editeur_salome.ini editeur.ini eficas_aster.py
+ #editeur_salome.ini editeur.ini
+ eficas_aster.py
LICENSE.TERMS
DESTINATION ${CMAKE_INSTALL_PREFIX}/Aster
)
class CatalogDescription:
def __init__(self, identifier, cata_file_path, file_format = "python",
- default = False, code = None, user_name = None,
+ default = False, code = None,ss_code=None, user_name = None,
selectable = True, file_format_in = "python"):
"""
This class can be used to describe an Eficas catalog.
:param code: Deprecated. Used to indicate the code associated to this
catalog
+ :type ss_code: string
+ :param ss_code: scheme associated to this catalog (Map only)
+
:type user_name: string
:param user_name: name of the catalog as it will appear in the list
identifier = cata_tuple[1],
cata_file_path = cata_tuple[2],
file_format = cata_tuple[3])
+
if len(cata_tuple) == 5:
if cata_tuple[4] == "defaut":
desc.default = True