SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
sc_WelcomeTab.hpp
1
// ==========================================================================
2
// Dedmonwakeen's Raid DPS/TPS Simulator.
3
// Send questions to
[email protected]
4
// ==========================================================================
5
#pragma once
6
7
#include "WebEngineConfig.hpp"
8
9
class
SC_MainWindow
;
10
12
class
SC_WelcomeTabWidget_WebEngine
:
public
SC_WebEngineView
13
{
14
Q_OBJECT
15
public
:
16
SC_WelcomeTabWidget_WebEngine
(
SC_MainWindow
* parent );
17
public
slots:
18
void
welcomeLoadSlot();
19
private
slots:
20
void
urlChangedSlot(
const
QUrl& url );
21
22
private
:
23
QString welcome_uri;
24
QTimer* welcome_timer;
25
};
26
27
28
using
SC_WelcomeTabWidget
=
SC_WelcomeTabWidget_WebEngine
;
SC_MainWindow
Definition:
MainWindow.hpp:30
SC_WelcomeTabWidget_WebEngine
Webengine Webview for Welcome.html welcome page.
Definition:
sc_WelcomeTab.hpp:12
qt
sc_WelcomeTab.hpp
Generated on Sun Sep 25 2022 01:56:28 for SimulationCraft by
1.8.13