Version: 0.6.0
gxlocaldbfactoryui.h
1 /******************************************************************************
2  * Project: wxGIS (GIS Catalog)
3  * Purpose: wxGxLocalDBFactoryUI class. Create new local databases GxObjectsUI
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/gxlocaldbfactory.h"
26 
34 class WXDLLIMPEXP_GIS_CLU wxGxLocalDBFactoryUI :
35  public wxGxLocalDBFactory
36 {
37  DECLARE_DYNAMIC_CLASS(wxGxLocalDBFactoryUI)
38 public:
40  virtual ~wxGxLocalDBFactoryUI(void);
41  //wxGxObjectFactory
42  virtual wxGxObject* GetGxObject(wxGxObject* pParent, const wxString &soName, const CPLString &szPath, wxGISEnumContainerType eType, bool bCheckNames);
43 protected:
44  wxIcon m_oLargeFolderIcon, m_oSmallFolderIcon;
45 };
Definition: gxlocaldbfactoryui.h:34
Definition: gxlocaldbfactory.h:32
Definition: gxobject.h:37