.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: nproject .. class:: alert alert-info pull-top .. contents:: *Module:* `nproject.py `_ API ================================================================================== No description. *Imports:* ------------ - `os `_ - `PyQt4.QtCore.QObject `_ - `ninja_ide.core.file_handling.file_manager `_ - `ninja_ide.tools.json_manager `_ - `ninja_ide.core.settings `_ - `ninja_ide.translations `_ *Class:* `NProject(QObject) `_ ----------------------------------------------------------------------------------------------------------------------------- .. code:: python class NProject(QObject): | Project representation. | SIGNALS: | @projectPropertiesUpdated() *Attributes* ~~~~~~~~~~~~~~ - `added_to_console [at ln:47] `_ - `additional_builtins [at ln:43] `_ - `description [at ln:29] `_ - `extensions [at ln:39] `_ - `indentation [at ln:37] `_ - `is_current [at ln:48] `_ - `license [at ln:33] `_ - `main_file [at ln:34] `_ - `name [at ln:25] `_ - `path [at ln:24] `_ - `post_exec_script [at ln:36] `_ - `pre_exec_script [at ln:35] `_ - `program_params [at ln:44] `_ - `project_type [at ln:28] `_ - `python_exec [at ln:41] `_ - `python_path [at ln:42] `_ - `related_projects [at ln:46] `_ - `url [at ln:32] `_ - `use_tabs [at ln:38] `_ - `venv [at ln:45] `_ *Function:* `__init__(path) [at ln:20] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(path): No description. ---- *Function:* `full_path() [at ln:50] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def full_path(): | Returns the full path of the project **Decorators:** - *property* ---- *Function:* `python_exec_command() [at ln:60] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def python_exec_command(): | Returns the python exec command of the project **Decorators:** - *property*