Nuke #pragma implementation/interface's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-09-23 12:56:45 +00:00
parent 919de94c4f
commit 8907154c1a
2125 changed files with 13 additions and 8782 deletions

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_BASIC_H_
#define _OGL_BASIC_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "basic.h"
#endif
#ifndef wxUSE_DEPRECATED
#define wxUSE_DEPRECATED 0
#endif

View File

@@ -12,11 +12,6 @@
#ifndef _OGL_BASICP_H_
#define _OGL_BASICP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "basicp.h"
#endif
#define CONTROL_POINT_SIZE 6
class WXDLLIMPEXP_OGL wxShapeTextLine: public wxObject

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_BITMAP_H_
#define _OGL_BITMAP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "bmpshape.h"
#endif
class WXDLLIMPEXP_OGL wxBitmapShape: public wxRectangleShape
{

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_CANVAS_H_
#define _OGL_CANVAS_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "canvas.h"
#endif
// Drag states
#define NoDragging 0

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_COMPOSIT_H_
#define _OGL_COMPOSIT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "composit.h"
#endif
class WXDLLIMPEXP_OGL wxDivisionShape;
class WXDLLIMPEXP_OGL wxOGLConstraint;

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_CONSTRNT_H_
#define _OGL_CONSTRNT_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "constrnt.h"
#endif
/*
* OGL Constraints

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_DIVIDED_H_
#define _OGL_DIVIDED_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "divided.h"
#endif
/*
* Definition of a region

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_DRAWN_H_
#define _OGL_DRAWN_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "drawn.h"
#endif
#define oglMETAFLAGS_OUTLINE 1
#define oglMETAFLAGS_ATTACHMENTS 2

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_DRAWNP_H_
#define _OGL_DRAWNP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "drawnp.h"
#endif
/*
* Drawing operations

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_LINES_H_
#define _OGL_LINES_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "lines.h"
#endif
class WXDLLIMPEXP_OGL wxLabelShape;
class WXDLLIMPEXP_OGL wxPseudoMetaFile;

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_LINESP_H_
#define _OGL_LINESP_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "linesp.h"
#endif
class WXDLLIMPEXP_OGL wxLineShape;
class WXDLLIMPEXP_OGL wxLineControlPoint: public wxControlPoint

View File

@@ -13,10 +13,6 @@
#ifndef _MFUTILS_H_
#define _MFUTILS_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "mfutils.h"
#endif
#include <wx/metafile.h>

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_MISC_H_
#define _OGL_MISC_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "misc.h"
#endif
// List to use when copying objects; may need to associate elements of new objects
// with elements of old objects, e.g. when copying constraint.s

View File

@@ -12,10 +12,6 @@
#ifndef _OGL_OGLDIAG_H_
#define _OGL_OGLDIAG_H_
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "ogldiag.h"
#endif
#include "wx/ogl/basic.h"
#if wxUSE_PROLOGIO