|
DAWorkbench 0.0.1
DAWorkbench API
|
APP的核心接口 更多...
#include <DACoreInterface.h>
Public 成员函数 | |
| DACoreInterface (QObject *parent=nullptr) | |
| virtual bool | initialized ()=0 |
| virtual DAUIInterface * | getUiInterface () const =0 |
| virtual DAProjectInterface * | getProjectInterface () const =0 |
| virtual DADataManagerInterface * | getDataManagerInterface () const =0 |
| bool | isProjectDirty () const |
| void | setProjectDirty (bool on) |
| QDir | getTempDir () const |
| 获取本程序的临时路径 | |
| virtual void | createUi (SARibbonMainWindow *mainwindow)=0 |
APP的核心接口
所有接口都可以通过此接口获取,这个接口是最关键的接口
| QDir DA::DACoreInterface::getTempDir | ( | ) | const |
获取本程序的临时路径