diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-07 23:12:04 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-07 23:12:04 -0300 |
commit | ab30228b1a57053323363674fa7f137c0329a180 (patch) | |
tree | 50849a3680d61a2428665cc1035f1f4215870acb /Project/Workspace.wxcp | |
parent | 6c0e98a2727d07e1fbb38b78c27d68e98ad09465 (diff) | |
download | PSP.git-ab30228b1a57053323363674fa7f137c0329a180.tar.gz PSP.git-ab30228b1a57053323363674fa7f137c0329a180.tar.xz PSP.git-ab30228b1a57053323363674fa7f137c0329a180.zip |
Voltage heat map implemented
Voltage heat map implemented using modern OpenGL =)
New external library required:
-GLEW
-GLFW
-GLM (incorporeted at the source)
Old memory leaks fixed =)
Diffstat (limited to 'Project/Workspace.wxcp')
-rw-r--r-- | Project/Workspace.wxcp | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/Project/Workspace.wxcp b/Project/Workspace.wxcp index bebedf1..2a97339 100644 --- a/Project/Workspace.wxcp +++ b/Project/Workspace.wxcp @@ -1,7 +1,7 @@ { "metadata": { "m_generatedFilesDir": ".", - "m_objCounter": 6, + "m_objCounter": 8, "m_includeFiles": [], "m_bitmapFunction": "wxC52C4InitBitmapResources", "m_bitmapsFile": "WorkspaceBitmaps.cpp", @@ -348,6 +348,13 @@ "m_functionNameAndSignature": "OnMiddleDoubleClick(wxMouseEvent& event)", "m_description": "Process a wxEVT_MIDDLE_DCLICK event.", "m_noBody": false + }, { + "m_eventName": "wxEVT_SIZE", + "m_eventClass": "wxSizeEvent", + "m_eventHandler": "wxSizeEventHandler", + "m_functionNameAndSignature": "OnResize(wxSizeEvent& event)", + "m_description": "Process a wxEVT_SIZE event", + "m_noBody": false }], "m_children": [] }] @@ -385,6 +392,40 @@ "m_noBody": false }], "m_children": [] + }, { + "m_type": 4483, + "proportion": 0, + "border": 5, + "gbSpan": "1,1", + "gbPosition": "0,0", + "m_styles": [], + "m_sizerFlags": [], + "m_properties": [{ + "type": "string", + "m_label": "Name:", + "m_value": "m_timerHeatMap" + }, { + "type": "integer", + "m_label": "Interval", + "m_value": 500 + }, { + "type": "bool", + "m_label": "Start the timer", + "m_value": true + }, { + "type": "bool", + "m_label": "One Shot Timer", + "m_value": false + }], + "m_events": [{ + "m_eventName": "wxEVT_TIMER", + "m_eventClass": "wxTimerEvent", + "m_eventHandler": "wxTimerEventHandler", + "m_functionNameAndSignature": "OnHeatMapTime(wxTimerEvent& event)", + "m_description": "Process a timer event", + "m_noBody": false + }], + "m_children": [] }] }] }
\ No newline at end of file |