wxWindowID
id,
constwxPoint& pos,
constwxSize&
size,
longstyle ) :
106SetExtraStyle(wxWS_EX_BLOCK_EVENTS);
107wxPanel::Create( parent,
id, pos,
size, style );
112GetSizer()->SetSizeHints(
this);
151wxBoxSizer* itemBoxSizer2 =
newwxBoxSizer(wxVERTICAL);
152itemPanel1->SetSizer(itemBoxSizer2);
154wxFlexGridSizer* itemFlexGridSizer3 =
newwxFlexGridSizer(0, 2, 0, 0);
155itemBoxSizer2->Add(itemFlexGridSizer3, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
157wxStaticText* itemStaticText4 =
newwxStaticText( itemPanel1, wxID_STATIC,
_(
"Proceedings Title"), wxDefaultPosition, wxDefaultSize, 0 );
158itemFlexGridSizer3->Add(itemStaticText4, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
160wxTextCtrl* itemTextCtrl5 =
newwxTextCtrl( itemPanel1,
ID_PROCEEDINGS_TITLE, wxEmptyString, wxDefaultPosition, wxSize(400, -1), wxTE_MULTILINE );
161itemFlexGridSizer3->Add(itemTextCtrl5, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxALL, 5);
163wxStaticText* itemStaticText6 =
newwxStaticText( itemPanel1, wxID_STATIC,
_(
"Publication Year"), wxDefaultPosition, wxDefaultSize, 0 );
164itemFlexGridSizer3->Add(itemStaticText6, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
166wxTextCtrl* itemTextCtrl7 =
newwxTextCtrl( itemPanel1,
ID_PROCEEDINGS_PUB_YEAR, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
167itemFlexGridSizer3->Add(itemTextCtrl7, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
169wxStaticText* itemStaticText8 =
newwxStaticText( itemPanel1, wxID_STATIC,
_(
"Copyright Year"), wxDefaultPosition, wxDefaultSize, 0 );
170itemFlexGridSizer3->Add(itemStaticText8, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
172wxTextCtrl* itemTextCtrl9 =
newwxTextCtrl( itemPanel1,
ID_PROCEEDINGS_COPY_YEAR, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
173itemFlexGridSizer3->Add(itemTextCtrl9, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
198 if(!wxPanel::TransferDataToWindow())
217 if(!wxPanel::TransferDataFromWindow())
222 m_Book->SetImp().ResetDate();
227 m_Book->SetImp().ResetCprt();
User-defined methods of the data storage class.
wxIcon GetIconResource(const wxString &name)
Retrieves icon resources.
void CreateControls()
Creates the controls and sizers.
CProceedingsPanel()
Constructors.
bool Create(wxWindow *parent, wxWindowID id=10072, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxTAB_TRAVERSAL)
Creation.
CRef< objects::CCit_book > m_Book
virtual bool TransferDataToWindow()
~CProceedingsPanel()
Destructor.
wxBitmap GetBitmapResource(const wxString &name)
Retrieves bitmap resources.
void Init()
Initialises member variables.
virtual bool TransferDataFromWindow()
static bool ShowToolTips()
Should we show tooltips?
Base class for all serializable objects.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const TCprt & GetCprt(void) const
Get the Cprt member data.
bool IsSetDate(void) const
date of publication Check if a value has been assigned to Date data member.
const TDate & GetDate(void) const
Get the Date member data.
bool IsSetCprt(void) const
copyright date, " " " Check if a value has been assigned to Cprt data member.
@ e_Name
Title, Anal,Coll,Mono AJB.
bool IsSetYear(void) const
full year (including 1900) Check if a value has been assigned to Year data member.
bool IsStd(void) const
Check if variant Std is selected.
TYear GetYear(void) const
Get the Year member data.
const TStd & GetStd(void) const
Get the variant data.
const struct ncbi::grid::netcache::search::fields::SIZE size
#define ID_PROCEEDINGS_COPY_YEAR
#define ID_PROCEEDINGS_PUB_YEAR
#define ID_PROCEEDINGS_TITLE
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4