X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXABAccountView.h;h=56402aee10e4d457f7d1ba6c4c9e137d78e1beb3;hb=ef80b7d71f4772d3ab734da6b32a2c3508ce85e8;hp=fa440820cdd32900e1d7d2239e02a712b8cddc2f;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/widgets/XABAccountView.h b/source/widgets/XABAccountView.h index fa44082..56402ae 100644 --- a/source/widgets/XABAccountView.h +++ b/source/widgets/XABAccountView.h @@ -1,3 +1,21 @@ +// XABAccountView.h - XABAccountView widget header +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include #include #include @@ -17,15 +35,15 @@ protected: public: - virtual void Init(); - virtual bool Create(wxWindow* parent); - virtual wxWindow* GetControl(); + void Init(); + bool Create(wxWindow* parent); + wxWindow* GetControl(); // Process wxString into a list selection. - virtual void SetStringValue(const wxString& s); + void SetStringValue(const wxString& s); // Get list selection as a wxString. - virtual wxString GetStringValue() const; + wxString GetStringValue() const; wxTreeItemId FindItemByText(wxTreeItemId parent, const wxString& text); void OnMouseClick(wxMouseEvent& WXUNUSED(event)); void ExpColProc(wxTreeEvent& event);