mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 08:58:43 +03:00
linux
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
#include "../wxExtensions.hpp"
|
||||
#include "StateHandler.hpp"
|
||||
#include "PopupWindow.hpp"
|
||||
//B35
|
||||
#if defined __linux__
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include "wx/dcbuffer.h"
|
||||
#include "wx/display.h"
|
||||
#endif
|
||||
|
||||
#define DD_NO_CHECK_ICON 0x0001
|
||||
#define DD_NO_TEXT 0x0002
|
||||
|
||||
@@ -6,6 +6,11 @@
|
||||
#define LB_HYPERLINK 0x0020
|
||||
#define LB_PROPAGATE_MOUSE_EVENT 0x0040
|
||||
|
||||
//B35
|
||||
#if defined __linux__
|
||||
#include <wx/settings.h>
|
||||
#include "wx/dcclient.h"
|
||||
#endif
|
||||
|
||||
class Label : public wxStaticText
|
||||
{
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
|
||||
#include "../wxExtensions.hpp"
|
||||
|
||||
|
||||
//B35
|
||||
#if defined __linux__
|
||||
#include <wx/panel.h>
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
class RoundedRectangle : public wxWindow
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -5,6 +5,13 @@
|
||||
|
||||
#include "StateColor.hpp"
|
||||
|
||||
//B35
|
||||
#if defined __linux__
|
||||
#include<memory>
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
|
||||
wxDECLARE_EVENT(EVT_ENABLE_CHANGED, wxCommandEvent);
|
||||
|
||||
class StateHandler : public wxEvtHandler
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
#elif defined __linux__
|
||||
#include <gtk/gtk.h>
|
||||
#define WEBKIT_API
|
||||
//B35
|
||||
#if defined __linux__
|
||||
#include <boost/log/trivial.hpp>
|
||||
#endif
|
||||
|
||||
struct WebKitWebView;
|
||||
struct WebKitJavascriptResult;
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user