JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
ExClass.h File Reference
#include "ExView.h"
#include "ExDocument.h"
#include "ExFrame.h"
#include "ExTextView.h"
#include "ExTextFrame.h"
Include dependency graph for ExClass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CAppCallBack
 

Namespaces

namespace  jbxwl
 

Macros

#define MSG_DEFAULT_WINDOW_SIZE   512
 
#define MSG_DFV_NOT_DISP   -1
 
#define MSG_DFV_FR_NULL   1
 
#define MSG_DFV_CANCEL   2
 
#define MSG_DFV_ERR_READ   10
 
#define MSG_DFV_UNVISIBLE   11
 
#define MSG_DFV_FAIL_VIEW   12
 
#define EasyGetOpenFolderName   EasyGetSaveFolderName
 

Functions

int ExecTemplate (CMultiDocTemplate *ptemp, ExMSGraph< sWord > *pmsGraph=NULL, ExCmnHead *pcmnHead=NULL, CExFrame *prntFrm=NULL, int vPoint=0)
 
CExFrameCreateDocFrmView (CMultiDocTemplate *pDocTemp, CAppCallBack *papp=NULL)
 
int ExecDocFrmView (CExFrame *pfrm, LPCTSTR fname=NULL)
 
void ExecDocFrmViewError (HWND hwnd, int ret)
 
BOOL InitialDocView (CExFrame *pfrm, LPCTSTR fname)
 
bool SetExLink (CExDocument *pdoc, CExFrame *pfrm, CExView *pview, CAppCallBack *papp)
 
CString EasyGetOpenFileName (LPCTSTR title=NULL, HWND hWnd=NULL)
 
CString EasyGetSaveFileName (LPCTSTR title=NULL, LPCTSTR extnt=NULL, HWND hWnd=NULL)
 
CString EasyGetSaveFolderName (LPCTSTR folder=_T(""), LPCTSTR title=NULL, HWND hWnd=NULL)
 
int CALLBACK EasyGetSaveFolderNameCallBack (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData)
 

Macro Definition Documentation

◆ EasyGetOpenFolderName

#define EasyGetOpenFolderName   EasyGetSaveFolderName

Definition at line 98 of file ExClass.h.

◆ MSG_DEFAULT_WINDOW_SIZE

#define MSG_DEFAULT_WINDOW_SIZE   512

拡張 ビュー,フレーム,ドキュメント管理ライブラリ

Definition at line 19 of file ExClass.h.

Referenced by CDxSRenderView::OnInitialUpdate().

◆ MSG_DFV_CANCEL

#define MSG_DFV_CANCEL   2

Definition at line 23 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().

◆ MSG_DFV_ERR_READ

#define MSG_DFV_ERR_READ   10

Definition at line 24 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().

◆ MSG_DFV_FAIL_VIEW

#define MSG_DFV_FAIL_VIEW   12

Definition at line 26 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().

◆ MSG_DFV_FR_NULL

#define MSG_DFV_FR_NULL   1

Definition at line 22 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmViewError().

◆ MSG_DFV_NOT_DISP

#define MSG_DFV_NOT_DISP   -1

Definition at line 21 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmView().

◆ MSG_DFV_UNVISIBLE

#define MSG_DFV_UNVISIBLE   11

Definition at line 25 of file ExClass.h.

Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().