Code::Blocks
SVN r11506
|
#include <globals.h>
Static Public Member Functions | |
static wxImageList * | MakeImageList () |
static int | WorkspaceIconIndex (bool read_only=false) |
static int | ProjectIconIndex (bool read_only=false) |
static int | FolderIconIndex () |
static int | VirtualFolderIconIndex () |
|
static |
Definition at line 1550 of file globals.cpp.
References fvsFolder.
Referenced by ProjectManagerUI::BuildProjectTree(), and ProjectManagerUI::CheckForExternallyModifiedProjects().
|
static |
Definition at line 1486 of file globals.cpp.
References _T, wxImageList::Add(), cbLoadBitmap(), wxString::IsEmpty(), ConfigManager::ReadDataPath(), wxBITMAP_TYPE_PNG, and wxEmptyString.
|
static |
read_only | Return the read-only icon for a project? |
Definition at line 1542 of file globals.cpp.
References fvsProject, and fvsProjectReadOnly.
Referenced by ProjectManagerUI::BuildProjectTree().
|
static |
Definition at line 1555 of file globals.cpp.
References fvsVirtualFolder.
Referenced by ProjectManagerUI::BuildProjectTree(), and ProjectManagerUI::CheckForExternallyModifiedProjects().
|
static |
read_only | Return the read-only icon for a workspace? |
Definition at line 1534 of file globals.cpp.
References fvsWorkspace, and fvsWorkspaceReadOnly.
Referenced by ProjectManagerUI::RebuildTree().