![]() |
Ember
|
#include "Panels/BottomPanel.h"#include "App/MainFrame.h"#include "Components/TabFactory.h"#include "Tabs/FileExplorerTab.h"#include "Utils/AppPreferences.h"#include <ctime>#include <fstream>#include <wx/sizer.h>Go to the source code of this file.
Functions | |
| wxBEGIN_EVENT_TABLE (BottomPanel, SidePanel) EVT_MENU(ID_ADD_LOG_TAB | |
| BottomPanel::OnAddLogTab | EVT_MENU (ID_ADD_FILE_EXPLORER_TAB, BottomPanel::OnAddFileExplorerTab) wxEND_EVENT_TABLE() BottomPanel |
| BottomPanel::OnAddLogTab EVT_MENU | ( | ID_ADD_FILE_EXPLORER_TAB | , |
| BottomPanel::OnAddFileExplorerTab | ) |
Definition at line 12 of file BottomPanel.cpp.
| wxBEGIN_EVENT_TABLE | ( | BottomPanel | , |
| SidePanel | ) |