class MAGES::Recorder::Editor::PacketExplorer¶
Overview¶
The packet explorer window. More…
class PacketExplorer: public EditorWindow { public: // classes class PacketHolder; // methods static void OpenWindow(); void CreateGUI(); };
Detailed Documentation¶
The packet explorer window.
Methods¶
static void OpenWindow()
Open the packet explorer window.
void CreateGUI()
Create the GUI.