|
|
void | recentWorkspaceListChanged () |
| |
|
void | workspaceChanged () |
| |
|
|
| ProjectManager (QObject *parent=0) |
| |
|
void | initRecentWorkspaces () |
| |
|
bool | saveRecentWorkspacesSettings () const |
| |
|
QSharedPointer< AbstractWorkspace > | defaultWorkspace () const |
| |
|
bool | isDefaultWorkspaceSet () const |
| |
|
QSharedPointer< AbstractWorkspace > | currentWorkspace () const |
| |
|
void | setCurrentWorkspace (const QSharedPointer< AbstractWorkspace > ¤tWorkspace) |
| |
|
QVector< QSharedPointer< AbstractWorkspace > > | recentWorkspaces () const |
| |
|
void | setRecentWorkspaces (const QVector< QSharedPointer< AbstractWorkspace > > &recentWorkspaces) |
| |
|
void | removeRecentWorkspaces (const QSharedPointer< AbstractWorkspace > &workspace) |
| |
|
bool | addRecentWorkspace (const QSharedPointer< AbstractWorkspace > &recentWorkspace) |
| |
|
int | workspaceCount () const |
| |
|
QVector< QSharedPointer< AbstractWorkspace > > | workspaces () const |
| |
|
QString | workDirectoryPath () const |
| |
|
void | setWorkDirectoryPath (const QString &workDirectoryPath) |
| |
|
|
static QDomDocument | recentWorkspacesDomTemplate () |
| |
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/project/project_manager.h
- itemframework/itemframework/moc/moc_project_manager.cpp
- itemframework/itemframework/src/project/project_manager.cpp