Version: 0.6.0
gxssfactoryui.h
1 /******************************************************************************
2  * Project: wxGIS (GIS Catalog)
3  * Purpose: wxGxSpreadsheetFactoryUI class.
4  * Author: Dmitry Baryshnikov (aka Bishop), polimax@mail.ru
5  ******************************************************************************
6 * Copyright (C) 2014 Dmitry Baryshnikov
7 * Copyright (C) 2014 NextGIS
8 *
9 * This program is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21  ****************************************************************************/
22 #pragma once
23 
24 #include "wxgis/catalogui/catalogui.h"
25 #include "wxgis/catalog/gxssfactory.h"
26 
36 {
37  DECLARE_DYNAMIC_CLASS(wxGxSpreadsheetFactoryUI)
38 public:
40  virtual ~wxGxSpreadsheetFactoryUI(void);
41  //wxGxSpreadsheetFactoryUI
42  virtual wxGxObject* GetGxObject(wxGxObject* pParent, const wxString &soName, const CPLString &szPath, wxGISEnumTableType type, bool bCheckNames);
43 protected:
44  wxIcon m_LargeSSIcon, m_SmallSSIcon;
45 };
46 
Definition: gxssfactory.h:34
Definition: gxssfactoryui.h:34
Definition: gxobject.h:37