|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Dialog for opening a project. More...
#include <OpenProjectDialog.h>
Public Member Functions | |
| OpenProjectDialog (QWidget *parent=nullptr) | |
| QString | compilationDatabasePath () const |
| Get the selected compilation database path. | |
| QString | projectRootPath () const |
| Get the selected project root path. | |
Dialog for opening a project.
Provides input fields for:
Definition at line 39 of file OpenProjectDialog.h.
|
explicit |
Definition at line 49 of file OpenProjectDialog.cpp.
| QString acav::OpenProjectDialog::compilationDatabasePath | ( | ) | const |
Get the selected compilation database path.
Definition at line 98 of file OpenProjectDialog.cpp.
References compilationDatabasePath().
Referenced by compilationDatabasePath().
| QString acav::OpenProjectDialog::projectRootPath | ( | ) | const |
Get the selected project root path.
Definition at line 102 of file OpenProjectDialog.cpp.
References projectRootPath().
Referenced by projectRootPath().