summaryrefslogtreecommitdiffstats
path: root/Project/DataReport.wxcp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-05 21:42:37 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-05 21:42:37 -0300
commit71379e56edd24c2b4d9ea341710c2a7cda6d3afb (patch)
tree35c5bdeea224b0abfa70e8127eaef4047b856c78 /Project/DataReport.wxcp
parent54b3719953815bd6a2648bb6dac662f513d80fca (diff)
downloadPSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.tar.gz
PSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.tar.xz
PSP.git-71379e56edd24c2b4d9ea341710c2a7cda6d3afb.zip
Create loads not present in graphical data
Create load not present in graphical data, but present in electric data. Data report copy implemented (Ctrl + C). Data report select all implemented (Ctrl + A). Some bugfixes
Diffstat (limited to 'Project/DataReport.wxcp')
-rw-r--r--Project/DataReport.wxcp49
1 files changed, 49 insertions, 0 deletions
diff --git a/Project/DataReport.wxcp b/Project/DataReport.wxcp
index 3dc0a87..65bd23e 100644
--- a/Project/DataReport.wxcp
+++ b/Project/DataReport.wxcp
@@ -645,6 +645,13 @@
"m_functionNameAndSignature": "OnPowerFlowGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridPFKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -870,6 +877,13 @@
"m_functionNameAndSignature": "OnPFBusGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridPFBusesKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -1095,6 +1109,13 @@
"m_functionNameAndSignature": "OnPFBranchesGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridPFBranchesKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -1498,6 +1519,13 @@
"m_functionNameAndSignature": "OnFaulrGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridFaultKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -1723,6 +1751,13 @@
"m_functionNameAndSignature": "OnFaultBusesGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridFaultBusesKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -1948,6 +1983,13 @@
"m_functionNameAndSignature": "OnFaultBranchesGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridFaultBranchesKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]
@@ -2173,6 +2215,13 @@
"m_functionNameAndSignature": "OnFaultGeneratorsGridChanged(wxGridEvent& event)",
"m_description": "The user changed the data in a cell. The old cell value as string is available from GetString() event object method. Notice that vetoing this event still works for backwards compatibility reasons but any new code should only veto EVT_GRID_CELL_CHANGING event and not this one. Processes a wxEVT_GRID_CELL_CHANGED event type.",
"m_noBody": false
+ }, {
+ "m_eventName": "wxEVT_KEY_DOWN",
+ "m_eventClass": "wxKeyEvent",
+ "m_eventHandler": "wxKeyEventHandler",
+ "m_functionNameAndSignature": "OnGridFaultGeneratorsKeyDown(wxKeyEvent& event)",
+ "m_description": "Process a wxEVT_KEY_DOWN event (any key has been pressed)",
+ "m_noBody": false
}],
"m_children": []
}]