projectsettingsinterfaceimpl.h
来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· C头文件 代码 · 共 25 行
H
25 行
#include <projectsettingsiface.h>class CppProjectSettings;class ProjectSettingsInterfaceImpl : public ProjectSettingsInterface{public: ProjectSettingsInterfaceImpl( QUnknownInterface *outer = 0 ); ulong addRef(); ulong release(); ProjectSettings *projectSetting(); QStringList projectSettings() const; void connectTo( QUnknownInterface *appInterface ); void deleteProjectSettingsObject( ProjectSettings * ); QRESULT queryInterface( const QUuid &uuid, QUnknownInterface **iface );private: QUnknownInterface *parent; int ref; CppProjectSettings *settingsTab;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?