Searched refs:fCut (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/people/
H A DPersonWindow.h61 BMenuItem* fCut; member in class:PersonWindow
H A DPersonWindow.cpp89 menu->AddItem(fCut = new BMenuItem(B_TRANSLATE("Cut"),
156 fCut->SetEnabled(cutAndCopyEnabled);
/haiku/src/apps/mail/
H A DSignature.h79 BMenuItem *fCut; member in class:TSignatureWindow
H A DSignature.cpp93 menu->AddItem(fCut = new BMenuItem(B_TRANSLATE("Cut"),
95 fCut->SetTarget(NULL, this);
143 fCut->SetEnabled(start != finish);
H A DMailWindow.h154 BMenuItem* fCut; member in class:TMailWindow
H A DMailWindow.cpp350 menu->AddItem(fCut = new BMenuItem(B_TRANSLATE("Cut"),
352 fCut->SetTarget(NULL, this);
974 fCut->SetEnabled(start != finish);
980 fCut->SetEnabled(false);
984 fCut->SetEnabled(false);
1007 fCut->SetEnabled(start != finish);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h362 TPoint fCut; member in class:ChartWindow
H A DChartWindow.cpp2386 fCut.x = (min.x + max.x - 1.0) * 0.5;
2387 fCut.y = (min.y + max.y - 1.0) * 0.5;
2388 fCut.z = (min.z + max.z - 1.0) * 0.5;
2574 if (pt.x < fCut.x)
2576 if (pt.y < fCut.y)
2578 if (pt.z < fCut.z)
2618 if (pt.x < fCut.x)
2620 if (pt.y < fCut.y)
2622 if (pt.z < fCut.z)
2761 fGeometry.cutx = fCut
[all...]

Completed in 108 milliseconds