| Code::Blocks
    SVN r11506
    | 
#include <cbtool.h>
| Public Types | |
| enum | eLaunchOption { LAUNCH_NEW_CONSOLE_WINDOW, LAUNCH_HIDDEN, LAUNCH_VISIBLE, LAUNCH_VISIBLE_DETACHED } | 
| Public Member Functions | |
| cbTool () | |
| wxString | GetName () const | 
| wxString | GetCommand () const | 
| wxString | GetParams () const | 
| wxString | GetWorkingDir () const | 
| eLaunchOption | GetLaunchOption () const | 
| int | GetMenuId () const | 
| void | SetName (const wxString &Name) | 
| void | SetCommand (const wxString &Command) | 
| void | SetParams (const wxString &Params) | 
| void | SetWorkingDir (const wxString &WorkingDir) | 
| void | SetLaunchOption (eLaunchOption LaunchOption) | 
| void | SetMenuId (int MenuId) | 
| Private Attributes | |
| wxString | m_Name | 
| wxString | m_Command | 
| wxString | m_Params | 
| wxString | m_WorkingDir | 
| eLaunchOption | m_LaunchOption | 
| int | m_MenuId | 
| 
 | inline | 
Definition at line 24 of file cbtool.h.
References LAUNCH_NEW_CONSOLE_WINDOW, m_LaunchOption, and m_MenuId.
| 
 | inline | 
Definition at line 27 of file cbtool.h.
References m_Command.
Referenced by ToolsManager::Execute(), ToolsManager::LoadTools(), and ToolsManager::SaveTools().
| 
 | inline | 
Definition at line 30 of file cbtool.h.
References m_LaunchOption.
Referenced by ToolsManager::Execute(), and ToolsManager::SaveTools().
| 
 | inline | 
Definition at line 31 of file cbtool.h.
References m_MenuId.
Referenced by ToolsManager::BuildToolsMenu(), and ToolsManager::GetToolByMenuId().
| 
 | inline | 
Definition at line 26 of file cbtool.h.
References m_Name.
Referenced by ToolsManager::BuildToolsMenu(), ToolsManager::Execute(), ToolsManager::LoadTools(), ToolsManager::OnToolClick(), and ToolsManager::SaveTools().
| 
 | inline | 
Definition at line 28 of file cbtool.h.
References m_Params.
Referenced by ToolsManager::Execute(), and ToolsManager::SaveTools().
| 
 | inline | 
Definition at line 29 of file cbtool.h.
References m_WorkingDir.
Referenced by ToolsManager::Execute(), and ToolsManager::SaveTools().
| 
 | inline | 
Definition at line 34 of file cbtool.h.
References m_Command.
Referenced by EditToolDlg::EndModal(), ToolsManager::LoadTools(), and ConfigureToolsDlg::OnAddSeparator().
| 
 | inline | 
Definition at line 37 of file cbtool.h.
References m_LaunchOption.
Referenced by EditToolDlg::EndModal(), and ToolsManager::LoadTools().
| 
 | inline | 
Definition at line 38 of file cbtool.h.
References m_MenuId.
Referenced by ToolsManager::BuildToolsMenu().
| 
 | inline | 
Definition at line 33 of file cbtool.h.
References m_Name.
Referenced by EditToolDlg::EndModal(), ToolsManager::LoadTools(), and ConfigureToolsDlg::OnAddSeparator().
| 
 | inline | 
Definition at line 35 of file cbtool.h.
References m_Params.
Referenced by EditToolDlg::EndModal(), and ToolsManager::LoadTools().
| 
 | inline | 
Definition at line 36 of file cbtool.h.
References m_WorkingDir.
Referenced by EditToolDlg::EndModal(), and ToolsManager::LoadTools().
| 
 | private | 
Definition at line 41 of file cbtool.h.
Referenced by GetCommand(), and SetCommand().
| 
 | private | 
Definition at line 44 of file cbtool.h.
Referenced by cbTool(), GetLaunchOption(), and SetLaunchOption().
| 
 | private | 
Definition at line 45 of file cbtool.h.
Referenced by cbTool(), GetMenuId(), and SetMenuId().
| 
 | private | 
| 
 | private | 
Definition at line 42 of file cbtool.h.
Referenced by GetParams(), and SetParams().
| 
 | private | 
Definition at line 43 of file cbtool.h.
Referenced by GetWorkingDir(), and SetWorkingDir().
 1.8.13
 1.8.13