Home
last modified time | relevance | path

Searched refs:ProjectManager (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dprojectmanager.cpp66 ProjectManager::ProjectManager() in ProjectManager() function in appleseed::studio::ProjectManager
75 void ProjectManager::create_project() in create_project()
126 void ProjectManager::close_project() in close_project()
132 Project* ProjectManager::get_project() const in get_project()
137 bool ProjectManager::is_project_open() const in is_project_open()
142 bool ProjectManager::is_project_loading() const in is_project_loading()
162 void ProjectManager::clear_project_dirty_flag() in clear_project_dirty_flag()
167 void ProjectManager::set_project_dirty_flag() in set_project_dirty_flag()
172 bool ProjectManager::is_project_dirty() const in is_project_dirty()
188 string ProjectManager::get_project_schema_filepath() in get_project_schema_filepath()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/liteapp/
H A Dprojectmanager.cpp53 ProjectManager::ProjectManager() in ProjectManager() function in ProjectManager
58 ProjectManager::~ProjectManager() in ~ProjectManager()
69 bool ProjectManager::initWithApp(IApplication *app) in initWithApp()
89 void ProjectManager::appLoaded() in appLoaded()
104 QWidget *ProjectManager::widget() in widget()
109 void ProjectManager::triggeredProject(QAction* act) in triggeredProject()
130 void ProjectManager::openSchemeAct() in openSchemeAct()
211 QStringList ProjectManager::mimeTypeList() const in mimeTypeList()
236 IProject *ProjectManager::currentProject() const in currentProject()
257 void ProjectManager::addImportAction(QAction*) in addImportAction()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectmanager.cpp39 template<> ProjectManager* Mgr<ProjectManager>::instance = nullptr;
43 bool ProjectManager::s_CanShutdown = true;
76 ProjectManager::ProjectManager() : in ProjectManager() function in ProjectManager
105 ProjectManager::~ProjectManager() in ~ProjectManager()
139 wxString ProjectManager::GetDefaultPath() in GetDefaultPath()
541 bool ProjectManager::SaveAllProjects() in SaveAllProjects()
602 bool ProjectManager::SaveWorkspace() in SaveWorkspace()
612 bool ProjectManager::CloseWorkspace() in CloseWorkspace()
652 bool ProjectManager::IsBusy() in IsBusy()
669 bool ProjectManager::IsLoadingProject() in IsLoadingProject()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DProjectManager_Tests.cs34 ProjectManager projectManager = new ProjectManager(); in SimpleAddAndRetrieveProject()
62 ProjectManager projectManager = new ProjectManager(); in TestForDuplicatesInProjectTable()
75 ProjectManager.AddProject(table, p); in TestForDuplicatesInProjectTable()
76 ProjectManager.AddProject(table, p); in TestForDuplicatesInProjectTable()
86 ProjectManager.AddProject(table, p2); in TestForDuplicatesInProjectTable()
93 ProjectManager.AddProject(table, p3); in TestForDuplicatesInProjectTable()
104 ProjectManager projectManager = new ProjectManager(); in TestForDuplicatesInProjectEntryTable()
138 ProjectManager projectManager = new ProjectManager(); in SimpleAddAndRetrieveProjectWithDifferentGlobals()
173 ProjectManager projectManager = new ProjectManager(); in SimpleAddAndRetrieveProjectWithDifferentFullPath()
207 ProjectManager projectManager = new ProjectManager(); in ResetBuildStatusForAllProjects()
[all …]
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DProjectManager.cpp54 QUndoGroup ProjectManager::undogroup;
56 ProjectManager::ProjectManager() in ProjectManager() function in ProjectManager
77 ProjectManager& pm() in pm()
79 static ProjectManager projMan; in pm()
281 Command* ProjectManager::save_project() in save_project()
292 Project * ProjectManager::get_project( ) in get_project()
297 void ProjectManager::start() in start()
382 QUndoGroup* ProjectManager::get_undogroup() const in get_undogroup()
388 Command* ProjectManager::exit() in exit()
432 Command* ProjectManager::undo() in undo()
[all …]
H A DProjectManager.h39 class ProjectManager : public ContextItem
83 ProjectManager();
84 ProjectManager(const ProjectManager&);
100 friend ProjectManager& pm();
117 ProjectManager& pm();
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/meta/tests/
H A Dtest_projectmanager.cpp50 ProjectManager manager; in TEST_SUITE()
59 ProjectManager manager; in TEST_SUITE()
69 ProjectManager manager; in TEST_SUITE()
80 ProjectManager manager; in TEST_SUITE()
89 ProjectManager manager; in TEST_SUITE()
99 ProjectManager manager; in TEST_SUITE()
110 ProjectManager manager; in TEST_SUITE()
119 ProjectManager manager; in TEST_SUITE()
129 ProjectManager manager; in TEST_SUITE()
140 ProjectManager manager; in TEST_SUITE()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectManager.h31 class AUDACITY_DLL_API ProjectManager final
36 static ProjectManager &Get( AudacityProject &project );
37 static const ProjectManager &Get( const AudacityProject &project );
39 explicit ProjectManager( AudacityProject &project );
40 ProjectManager( const ProjectManager & ) PROHIBITED;
41 ProjectManager &operator=( const ProjectManager & ) PROHIBITED;
42 ~ProjectManager() override;
H A DProjectManager.cpp70 ProjectManager &ProjectManager::Get( AudacityProject &project ) in Get()
75 const ProjectManager &ProjectManager::Get( const AudacityProject &project ) in Get()
80 ProjectManager::ProjectManager( AudacityProject &project ) in ProjectManager() function in ProjectManager
87 &ProjectManager::OnStatusChange, this);
92 ProjectManager::~ProjectManager() = default;
102 BEGIN_EVENT_TABLE( ProjectManager, wxEvtHandler )
110 void ProjectManager::SaveWindowSize() in SaveWindowSize()
529 AudacityProject *ProjectManager::New() in New()
944 void ProjectManager::ProjectChooser::Commit() in Commit()
972 void ProjectManager::ResetProjectToEmpty() { in ResetProjectToEmpty()
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dprojectmanager.h36 class ProjectManager : public QObject
41 explicit ProjectManager(QObject *parent = nullptr);
43 static ProjectManager *instance();
56 static ProjectManager *ourInstance;
60 inline ProjectManager *ProjectManager::instance() in instance()
65 inline ProjectModel *ProjectManager::projectModel() in projectModel()
H A Dprojectmanager.cpp27 ProjectManager *ProjectManager::ourInstance;
29 ProjectManager::ProjectManager(QObject *parent) in ProjectManager() function in Tiled::ProjectManager
40 void ProjectManager::setProject(Project project) in setProject()
46 Project &ProjectManager::project() in project()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/
H A Dtest_project_manager.py20 pm = ProjectManager()
38 pm = ProjectManager()
55 pm = ProjectManager()
82 pm = ProjectManager()
123 pm = ProjectManager()
161 pm = ProjectManager()
207 pm = ProjectManager()
244 pm = ProjectManager()
275 pm = ProjectManager()
307 pm = ProjectManager()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/
H A Dprojectmanager.cpp59 ProjectManager::ProjectManager(QObject *parent) in ProjectManager() function in ProjectManager
94 ProjectManager::~ProjectManager() = default;
96 void ProjectManager::slotLoadOnOpen() in slotLoadOnOpen()
383 void ProjectManager::saveRecentFiles() in saveRecentFiles()
417 bool ProjectManager::saveFile() in saveFile()
432 void ProjectManager::openFile() in openFile()
450 void ProjectManager::openLastFile() in openLastFile()
637 void ProjectManager::slotRevert() in slotRevert()
651 KdenliveDoc *ProjectManager::current() in current()
708 void ProjectManager::slotAutoSave() in slotAutoSave()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproject_manager.cpp966 void ProjectManager::_open_project() { in _open_project()
1009 void ProjectManager::_run_project() { in _run_project()
1067 void ProjectManager::_scan_projects() { in _scan_projects()
1072 void ProjectManager::_new_project() { in _new_project()
1078 void ProjectManager::_import_project() { in _import_project()
1099 void ProjectManager::_erase_project() { in _erase_project()
1108 void ProjectManager::_show_project() { in _show_project()
1124 void ProjectManager::_exit_dialog() { in _exit_dialog()
1184 void ProjectManager::_bind_methods() { in _bind_methods()
1210 ProjectManager::ProjectManager() { in ProjectManager() function in ProjectManager
[all …]
H A Dproject_manager.h43 class ProjectManager : public Control {
44 OBJ_TYPE(ProjectManager, Control);
106 ProjectManager();
107 ~ProjectManager();
115 friend class ProjectManager;
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproject_manager.cpp966 void ProjectManager::_open_project() { in _open_project()
1009 void ProjectManager::_run_project() { in _run_project()
1067 void ProjectManager::_scan_projects() { in _scan_projects()
1072 void ProjectManager::_new_project() { in _new_project()
1078 void ProjectManager::_import_project() { in _import_project()
1099 void ProjectManager::_erase_project() { in _erase_project()
1108 void ProjectManager::_show_project() { in _show_project()
1124 void ProjectManager::_exit_dialog() { in _exit_dialog()
1184 void ProjectManager::_bind_methods() { in _bind_methods()
1210 ProjectManager::ProjectManager() { in ProjectManager() function in ProjectManager
[all …]
H A Dproject_manager.h43 class ProjectManager : public Control {
44 OBJ_TYPE(ProjectManager, Control);
106 ProjectManager();
107 ~ProjectManager();
115 friend class ProjectManager;
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dprojectmanager.h143 class DLLIMPORT ProjectManager : public Mgr<ProjectManager>, public wxEvtHandler
147 friend class Mgr<ProjectManager>;
433ProjectManager& operator=(cb_unused const ProjectManager& rhs) // prevent assignment operator
452 ProjectManager(cb_unused const ProjectManager& rhs); // prevent copy construction
454 ProjectManager();
455 ~ProjectManager() override;
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dprojectmanager.cpp935 ProjectManager * ProjectManager::m_pSelf = nullptr;
937 ProjectManager * ProjectManager::self( KateMDI::ToolView * parent ) in self()
948 ProjectManager::ProjectManager( KateMDI::ToolView * parent ) in ProjectManager() function in ProjectManager
961 ProjectManager::~ProjectManager() in ~ProjectManager()
966 void ProjectManager::slotNewProject() in slotNewProject()
998 void ProjectManager::slotOpenProject() in slotOpenProject()
1045 bool ProjectManager::slotCloseProject() in slotCloseProject()
1095 void ProjectManager::updateActions() in updateActions()
1110 void ProjectManager::slotAddFile() in slotAddFile()
1151 void ProjectManager::slotItemBuild() in slotItemBuild()
[all …]
H A Dprojectmanager.h26 class ProjectManager; variable
166 ProjectItem( ProjectItem * parent, Type type, ProjectManager * projectManager );
248 ProjectManager * m_pProjectManager;
261 ProjectInfo( ProjectManager * projectManager );
284 class ProjectManager : public ItemSelector
288 ~ProjectManager() override;
289 static ProjectManager * self( KateMDI::ToolView * parent = nullptr );
358 ProjectManager( KateMDI::ToolView * parent );
359 static ProjectManager * m_pSelf;
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bprojectmanager.cpp65 class K3b::ProjectManager::Private
83 K3b::ProjectManager::ProjectManager( QObject* parent ) in ProjectManager() function in K3b::ProjectManager
97 K3b::ProjectManager::~ProjectManager() in ~ProjectManager()
103 QList<K3b::Doc*> K3b::ProjectManager::projects() const in projects()
109 void K3b::ProjectManager::addProject( K3b::Doc* doc ) in addProject()
127 void K3b::ProjectManager::removeProject( K3b::Doc* docRemove ) in removeProject()
150 K3b::Doc* K3b::ProjectManager::findByUrl( const QUrl& url ) in findByUrl()
160 bool K3b::ProjectManager::isEmpty() const in isEmpty()
166 void K3b::ProjectManager::setActive( K3b::Doc* docActive ) in setActive()
187 K3b::Doc* K3b::ProjectManager::activeProject() const in activeProject()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproject_manager.cpp1829 void ProjectManager::_dim_window() { in _dim_window()
2154 void ProjectManager::_run_project() { in _run_project()
2202 void ProjectManager::_scan_projects() { in _scan_projects()
2207 void ProjectManager::_new_project() { in _new_project()
2213 void ProjectManager::_import_project() { in _import_project()
2219 void ProjectManager::_rename_project() { in _rename_project()
2246 void ProjectManager::_erase_project() { in _erase_project()
2293 void ProjectManager::_exit_dialog() { in _exit_dialog()
2365 void ProjectManager::_bind_methods() { in _bind_methods()
2402 ProjectManager::ProjectManager() { in ProjectManager() function in ProjectManager
[all …]
H A Dproject_manager.h45 class ProjectManager : public Control {
47 GDCLASS(ProjectManager, Control);
125 ProjectManager();
126 ~ProjectManager();
141 friend class ProjectManager;
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproject_manager.cpp1829 void ProjectManager::_dim_window() { in _dim_window()
2154 void ProjectManager::_run_project() { in _run_project()
2202 void ProjectManager::_scan_projects() { in _scan_projects()
2207 void ProjectManager::_new_project() { in _new_project()
2213 void ProjectManager::_import_project() { in _import_project()
2219 void ProjectManager::_rename_project() { in _rename_project()
2246 void ProjectManager::_erase_project() { in _erase_project()
2293 void ProjectManager::_exit_dialog() { in _exit_dialog()
2365 void ProjectManager::_bind_methods() { in _bind_methods()
2402 ProjectManager::ProjectManager() { in ProjectManager() function in ProjectManager
[all …]
H A Dproject_manager.h45 class ProjectManager : public Control {
47 GDCLASS(ProjectManager, Control);
125 ProjectManager();
126 ~ProjectManager();
141 friend class ProjectManager;

12345678910>>...12