! Callback after a file (raw or database) is opened \param context Context which opened the file \param file Context with the file and ui views \param frame ViewFrame constructed to display the file */
| 135 | \param frame ViewFrame constructed to display the file |
| 136 | */ |
| 137 | virtual void OnAfterOpenFile(UIContext* context, FileContext* file, ViewFrame* frame) |
| 138 | { |
| 139 | (void)context; |
| 140 | (void)file; |
| 141 | (void)frame; |
| 142 | } |
| 143 | /*! |
| 144 | Callback before a file is saved (either as a database or raw) |
| 145 | \param context Context which is saving the file |
no outgoing calls
no test coverage detected