KernelMemoryBarMenuItem
KernelMemoryBarMenuItem::GetContentSize(float* _width, float* _height)
KernelMemoryBarMenuItem::KernelMemoryBarMenuItem(system_info& systemInfo)
KernelMemoryBarMenuItem::DrawContent()
KernelMemoryBarMenuItem::UpdateSituation(int64 committedMemory,
KernelMemoryBarMenuItem::DrawBar(bool force)
class KernelMemoryBarMenuItem : public BMenuItem {
KernelMemoryBarMenuItem(system_info& systemInfo);
KernelMemoryBarMenuItem *kernelItem;
if ((kernelItem = (KernelMemoryBarMenuItem*)ItemAt(0)) != NULL)
AddItem(new KernelMemoryBarMenuItem(systemInfo));