AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AuMainFrame< TMainFrame > 模板类 参考

The template class for CMainFrame. 更多...

#include <AuMainFrame.h>

类 AuMainFrame< TMainFrame > 继承关系图:
AnyCAD::API::EventListener

Public 成员函数

virtual ~AuMainFrame ()
 
virtual AnyCAD::API::Path OnGetOpenFileName (const AnyCAD::API::String &caption, const AnyCAD::API::String &filter) override
 
virtual AnyCAD::API::Path OnGetSaveFileName (const AnyCAD::API::String &caption, const AnyCAD::API::String &defaultName, const AnyCAD::API::String &filter) override
 
virtual int OnExecuteEventLoop (long loopId) override
 
virtual void OnExitLoopEvent (long looopId, int code) override
 
virtual void OnChangeCursor (const AnyCAD::API::String &commandId, const AnyCAD::API::String &cursorHint) override
 

详细描述

template<typename TMainFrame>
class AuMainFrame< TMainFrame >

The template class for CMainFrame.

构造及析构函数说明

template<typename TMainFrame >
virtual AuMainFrame< TMainFrame >::~AuMainFrame ( )
inlinevirtual

成员函数说明

template<typename TMainFrame >
virtual void AuMainFrame< TMainFrame >::OnChangeCursor ( const AnyCAD::API::String commandId,
const AnyCAD::API::String cursorHint 
)
inlineoverridevirtual

Notify to change the cursor.

参数
commandIdthe id.
cursorHintwhich cursor to use.

重载 AnyCAD::API::EventListener .

template<typename TMainFrame >
virtual int AuMainFrame< TMainFrame >::OnExecuteEventLoop ( long  loopId)
inlineoverridevirtual

Execute the event loop

参数
loopIdthe loop id.
返回
the exit code.

重载 AnyCAD::API::EventListener .

template<typename TMainFrame >
virtual void AuMainFrame< TMainFrame >::OnExitLoopEvent ( long  loopId,
int  code 
)
inlineoverridevirtual

Exit the event loop.

参数
loopIdthe loop id.
codethe exit code.

重载 AnyCAD::API::EventListener .

template<typename TMainFrame >
virtual AnyCAD::API::Path AuMainFrame< TMainFrame >::OnGetOpenFileName ( const AnyCAD::API::String caption,
const AnyCAD::API::String filter 
)
inlineoverridevirtual

调用打开文件对话框获取需要打开的文件.

参数
captionthe Title
filterthe file filters
返回
file path name

重载 AnyCAD::API::EventListener .

template<typename TMainFrame >
virtual AnyCAD::API::Path AuMainFrame< TMainFrame >::OnGetSaveFileName ( const AnyCAD::API::String caption,
const AnyCAD::API::String defaultName,
const AnyCAD::API::String filter 
)
inlineoverridevirtual

调用保存文件对话框保存文件.

参数
captionthe Title
defaultNamethe flleName
filterthe file filters
返回
file path name

重载 AnyCAD::API::EventListener .


该类的文档由以下文件生成: