MySQL Workbench
6.1
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
native.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
3
*
4
* This program is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU General Public License as
6
* published by the Free Software Foundation; version 2 of the
7
* License.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17
* 02110-1301 USA
18
*/
19
20
#ifndef _MFORMS_NATIVE_H_
21
#define _MFORMS_NATIVE_H_
22
23
#include "
mforms/view.h
"
24
25
namespace
mforms {
26
class
MFORMS_EXPORT
NativeContainer
:
public
View
27
{
28
public
:
29
NativeContainer
();
30
};
31
};
32
33
#endif
mforms::NativeContainer
Definition:
native.h:26
MFORMS_EXPORT
#define MFORMS_EXPORT
Definition:
base.h:33
view.h
mforms::View
Definition:
view.h:201
MySQL Workbench 6.1 documentation