1 #ifndef GUI_CORE___PROJECT_EDIT_DLG__HPP
2 #define GUI_CORE___PROJECT_EDIT_DLG__HPP
40 #include "wx/valgen.h"
45 #define SYMBOL_CPROJECTEDITDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL
46 #define SYMBOL_CPROJECTEDITDLG_TITLE _("Dialog")
47 #define SYMBOL_CPROJECTEDITDLG_IDNAME ID_CPROJECTEDITDLG
48 #define SYMBOL_CPROJECTEDITDLG_SIZE wxDefaultSize
49 #define SYMBOL_CPROJECTEDITDLG_POSITION wxDefaultPosition
void SetFilename(wxString value)
void SetModified(wxString value)
wxString GetFilename() const
wxString GetProjectName() const
wxBitmap GetBitmapResource(const wxString &name)
static bool ShowToolTips()
void OnOkClick(wxCommandEvent &event)
wxIcon GetIconResource(const wxString &name)
void SetDescr(wxString value)
wxString GetCreated() const
wxString GetDescr() const
wxString GetModified() const
void SetCreated(wxString value)
void SetProjectName(wxString value)
bool Create(wxWindow *parent, wxWindowID id=ID_CPROJECTEDITDLG, const wxString &caption=_("Dialog"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const struct ncbi::grid::netcache::search::fields::SIZE size
#define SYMBOL_CPROJECTEDITDLG_IDNAME
#define SYMBOL_CPROJECTEDITDLG_SIZE
#define SYMBOL_CPROJECTEDITDLG_POSITION
#define SYMBOL_CPROJECTEDITDLG_STYLE
#define SYMBOL_CPROJECTEDITDLG_TITLE