#include "bbtkWxGUIScriptingInterface.h"
#include <wx/cmdline.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | wxBBIApp |
Functions | |
IMPLEMENT_APP (wxBBIApp) | |
Variables | |
static const wxCmdLineEntryDesc | cmdLineDesc [] |
IMPLEMENT_APP | ( | wxBBIApp | ) |
const wxCmdLineEntryDesc cmdLineDesc[] [static] |
Initial value:
{ { wxCMD_LINE_PARAM, NULL, NULL, _T("file1 [file2 [...]]"), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_SWITCH, _T("h"), _T("help"), _T("Prints this help") }, { wxCMD_LINE_SWITCH, _T("d"), _T("debug"), _T("Message all 9") }, { wxCMD_LINE_NONE } }
Definition at line 12 of file bbStudio.cxx.