67 wxWindowID
id,
const wxString& caption,
const wxPoint& pos,
const wxSize&
size,
long style )
68 : m_Workbench(workbench)
84 SetExtraStyle(wxWS_EX_BLOCK_EVENTS);
85 wxFrame::Create( parent,
id, caption, pos,
size, style );
86 wxVisualAttributes attr = wxPanel::GetClassDefaultAttributes();
87 if (attr.colBg != wxNullColour)
88 SetOwnBackgroundColour(attr.colBg);
92 GetSizer()->SetSizeHints(
this);
94 Centre(wxBOTH|wxCENTRE_ON_SCREEN);
160 wxBoxSizer* itemBoxSizer2 =
new wxBoxSizer(wxVERTICAL);
161 itemDialog1->SetSizer(itemBoxSizer2);
263 wxWindowID
id,
const wxString& caption,
const wxPoint& pos,
const wxSize&
size,
long style )
264 : m_Workbench(workbench)
267 Create(parent,
id, caption, pos,
size, style);
278 SetExtraStyle(wxWS_EX_BLOCK_EVENTS);
279 wxDialog::Create( parent,
id, caption, pos,
size, style );
280 wxVisualAttributes attr = wxPanel::GetClassDefaultAttributes();
281 if (attr.colBg != wxNullColour)
282 SetOwnBackgroundColour(attr.colBg);
286 GetSizer()->SetSizeHints(
this);
288 Centre(wxBOTH|wxCENTRE_ON_SCREEN);
321 wxBoxSizer* itemBoxSizer2 =
new wxBoxSizer(wxVERTICAL);
322 itemDialog1->SetSizer(itemBoxSizer2);
void SetText(const wxString &text)
void SetWorkDir(const wxString &workDir)
void SetRefresh(IRefreshCntrl *refresh)
void SetLineSpacing(int spacing)
void SetFindMode(int mode)
static bool ShowToolTips()
Should we show tooltips?
bool Create(wxWindow *parent, wxWindowID id=10357, const wxString &caption=_("Generic Report"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)
Creation.
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void OnCloseWindow(wxCloseEvent &event)
void SetRefresh(IRefreshCntrl *refresh)
void CreateControls()
Creates the controls and sizers.
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
CGenericReportDlgModal()
Constructors.
void SetText(const wxString &text)
~CGenericReportDlgModal()
Destructor.
CGenericPanel * m_GenericPanel
void Init()
Initialises member variables.
void SetText(const wxString &text)
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void SetRegistryPath(const string ®_path)
void SetRefresh(IRefreshCntrl *refresh)
static bool ShowToolTips()
Should we show tooltips?
void SetLineSpacing(int spacing)
CGenericReportDlg()
Constructors.
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
bool Create(wxWindow *parent, wxWindowID id=10357, const wxString &caption=_("Generic Report"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)
Creation.
void SetWorkDir(const wxString &workDir)
void CreateControls()
Creates the controls and sizers.
void OnCloseWindow(wxCloseEvent &event)
CGenericPanel * m_GenericPanel
void SaveSettings() const
void Init()
Initialises member variables.
~CGenericReportDlg()
Destructor.
CRegistryWriteView GetWriteView(const string §ion)
get a read-write view at a particular level.
static CGuiRegistry & GetInstance()
access the application-wide singleton
CRegistryReadView GetReadView(const string §ion) const
get a read-only view at a particular level.
class CRegistryReadView provides a nested hierarchical view at a particular key.
int GetInt(const string &key, int default_val=0) const
access a named key at this level, with no recursion
void Set(const string &key, int val)
access a named key at this level, with no recursion
IWorkbench is the central interface in the application framework.
static const char * kCaseSensitive
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
static void text(MDB_val *v)
const struct ncbi::grid::netcache::search::fields::SIZE size