代码拉取完成,页面将自动刷新
//
// kPosSplashScreen.hpp
// kpos
//
// Created by ZOU YUNLONG on 2019/10/28.
// Copyright © 2019 LongZou. All rights reserved.
//
#ifndef kWookaSplashScreen_hpp
#define kWookaSplashScreen_hpp
#include <stdio.h>
#include "wx/minifram.h"
#include "wx/stack.h"
#include "wx/clipbrd.h"
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include "wx/statline.h"
#include "wx/wfstream.h"
#include "wx/filedlg.h"
#include "wx/stockitem.h"
#include "wx/dcbuffer.h"
#include "wx/tipwin.h"
#include "wx/metafile.h"
#include "wx/treectrl.h"
#include "wx/aui/aui.h"
#include "wx/choice.h"
#include "kWooka_ids.h"
#include <map>
class kWookaInitialModuleTask : public wxThread {
private:
bool running;
wxEvtHandler* m_handler;
public:
kWookaInitialModuleTask(wxEvtHandler* hh = NULL);
~kWookaInitialModuleTask();
virtual wxThread::ExitCode Entry();
};
class kWookaSplashScreenFrame : public wxFrame
{
public:
// ctor and dtor
kWookaSplashScreenFrame();
virtual ~kWookaSplashScreenFrame();
// member functions
void UpdateUI();
public:
enum {
ID_TIMER = 1001,
ID_COMMAND_INIT_OK,
ID_MENU_EXIT
};
private:
wxBitmap m_bmp;
bool m_hasShape;
void OnPaint(wxPaintEvent& event);
void OnInitializedCompleted(wxCommandEvent& event);
void SetWindowShape();
#ifdef __WXGTK__
void OnWindowCreate(wxWindowCreateEvent& event);
#endif
DECLARE_EVENT_TABLE()
};
#endif /* kPosSplashScreen_hpp */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。