Beispiel #1
0
ZDCInk ZSubPane::GetBackInk(const ZDC& inDC)
	{
	ZDCInk theInk;
	if (fPaneLocator && fPaneLocator->GetPaneBackInk(this, inDC, theInk))
		return theInk;
	return ZDCInk();
	}
Beispiel #2
0
ZDCInk ZUIInk_UIColor::GetInk()
	{
	if (fUIColor)
		return ZDCInk(fUIColor->GetColor());
	return ZDCInk();
	}
Beispiel #3
0
ZDCInk ZSuperPane::GetInternalBackInk(const ZDC& inDC)
	{
	// We'll augment this with a ZPaneLocator call at some point
	return ZDCInk();
	}