28 #ifndef _FEATURE_CREATE_DLG_H_
29 #define _FEATURE_CREATE_DLG_H_
33 #include <wx/dialog.h>
34 #include <wx/choice.h>
45 #include "wx/valtext.h"
47 #include "wx/statline.h"
50 #include <wx/choice.h>
64 #define SYMBOL_CFEATURECREATEDIALOG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL
65 #define SYMBOL_CFEATURECREATEDIALOG_TITLE _("Feature Create Dialog")
66 #define SYMBOL_CFEATURECREATEDIALOG_IDNAME ID_CFEATURECREATEDIALOG
67 #define SYMBOL_CFEATURECREATEDIALOG_SIZE wxSize(300, 300)
68 #define SYMBOL_CFEATURECREATEDIALOG_POSITION wxDefaultPosition
98 void CreateControls();
106 wxString
GetLbl()
const {
return m_Label ; }
113 wxBitmap GetBitmapResource(
const wxString& name );
116 wxIcon GetIconResource(
const wxString& name );
120 static bool ShowToolTips();
128 ID_CFEATURECREATEDIALOG = 10015,
136 void SetConstraints(vector <objects::CSeqFeatData::ESubtype> & options,
137 objects::CSeqFeatData::ESubtype selected);
141 void OnFeatureTypeChanged(wxCommandEvent& event);
143 virtual bool TransferDataToWindow();
144 virtual bool TransferDataFromWindow();
155 void x_InitFeatTypes();
156 void x_UpdateQualifiers();
wxString GetComments() const
void SetLbl(wxString value)
vector< objects::CSeqFeatData::ESubtype > m_Options
objects::CSeqFeatData::ESubtype m_Selected
void SetComments(wxString value)
TConstScopedObjects * m_pOut
TConstScopedObjects * m_pIn
Include a standard set of the NCBI C++ Toolkit most basic headers.
std::ofstream out("events_result.xml")
main entry point for tests
#define SYMBOL_CFEATURECREATEDIALOG_IDNAME
#define SYMBOL_CFEATURECREATEDIALOG_SIZE
#define SYMBOL_CFEATURECREATEDIALOG_POSITION
#define SYMBOL_CFEATURECREATEDIALOG_TITLE
#define SYMBOL_CFEATURECREATEDIALOG_STYLE
vector< SConstScopedObject > TConstScopedObjects
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIWIDGETS_SEQ_EXPORT
const struct ncbi::grid::netcache::search::fields::SIZE size
std::istream & in(std::istream &in_, double &x_)