#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include "trafu_dialog.h"
#include "flowvis_frame.h"
#include <string>
#include <stdexcept>
Go to the source code of this file.
Functions | |
void | ShowError (wxWindow *parent, const wxString &source, const wxString *info) |
void @19::ShowError | ( | wxWindow * | parent, | |
const wxString & | source, | |||
const wxString * | info | |||
) | [static] |
Definition at line 16 of file trafu_dialog.cpp.
Referenced by TraFuDialog::OnLoadTF(), and TraFuDialog::OnSaveTF().