12#include <boost/shared_ptr.hpp>
22#include "wx/notebook.h"
23#include <wx/statbmp.h>
28#include "BT_MatML_Base_GUI.h"
29#include "BT_MatML_MatMLInfo_GUI.h"
31#include "BT_MatML_MatMLTreeItemData.h"
32#include "BT_MatML_TreeCtrlSorted.h"
46 wxStaticBitmap* m_logobitmap;
50 static wxNotebook*
Create(wxWindow* parent, wxStaticBitmap* logobitmap);
53 void Show(
bool show =
true) {
if (m_GUI !=
nullptr) m_GUI->Show(show); };
54 wxNotebook* get() {
return m_GUI; };
Definition: BT_MatML_Intro_GUI.h:43
Intro_GUI_Base()
Definition: BT_MatML_Intro_GUI.cpp:11
virtual ~Intro_GUI_Base()
Definition: BT_MatML_Intro_GUI.cpp:32
void Update()
Definition: BT_MatML_Intro_GUI.cpp:88
static wxNotebook * Create(wxWindow *parent, wxStaticBitmap *logobitmap)
Definition: BT_MatML_Intro_GUI.cpp:43
Definition: BT_MatML_Intro_GUI.h:67
virtual ~Intro_GUI()
Destructor for the derived class
Definition: BT_MatML_Intro_GUI.cpp:116
Intro_GUI()
Constructor for the derived class
Definition: BT_MatML_Intro_GUI.cpp:100
Definition: BT_MatML_Base_GUI.h:163
Contains the GUI and GUI associated classes. OnInit() calls the creation of the MaterialFrame GUI
Definition: BT_MatML_App.h:39