1 Star 0 Fork 0

yoyojacky/CSMoE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
savedocumentquery.h 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
//====== Copyright ?1996-2005, Valve Corporation, All rights reserved. =======
//
// This dialog asks if you want to save your work
//
//=============================================================================
#ifndef SAVEDOCUMENTQUERY_H
#define SAVEDOCUMENTQUERY_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
// Forward declarations
//-----------------------------------------------------------------------------
class KeyValues;
namespace vgui2
{
class Panel;
}
//-----------------------------------------------------------------------------
// Show the save document query dialog
// NOTE: The following commands will be posted to the action signal target:
// "OnExit" - when we want to quit
// "OnSave" - when we want to save the file
// "OnCloseNoSave" - when we want to close the file without saving it
// "commandname" - additional command send after saving (SAVEDOC_POSTCOMMAND_AFTER_SAVE)
// "OnMarkNotDirty" - when we want to mark the file not dirty
//-----------------------------------------------------------------------------
void ShowSaveDocumentQuery( vgui2::Panel *pParent, const char *pFileName, const char *pFileType, int nContext, vgui2::Panel *pActionSignalTarget, KeyValues *pPostSaveCommand );
#endif // SAVEDOCUMENTQUERY_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yoyojacky/CSMoE.git
git@gitee.com:yoyojacky/CSMoE.git
yoyojacky
CSMoE
CSMoE
master

搜索帮助