29 :
pOut( pOutputDevice )
56 bool bHadFill =
pOut->IsFillColor();
58 bool bHadLine =
pOut->IsLineColor();
60 bool bOldEnable =
pOut->IsMapModeEnabled();
65 pOut->EnableMapMode(
false);
79 aInnerRect.
SetTop( aInnerCenter.
Y() - (aInnerSize.
Width()>>1) );
85 pOut->EnableMapMode( bOldEnable );
87 pOut->SetLineColor(aOldLine);
91 pOut->SetFillColor(aOldFill);
116 pOut->SetFillColor( aColor );
117 pOut->SetLineColor( aColor );
124 pOut->DrawRect( aTempRect );
128 while( aPos1.
X() <= aPos2.
X() )
130 pOut->DrawLine( aPos1, aPos2 );
const StyleSettings & GetStyleSettings() const
static const AllSettings & GetSettings()
tools::Rectangle DrawButton(const tools::Rectangle &rRect, DrawButtonFlags nStyle)
constexpr tools::Long Y() const
tools::Long AdjustY(tools::Long nVertMove)
tools::Long AdjustX(tools::Long nHorzMove)
constexpr tools::Long X() const
constexpr tools::Long Height() const
void setWidth(tools::Long nWidth)
void setHeight(tools::Long nHeight)
constexpr tools::Long Width() const
const Color & GetButtonTextColor() const