Sharing more of trace viewer code.

This commit is contained in:
Ben Vanik
2015-12-13 11:22:47 -08:00
parent 5db84105c4
commit 95b0ecf774
6 changed files with 72 additions and 70 deletions

View File

@@ -37,9 +37,7 @@ class TraceViewer {
public:
virtual ~TraceViewer();
bool Setup();
bool Load(std::wstring trace_file_path);
void Run();
int Main(const std::vector<std::wstring>& args);
protected:
TraceViewer();
@@ -73,6 +71,10 @@ class TraceViewer {
kHostDisasm,
};
bool Setup();
bool Load(std::wstring trace_file_path);
void Run();
void DrawUI();
void DrawControllerUI();
void DrawPacketDisassemblerUI();