![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
CodeSlayerProjectsSelectionCodeSlayerProjectsSelection — Represents the nodes selected in the projects tree. |
#include <codeslayer/codeslayer-projects-selection.h> struct CodeSlayerProjectsSelection; CodeSlayerProjectsSelection * codeslayer_projects_selection_new (void
); const gchar * codeslayer_projects_selection_get_file_path (CodeSlayerProjectsSelection *projects_selection
); void codeslayer_projects_selection_set_file_path (CodeSlayerProjectsSelection *projects_selection
,const gchar *file_path
); CodeSlayerProject * codeslayer_projects_selection_get_project (CodeSlayerProjectsSelection *projects_selection
); void codeslayer_projects_selection_set_project (CodeSlayerProjectsSelection *projects_selection
,CodeSlayerProject *project
);
CodeSlayerProjectsSelection * codeslayer_projects_selection_new
(void
);
Creates a new CodeSlayerProjectsSelection.
Returns : |
a new CodeSlayerProjectsSelection. |
const gchar * codeslayer_projects_selection_get_file_path
(CodeSlayerProjectsSelection *projects_selection
);
|
a CodeSlayerProjectsSelection. |
Returns : |
the fully qualified path to the projects_selection. |
void codeslayer_projects_selection_set_file_path (CodeSlayerProjectsSelection *projects_selection
,const gchar *file_path
);
Note: this is not a URI, but rather a normal file path.
|
a CodeSlayerProjectsSelection. |
|
the fully qualified path to the projects_selection. |
CodeSlayerProject * codeslayer_projects_selection_get_project
(CodeSlayerProjectsSelection *projects_selection
);
|
a CodeSlayerProjectsSelection. |
Returns : |
the CodeSlayerProject that this selection is a part of. |
void codeslayer_projects_selection_set_project (CodeSlayerProjectsSelection *projects_selection
,CodeSlayerProject *project
);
|
a CodeSlayerProjectsSelection. |
|
the CodeSlayerProject that this selection is a part of. |
"file-path"
property"file-path" gchar* : Read / Write
The fully qualified file path where the projects_selection is located.
Default value: ""