client/gui_titles.cpp File Reference

(r/r)

#include "config.h"
#include "gui_titles.h"

Include dependency graph for gui_titles.cpp:


Variables

char g_szTabItems [MAX_TABS][256]
char g_szColumnTitles [MAX_LIST_ID][MAX_COLS][256]
int g_nColSortTypes [MAX_LIST_ID][MAX_COLS]
char g_szUsageItems [MAX_USAGE_STR][256]
char g_szMiscItems [MAX_MISC_STR][256]
const char * BOINC_RCSID_7f109697b8 = "$Id: gui_titles.C 13804 2007-10-09 11:35:47Z fthomas $"

Variable Documentation

const char* BOINC_RCSID_7f109697b8 = "$Id: gui_titles.C 13804 2007-10-09 11:35:47Z fthomas $"

int g_nColSortTypes[MAX_LIST_ID][MAX_COLS]

Initial value:

 {
    {0,0,1,1,1,0,0},
    {0,0,0,0,0,0,0},
    {0,0,0,1,0,0,0},
    {0,0,0,0,0,0,0}
}

char g_szColumnTitles[MAX_LIST_ID][MAX_COLS][256]

Initial value:

 {
    {"Project", "Account",      "Total Credit", "Avg. Credit",  "Resource Share",   "",                 ""},
    {"Project", "Application",  "Name",         "CPU time",     "Progress",         "To Completion",    "Report Deadline", "Status"},
    {"Project", "File",         "Progress",     "Size",         "Time",             "Speed",            "Status"},
    {"Project", "Time",         "Message",      "",             "",                 "",                 ""}
}

char g_szMiscItems[MAX_MISC_STR][256]

Initial value:

 {
    "New",
    "Running",
    "Ready to run",
    "Computation error", 
    "Ready to report", 
    "Acknowledged",
    "Error: invalid state",
    "Completed",
    "Uploading",
    "Downloading",
    "Retry in",
    "Download failed",
    "Upload failed",
    "Suspended",
    "Paused"
}

char g_szTabItems[MAX_TABS][256]

Initial value:

 {
    "Projects",
    "Work",
    "Transfers",
    "Messages",
    "Disk"
}

char g_szUsageItems[MAX_USAGE_STR][256]

Initial value:

 {
    "Free space",
    "Used space: non-BOINC",
    "Used space: BOINC",
    "Free space: BOINC",
    "BOINC software",
    "BOINC free space",
}


Generated on Mon Oct 6 10:38:45 2008 for BOINC by  doxygen 1.5.6