#include <MXS_Editor_Interface.h>
Public Member Functions |
|
| EditFileResult () | |
Public Attributes |
|
| bool | fileNotFound |
| bool | fileAlreadyOpen |
| bool | fileNewOpen |
| HWND | edit_hwnd |
| EditFileResult | ( | ) | [inline] |
: fileNotFound(false), fileAlreadyOpen(false), fileNewOpen(false), edit_hwnd(NULL) {}