ProjectListBox Class Reference
#include <ProjectListBox.h>
List of all members.
Member Function Documentation
| void ProjectListBox::AppendProject |
( |
Project * |
project |
) |
|
|
| void ProjectListBox::ChangePrefix |
( |
int |
index, |
|
|
wxString |
newPrefix |
|
) |
|
|
| bool ProjectListBox::Create |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxTAB_TRAVERSAL, |
|
|
const wxString & |
name = wxT("panel") |
|
) |
|
|
| void ProjectListBox::Deselect |
( |
int |
index |
) |
|
|
| void ProjectListBox::Fill |
( |
Batch * |
batch |
) |
|
|
| int ProjectListBox::GetIndex |
( |
int |
id |
) |
|
|
| int ProjectListBox::GetProjectCountByPath |
( |
wxString |
path |
) |
|
|
| int ProjectListBox::GetProjectId |
( |
int |
index |
) |
|
|
| int ProjectListBox::GetSelectedIndex |
( |
|
) |
|
|
| wxString ProjectListBox::GetSelectedProject |
( |
|
) |
|
|
| wxString ProjectListBox::GetSelectedProjectPrefix |
( |
|
) |
|
|
|
|
gets the prefix of the currently selected project
|
| wxString ProjectListBox::GetText |
( |
int |
row, |
|
|
int |
column |
|
) |
|
|
| void ProjectListBox::ReloadProject |
( |
int |
index, |
|
|
Project * |
project |
|
) |
|
|
| void ProjectListBox::Select |
( |
int |
index |
) |
|
|
| void ProjectListBox::SetMissing |
( |
int |
index |
) |
|
|
| void ProjectListBox::SwapProject |
( |
int |
index |
) |
|
|
| bool ProjectListBox::UpdateStatus |
( |
int |
index, |
|
|
Project * |
project |
|
) |
|
|
The documentation for this class was generated from the following files: