JunkBox_Win_Lib 1.5.3
|
#include "ExView.h"
#include "ExDocument.h"
#include "ExFrame.h"
#include "ExTextView.h"
#include "ExTextFrame.h"
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) |
CExFrame * | CreateDocFrmView (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) |
#define MSG_DEFAULT_WINDOW_SIZE 512 |
拡張 ビュー,フレーム,ドキュメント管理ライブラリ
Definition at line 19 of file ExClass.h.
Referenced by CDxSRenderView::OnInitialUpdate().
#define MSG_DFV_CANCEL 2 |
Definition at line 23 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().
#define MSG_DFV_ERR_READ 10 |
Definition at line 24 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().
#define MSG_DFV_FAIL_VIEW 12 |
Definition at line 26 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().
#define MSG_DFV_FR_NULL 1 |
Definition at line 22 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmViewError().
#define MSG_DFV_NOT_DISP -1 |
Definition at line 21 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmView().
#define MSG_DFV_UNVISIBLE 11 |
Definition at line 25 of file ExClass.h.
Referenced by jbxwl::ExecDocFrmView(), and jbxwl::ExecDocFrmViewError().