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:
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_BMPBUTTN_H_
|
||||
#define _WX_UNIV_BMPBUTTN_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univbmpbuttn.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxBitmapButton : public wxBitmapButtonBase
|
||||
{
|
||||
public:
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_BUTTON_H_
|
||||
#define _WX_UNIV_BUTTON_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univbutton.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxInputHandler;
|
||||
|
||||
#include "wx/bitmap.h"
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_CHECKBOX_H_
|
||||
#define _WX_UNIV_CHECKBOX_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univcheckbox.h"
|
||||
#endif
|
||||
|
||||
#include "wx/button.h" // for wxStdButtonInputHandler
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_CHECKLST_H_
|
||||
#define _WX_UNIV_CHECKLST_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univchecklst.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// actions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_CHOICE_H_
|
||||
#define _WX_UNIV_CHOICE_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univchoice.h"
|
||||
#endif
|
||||
|
||||
#include "wx/combobox.h"
|
||||
|
||||
// VS: This is only a *temporary* implementation, real wxChoice should not
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_COLSCHEM_H_
|
||||
#define _WX_UNIV_COLSCHEM_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "colschem.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxWindow;
|
||||
|
||||
#include "wx/colour.h"
|
||||
|
@@ -36,10 +36,6 @@
|
||||
#ifndef _WX_UNIV_COMBOBOX_H_
|
||||
#define _WX_UNIV_COMBOBOX_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univcombobox.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxComboControl;
|
||||
class WXDLLEXPORT wxListBox;
|
||||
class WXDLLEXPORT wxPopupComboWindow;
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_CONTROL_H_
|
||||
#define _WX_UNIV_CONTROL_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "control.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxControlRenderer;
|
||||
class WXDLLEXPORT wxInputHandler;
|
||||
class WXDLLEXPORT wxRenderer;
|
||||
|
@@ -11,10 +11,6 @@
|
||||
#ifndef _WX_UNIV_DIALOG_H_
|
||||
#define _WX_UNIV_DIALOG_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univdialog.h"
|
||||
#endif
|
||||
|
||||
extern WXDLLEXPORT_DATA(const wxChar*) wxDialogNameStr;
|
||||
class WXDLLEXPORT wxWindowDisabler;
|
||||
class WXDLLEXPORT wxEventLoop;
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_FRAME_H_
|
||||
#define _WX_UNIV_FRAME_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univframe.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxFrame
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -9,10 +9,6 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "gaugeuniv.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxGauge: a progress bar
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_INPCONS_H_
|
||||
#define _WX_UNIV_INPCONS_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "inpcons.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxInputHandler;
|
||||
class WXDLLEXPORT wxWindow;
|
||||
|
||||
|
@@ -13,10 +13,6 @@
|
||||
#ifndef _WX_UNIV_INPHAND_H_
|
||||
#define _WX_UNIV_INPHAND_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "inphand.h"
|
||||
#endif
|
||||
|
||||
#include "wx/univ/inpcons.h" // for wxControlAction(s)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_LISTBOX_H_
|
||||
#define _WX_UNIV_LISTBOX_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univlistbox.h"
|
||||
#endif
|
||||
|
||||
#include "wx/scrolwin.h" // for wxScrollHelper
|
||||
#include "wx/dynarray.h"
|
||||
#include "wx/arrstr.h"
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_MENU_H_
|
||||
#define _WX_UNIV_MENU_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univmenu.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_ACCEL
|
||||
#include "wx/accel.h"
|
||||
#endif // wxUSE_ACCEL
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_MENUITEM_H_
|
||||
#define _WX_UNIV_MENUITEM_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univmenuitem.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxMenuItem implements wxMenuItemBase
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_NOTEBOOK_H_
|
||||
#define _WX_UNIV_NOTEBOOK_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univnotebook.h"
|
||||
#endif
|
||||
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
class WXDLLEXPORT wxSpinButton;
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_RADIOBOX_H_
|
||||
#define _WX_UNIV_RADIOBOX_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univradiobox.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxRadioButton;
|
||||
|
||||
#include "wx/statbox.h"
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_RADIOBUT_H_
|
||||
#define _WX_UNIV_RADIOBUT_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univradiobut.h"
|
||||
#endif
|
||||
|
||||
#include "wx/checkbox.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -25,10 +25,6 @@
|
||||
implementation of the latter or reimplement itself).
|
||||
*/
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "renderer.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WX_UNIV_RENDERER_H_
|
||||
#define _WX_UNIV_RENDERER_H_
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_SCRARROW_H_
|
||||
#define _WX_UNIV_SCRARROW_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univscrarrow.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxScrollArrows is not a control but just a class containing the common
|
||||
// functionality of scroll arrows, whether part of scrollbars, spin ctrls or
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_SCROLBAR_H_
|
||||
#define _WX_UNIV_SCROLBAR_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univscrolbar.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxScrollTimer;
|
||||
|
||||
#include "wx/univ/scrarrow.h"
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_SCRTHUMB_H_
|
||||
#define _WX_UNIV_SCRTHUMB_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univscrthumb.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxScrollThumb is not a control but just a class containing the common
|
||||
// functionality of scroll thumb such as used by scrollbars, sliders and maybe
|
||||
|
@@ -9,10 +9,6 @@
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univslider.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WX_UNIV_SLIDER_H_
|
||||
#define _WX_UNIV_SLIDER_H_
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_SPINBUTT_H_
|
||||
#define _WX_UNIV_SPINBUTT_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univspinbutt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/univ/scrarrow.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_STATBMP_H_
|
||||
#define _WX_UNIV_STATBMP_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univstatbmp.h"
|
||||
#endif
|
||||
|
||||
#include "wx/bitmap.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_STATBOX_H_
|
||||
#define _WX_UNIV_STATBOX_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univstatbox.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
|
||||
{
|
||||
public:
|
||||
|
@@ -8,10 +8,6 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univstatline.h"
|
||||
#endif
|
||||
|
||||
#ifndef _WX_UNIV_STATLINE_H_
|
||||
#define _WX_UNIV_STATLINE_H_
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_STATTEXT_H_
|
||||
#define _WX_UNIV_STATTEXT_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univstattext.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxStaticText : public wxStaticTextBase
|
||||
{
|
||||
public:
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_STATUSBR_H_
|
||||
#define _WX_UNIV_STATUSBR_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univstatusbr.h"
|
||||
#endif
|
||||
|
||||
#include "wx/univ/inpcons.h"
|
||||
#include "wx/arrstr.h"
|
||||
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_TEXTCTRL_H_
|
||||
#define _WX_UNIV_TEXTCTRL_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univtextctrl.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxCaret;
|
||||
class WXDLLEXPORT wxTextCtrlCommandProcessor;
|
||||
|
||||
|
@@ -14,10 +14,6 @@
|
||||
#ifndef _WX_UNIV_THEME_H_
|
||||
#define _WX_UNIV_THEME_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "theme.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTheme
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -12,10 +12,6 @@
|
||||
#ifndef _WX_UNIV_TOOLBAR_H_
|
||||
#define _WX_UNIV_TOOLBAR_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univtoolbar.h"
|
||||
#endif
|
||||
|
||||
#include "wx/button.h" // for wxStdButtonInputHandler
|
||||
|
||||
class WXDLLEXPORT wxToolBarTool;
|
||||
|
@@ -11,10 +11,6 @@
|
||||
#ifndef __WX_UNIV_TOPLEVEL_H__
|
||||
#define __WX_UNIV_TOPLEVEL_H__
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univtoplevel.h"
|
||||
#endif
|
||||
|
||||
#include "wx/univ/inpcons.h"
|
||||
#include "wx/univ/inphand.h"
|
||||
#include "wx/icon.h"
|
||||
|
@@ -14,10 +14,6 @@
|
||||
#ifndef _WX_UNIV_WINDOW_H_
|
||||
#define _WX_UNIV_WINDOW_H_
|
||||
|
||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||
#pragma interface "univwindow.h"
|
||||
#endif
|
||||
|
||||
#include "wx/bitmap.h" // for m_bitmapBg
|
||||
|
||||
class WXDLLEXPORT wxControlRenderer;
|
||||
|
Reference in New Issue
Block a user