|
@@ -142,7 +142,7 @@ void AuswahlBox::addEintrag( const char *txt )
|
|
tf->addStyle( TextFeld::Style::Sichtbar | TextFeld::Style::Center | TextFeld::Style::Rahmen );
|
|
tf->addStyle( TextFeld::Style::Sichtbar | TextFeld::Style::Center | TextFeld::Style::Rahmen );
|
|
tf->setText( txt );
|
|
tf->setText( txt );
|
|
tf->setSchriftFarbe( 0xFFFFFFFF );
|
|
tf->setSchriftFarbe( 0xFFFFFFFF );
|
|
- tf->setLinienRahmenFarbe( 0xFFFFFFFF );
|
|
+ tf->setRahmenFarbe( 0xFFFFFFFF );
|
|
tf->setSize( 0, eintragHeight );
|
|
tf->setSize( 0, eintragHeight );
|
|
members->add( tf, anzahl );
|
|
members->add( tf, anzahl );
|
|
++anzahl;
|
|
++anzahl;
|
|
@@ -157,7 +157,7 @@ void AuswahlBox::addEintrag( Text *txt )
|
|
tf->addStyle( TextFeld::Style::Sichtbar | TextFeld::Style::Center | TextFeld::Style::Rahmen );
|
|
tf->addStyle( TextFeld::Style::Sichtbar | TextFeld::Style::Center | TextFeld::Style::Rahmen );
|
|
tf->setText( txt );
|
|
tf->setText( txt );
|
|
tf->setSchriftFarbe( 0xFFFFFFFF );
|
|
tf->setSchriftFarbe( 0xFFFFFFFF );
|
|
- tf->setLinienRahmenFarbe( 0xFFFFFFFF );
|
|
+ tf->setRahmenFarbe( 0xFFFFFFFF );
|
|
tf->setSize( 0, eintragHeight );
|
|
tf->setSize( 0, eintragHeight );
|
|
members->add( tf, anzahl );
|
|
members->add( tf, anzahl );
|
|
++anzahl;
|
|
++anzahl;
|
|
@@ -236,10 +236,10 @@ void AuswahlBox::setAusklappKnopfZ( Knopf *ausK )
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void AuswahlBox::setEintragRahmenZ( int i, LRahmen *rahmen )
|
|
+void AuswahlBox::setEintragRahmenZ( int i, Rahmen *rahmen )
|
|
{
|
|
{
|
|
if( members->z( i ) )
|
|
if( members->z( i ) )
|
|
- members->z( i )->setLinienRahmenZ( rahmen );
|
|
+ members->z( i )->setRahmenZ( rahmen );
|
|
else
|
|
else
|
|
rahmen->release();
|
|
rahmen->release();
|
|
rend = 1;
|
|
rend = 1;
|
|
@@ -248,14 +248,14 @@ void AuswahlBox::setEintragRahmenZ( int i, LRahmen *rahmen )
|
|
void AuswahlBox::setEintragRahmenFarbe( int i, int f )
|
|
void AuswahlBox::setEintragRahmenFarbe( int i, int f )
|
|
{
|
|
{
|
|
if( members->z( i ) )
|
|
if( members->z( i ) )
|
|
- members->z( i )->setLinienRahmenFarbe( f );
|
|
+ members->z( i )->setRahmenFarbe( f );
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
void AuswahlBox::setEintragRahmenBreite( int i, int rbr )
|
|
void AuswahlBox::setEintragRahmenBreite( int i, int rbr )
|
|
{
|
|
{
|
|
if( members->z( i ) )
|
|
if( members->z( i ) )
|
|
- members->z( i )->setLinienRahmenBreite( rbr );
|
|
+ members->z( i )->setRahmenBreite( rbr );
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -305,7 +305,7 @@ void AuswahlBox::setEintragAlphaFeldStrength( int i, int afSt )
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void AuswahlBox::setAuswRahmenZ( LRahmen *rahmen )
|
|
+void AuswahlBox::setAuswRahmenZ( Rahmen *rahmen )
|
|
{
|
|
{
|
|
if( auswRahmen )
|
|
if( auswRahmen )
|
|
auswRahmen->release();
|
|
auswRahmen->release();
|
|
@@ -377,7 +377,7 @@ void AuswahlBox::setAuswAlphaFeldStrength( int afSt )
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void AuswahlBox::setMsAuswRahmenZ( int i, LRahmen *rahmen )
|
|
+void AuswahlBox::setMsAuswRahmenZ( int i, Rahmen *rahmen )
|
|
{
|
|
{
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
{
|
|
{
|
|
@@ -385,7 +385,7 @@ void AuswahlBox::setMsAuswRahmenZ( int i, LRahmen *rahmen )
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if( !msAuswRahmen )
|
|
if( !msAuswRahmen )
|
|
- msAuswRahmen = new RCArray< LRahmen >();
|
|
+ msAuswRahmen = new RCArray< Rahmen >();
|
|
msAuswRahmen->set( rahmen, i );
|
|
msAuswRahmen->set( rahmen, i );
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
@@ -395,7 +395,7 @@ void AuswahlBox::setMsAuswRahmenFarbe( int i, int f )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
return;
|
|
return;
|
|
if( !msAuswRahmen )
|
|
if( !msAuswRahmen )
|
|
- msAuswRahmen = new RCArray< LRahmen >();
|
|
+ msAuswRahmen = new RCArray< Rahmen >();
|
|
if( !msAuswRahmen->z( i ) )
|
|
if( !msAuswRahmen->z( i ) )
|
|
msAuswRahmen->set( new LRahmen(), i );
|
|
msAuswRahmen->set( new LRahmen(), i );
|
|
msAuswRahmen->z( i )->setFarbe( f );
|
|
msAuswRahmen->z( i )->setFarbe( f );
|
|
@@ -407,7 +407,7 @@ void AuswahlBox::setMsAuswRahmenBreite( int i, int rbr )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
return;
|
|
return;
|
|
if( !msAuswRahmen )
|
|
if( !msAuswRahmen )
|
|
- msAuswRahmen = new RCArray< LRahmen >();
|
|
+ msAuswRahmen = new RCArray< Rahmen >();
|
|
if( !msAuswRahmen->z( i ) )
|
|
if( !msAuswRahmen->z( i ) )
|
|
msAuswRahmen->set( new LRahmen(), i );
|
|
msAuswRahmen->set( new LRahmen(), i );
|
|
msAuswRahmen->z( i )->setRamenBreite( rbr );
|
|
msAuswRahmen->z( i )->setRamenBreite( rbr );
|
|
@@ -499,7 +499,7 @@ void AuswahlBox::setMsAuswAlphaFeldStrength( int i, int afSt )
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void AuswahlBox::setMausRahmenZ( LRahmen *rahmen )
|
|
+void AuswahlBox::setMausRahmenZ( Rahmen *rahmen )
|
|
{
|
|
{
|
|
if( mausRahmen )
|
|
if( mausRahmen )
|
|
mausRahmen->release();
|
|
mausRahmen->release();
|
|
@@ -571,7 +571,7 @@ void AuswahlBox::setMausAlphaFeldStrength( int afSt )
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void AuswahlBox::setMsMausRahmenZ( int i, LRahmen *rahmen )
|
|
+void AuswahlBox::setMsMausRahmenZ( int i, Rahmen *rahmen )
|
|
{
|
|
{
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
{
|
|
{
|
|
@@ -579,7 +579,7 @@ void AuswahlBox::setMsMausRahmenZ( int i, LRahmen *rahmen )
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if( !msMausRahmen )
|
|
if( !msMausRahmen )
|
|
- msMausRahmen = new RCArray< LRahmen >();
|
|
+ msMausRahmen = new RCArray< Rahmen >();
|
|
msMausRahmen->set( rahmen, i );
|
|
msMausRahmen->set( rahmen, i );
|
|
rend = 1;
|
|
rend = 1;
|
|
}
|
|
}
|
|
@@ -589,7 +589,7 @@ void AuswahlBox::setMsMausRahmenFarbe( int i, int f )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
return;
|
|
return;
|
|
if( !msMausRahmen )
|
|
if( !msMausRahmen )
|
|
- msMausRahmen = new RCArray< LRahmen >();
|
|
+ msMausRahmen = new RCArray< Rahmen >();
|
|
if( !msMausRahmen->z( i ) )
|
|
if( !msMausRahmen->z( i ) )
|
|
msMausRahmen->set( new LRahmen(), i );
|
|
msMausRahmen->set( new LRahmen(), i );
|
|
msMausRahmen->z( i )->setFarbe( f );
|
|
msMausRahmen->z( i )->setFarbe( f );
|
|
@@ -601,7 +601,7 @@ void AuswahlBox::setMsMausRahmenBreite( int i, int rbr )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
if( hatStyleNicht( Style::MultiStyled ) || i >= anzahl )
|
|
return;
|
|
return;
|
|
if( !msMausRahmen )
|
|
if( !msMausRahmen )
|
|
- msMausRahmen = new RCArray< LRahmen >();
|
|
+ msMausRahmen = new RCArray< Rahmen >();
|
|
if( !msMausRahmen->z( i ) )
|
|
if( !msMausRahmen->z( i ) )
|
|
msMausRahmen->set( new LRahmen(), i );
|
|
msMausRahmen->set( new LRahmen(), i );
|
|
msMausRahmen->z( i )->setRamenBreite( rbr );
|
|
msMausRahmen->z( i )->setRamenBreite( rbr );
|
|
@@ -1107,7 +1107,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
Bild *tmpHBild = 0;
|
|
Bild *tmpHBild = 0;
|
|
bool tmpHB = 0;
|
|
bool tmpHB = 0;
|
|
bool tmpHAlpha = 0;
|
|
bool tmpHAlpha = 0;
|
|
- LRahmen *tmpRahmen = 0;
|
|
+ Rahmen *tmpRahmen = 0;
|
|
bool tmpR = 0;
|
|
bool tmpR = 0;
|
|
if( hatStyleNicht( Style::MultiStyled ) || !msStyle )
|
|
if( hatStyleNicht( Style::MultiStyled ) || !msStyle )
|
|
{
|
|
{
|
|
@@ -1139,8 +1139,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( auswRahmen->getThis() );
|
|
+ tf->setRahmenZ( auswRahmen->getThis() );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::AuswahlRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::AuswahlRahmen ) );
|
|
}
|
|
}
|
|
@@ -1178,8 +1178,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( auswahl, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
if( hatMsStyle( auswahl, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( msAuswRahmen->get( auswahl ) );
|
|
+ tf->setRahmenZ( msAuswRahmen->get( auswahl ) );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( auswahl, Style::AuswahlRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( auswahl, Style::AuswahlRahmen ) );
|
|
}
|
|
}
|
|
@@ -1210,7 +1210,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1236,7 +1236,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( auswahl, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
if( hatMsStyle( auswahl, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1286,7 +1286,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
Bild *tmpHBild = 0;
|
|
Bild *tmpHBild = 0;
|
|
bool tmpHB = 0;
|
|
bool tmpHB = 0;
|
|
bool tmpHAlpha = 0;
|
|
bool tmpHAlpha = 0;
|
|
- LRahmen *tmpRahmen = 0;
|
|
+ Rahmen *tmpRahmen = 0;
|
|
bool tmpR = 0;
|
|
bool tmpR = 0;
|
|
if( selected )
|
|
if( selected )
|
|
{
|
|
{
|
|
@@ -1320,8 +1320,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( auswRahmen->getThis() );
|
|
+ tf->setRahmenZ( auswRahmen->getThis() );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::AuswahlRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::AuswahlRahmen ) );
|
|
}
|
|
}
|
|
@@ -1359,8 +1359,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( i, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
if( hatMsStyle( i, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( msAuswRahmen->get( i ) );
|
|
+ tf->setRahmenZ( msAuswRahmen->get( i ) );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( i, Style::AuswahlRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( i, Style::AuswahlRahmen ) );
|
|
}
|
|
}
|
|
@@ -1398,8 +1398,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::MausRahmen ) )
|
|
if( hatStyle( Style::MausRahmen ) )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( mausRahmen->getThis() );
|
|
+ tf->setRahmenZ( mausRahmen->getThis() );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::MausRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatStyle( Style::MausRahmen ) );
|
|
}
|
|
}
|
|
@@ -1437,8 +1437,8 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( i, Style::MausRahmen ) && msMausRahmen )
|
|
if( hatMsStyle( i, Style::MausRahmen ) && msMausRahmen )
|
|
{
|
|
{
|
|
- tmpRahmen = tf->getLinienRahmen();
|
|
+ tmpRahmen = tf->getRahmen();
|
|
- tf->setLinienRahmenZ( msMausRahmen->get( i ) );
|
|
+ tf->setRahmenZ( msMausRahmen->get( i ) );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tmpR = tf->hatStyle( TextFeld::Style::Rahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( i, Style::MausRahmen ) );
|
|
tf->setStyle( TextFeld::Style::Rahmen, hatMsStyle( i, Style::MausRahmen ) );
|
|
}
|
|
}
|
|
@@ -1468,7 +1468,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
if( hatStyle( Style::AuswahlRahmen ) )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1494,7 +1494,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( i, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
if( hatMsStyle( i, Style::AuswahlRahmen ) && msAuswRahmen )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1522,7 +1522,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatStyle( Style::MausRahmen ) )
|
|
if( hatStyle( Style::MausRahmen ) )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1548,7 +1548,7 @@ void AuswahlBox::render( Bild &zRObj )
|
|
}
|
|
}
|
|
if( hatMsStyle( i, Style::MausRahmen ) && msAuswRahmen )
|
|
if( hatMsStyle( i, Style::MausRahmen ) && msAuswRahmen )
|
|
{
|
|
{
|
|
- tf->setLinienRahmenZ( tmpRahmen );
|
|
+ tf->setRahmenZ( tmpRahmen );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
tf->setStyle( TextFeld::Style::Rahmen, tmpR );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1657,22 +1657,22 @@ Knopf *AuswahlBox::zAusklappKnopf() const
|
|
return ausfahren;
|
|
return ausfahren;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::getEintragRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::getEintragRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
if( !members->z( i ) )
|
|
if( !members->z( i ) )
|
|
return 0;
|
|
return 0;
|
|
- return members->z( i )->getLinienRahmen();
|
|
+ return members->z( i )->getRahmen();
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::zEintragRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::zEintragRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
if( !members->z( i ) )
|
|
if( !members->z( i ) )
|
|
return 0;
|
|
return 0;
|
|
- return members->z( i )->zLinienRahmen();
|
|
+ return members->z( i )->zRahmen();
|
|
}
|
|
}
|
|
|
|
|
|
int AuswahlBox::getEintragRahmenFarbe( int i ) const
|
|
int AuswahlBox::getEintragRahmenFarbe( int i ) const
|
|
@@ -1681,7 +1681,7 @@ int AuswahlBox::getEintragRahmenFarbe( int i ) const
|
|
return 0;
|
|
return 0;
|
|
if( !members->z( i ) )
|
|
if( !members->z( i ) )
|
|
return 0;
|
|
return 0;
|
|
- return members->z( i )->getLinienRahmenFarbe();
|
|
+ return members->z( i )->getRahmenFarbe();
|
|
}
|
|
}
|
|
|
|
|
|
int AuswahlBox::getEintragRahmenBreite( int i ) const
|
|
int AuswahlBox::getEintragRahmenBreite( int i ) const
|
|
@@ -1690,7 +1690,7 @@ int AuswahlBox::getEintragRahmenBreite( int i ) const
|
|
return 0;
|
|
return 0;
|
|
if( !members->z( i ) )
|
|
if( !members->z( i ) )
|
|
return 0;
|
|
return 0;
|
|
- return members->z( i )->getLinienRahmenBreite();
|
|
+ return members->z( i )->getRahmenBreite();
|
|
}
|
|
}
|
|
|
|
|
|
AlphaFeld *AuswahlBox::getEintragAlphaFeld( int i ) const
|
|
AlphaFeld *AuswahlBox::getEintragAlphaFeld( int i ) const
|
|
@@ -1756,14 +1756,14 @@ Bild *AuswahlBox::zEintragHintergrundBild( int i ) const
|
|
return members->z( i )->zHintergrundBild();
|
|
return members->z( i )->zHintergrundBild();
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::getAuswRahmen() const
|
|
+Rahmen *AuswahlBox::getAuswRahmen() const
|
|
{
|
|
{
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
return auswRahmen ? auswRahmen->getThis() : 0;
|
|
return auswRahmen ? auswRahmen->getThis() : 0;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::zAuswRahmen() const
|
|
+Rahmen *AuswahlBox::zAuswRahmen() const
|
|
{
|
|
{
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -1833,7 +1833,7 @@ Bild *AuswahlBox::zAuswHintergrundBild() const
|
|
return auswBgB;
|
|
return auswBgB;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::getMsAuswRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::getMsAuswRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -1842,7 +1842,7 @@ LRahmen *AuswahlBox::getMsAuswRahmen( int i ) const
|
|
return msAuswRahmen->z( i ) ? msAuswRahmen->z( i )->getThis() : 0;
|
|
return msAuswRahmen->z( i ) ? msAuswRahmen->z( i )->getThis() : 0;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::zMsAuswRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::zMsAuswRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -1932,14 +1932,14 @@ Bild *AuswahlBox::zMsAuswHintergrundBild( int i ) const
|
|
return msAuswBgB->z( i );
|
|
return msAuswBgB->z( i );
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::getMausRahmen() const
|
|
+Rahmen *AuswahlBox::getMausRahmen() const
|
|
{
|
|
{
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
return mausRahmen ? mausRahmen->getThis() : 0;
|
|
return mausRahmen ? mausRahmen->getThis() : 0;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::zMausRahmen() const
|
|
+Rahmen *AuswahlBox::zMausRahmen() const
|
|
{
|
|
{
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
if( hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -2009,7 +2009,7 @@ Bild *AuswahlBox::zMausHintergrundBild() const
|
|
return mausBgB;
|
|
return mausBgB;
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::getMsMausRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::getMsMausRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -2018,7 +2018,7 @@ LRahmen *AuswahlBox::getMsMausRahmen( int i ) const
|
|
return msMausRahmen->get( i );
|
|
return msMausRahmen->get( i );
|
|
}
|
|
}
|
|
|
|
|
|
-LRahmen *AuswahlBox::zMsMausRahmen( int i ) const
|
|
+Rahmen *AuswahlBox::zMsMausRahmen( int i ) const
|
|
{
|
|
{
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
if( !hatStyle( Style::MultiStyled ) )
|
|
return 0;
|
|
return 0;
|
|
@@ -2137,7 +2137,7 @@ Zeichnung *AuswahlBox::dublizieren() const
|
|
if( schrift )
|
|
if( schrift )
|
|
obj->setSchriftZ( schrift->getThis() );
|
|
obj->setSchriftZ( schrift->getThis() );
|
|
if( rahmen )
|
|
if( rahmen )
|
|
- obj->setLinienRahmenZ( (LRahmen*)rahmen->dublizieren() );
|
|
+ obj->setRahmenZ( (Rahmen*)rahmen->dublizieren() );
|
|
if( ausfahren )
|
|
if( ausfahren )
|
|
obj->setAusklappKnopfZ( (Knopf*)ausfahren->dublizieren() );
|
|
obj->setAusklappKnopfZ( (Knopf*)ausfahren->dublizieren() );
|
|
obj->setHintergrundFarbe( hintergrundFarbe );
|
|
obj->setHintergrundFarbe( hintergrundFarbe );
|
|
@@ -2146,14 +2146,14 @@ Zeichnung *AuswahlBox::dublizieren() const
|
|
if( hintergrundFeld )
|
|
if( hintergrundFeld )
|
|
obj->setAlphaFeldZ( (AlphaFeld*)hintergrundFeld->dublizieren() );
|
|
obj->setAlphaFeldZ( (AlphaFeld*)hintergrundFeld->dublizieren() );
|
|
if( auswRahmen )
|
|
if( auswRahmen )
|
|
- obj->setAuswRahmenZ( (LRahmen*)auswRahmen->dublizieren() );
|
|
+ obj->setAuswRahmenZ( (Rahmen*)auswRahmen->dublizieren() );
|
|
obj->setAuswHintergrundFarbe( auswBgF );
|
|
obj->setAuswHintergrundFarbe( auswBgF );
|
|
if( auswBgB )
|
|
if( auswBgB )
|
|
obj->setAuswHintergrundBild( auswBgB->getThis() );
|
|
obj->setAuswHintergrundBild( auswBgB->getThis() );
|
|
if( auswAf )
|
|
if( auswAf )
|
|
obj->setAuswAlphaFeldZ( (AlphaFeld*)auswAf->dublizieren() );
|
|
obj->setAuswAlphaFeldZ( (AlphaFeld*)auswAf->dublizieren() );
|
|
if( mausRahmen )
|
|
if( mausRahmen )
|
|
- obj->setMausRahmenZ( (LRahmen*)mausRahmen->dublizieren() );
|
|
+ obj->setMausRahmenZ( (Rahmen*)mausRahmen->dublizieren() );
|
|
obj->setMausHintergrundFarbe( mausBgF );
|
|
obj->setMausHintergrundFarbe( mausBgF );
|
|
if( mausBgB )
|
|
if( mausBgB )
|
|
obj->setMausHintergrundBild( mausBgB->getThis() );
|
|
obj->setMausHintergrundBild( mausBgB->getThis() );
|
|
@@ -2170,7 +2170,7 @@ Zeichnung *AuswahlBox::dublizieren() const
|
|
if( msStyle && msStyle->hat( i ) )
|
|
if( msStyle && msStyle->hat( i ) )
|
|
obj->setMsStyle( i, msStyle->get( i ) );
|
|
obj->setMsStyle( i, msStyle->get( i ) );
|
|
if( msAuswRahmen && msAuswRahmen->z( i ) )
|
|
if( msAuswRahmen && msAuswRahmen->z( i ) )
|
|
- obj->setMsAuswRahmenZ( i, (LRahmen*)msAuswRahmen->z( i )->dublizieren() );
|
|
+ obj->setMsAuswRahmenZ( i, (Rahmen*)msAuswRahmen->z( i )->dublizieren() );
|
|
if( msAuswBgF && msAuswBgF->hat( i ) )
|
|
if( msAuswBgF && msAuswBgF->hat( i ) )
|
|
obj->setMsAuswHintergrundFarbe( i, msAuswBgF->get( i ) );
|
|
obj->setMsAuswHintergrundFarbe( i, msAuswBgF->get( i ) );
|
|
if( msAuswBgB && msAuswBgB->z( i ) )
|
|
if( msAuswBgB && msAuswBgB->z( i ) )
|
|
@@ -2178,7 +2178,7 @@ Zeichnung *AuswahlBox::dublizieren() const
|
|
if( msAuswAf && msAuswAf->z( i ) )
|
|
if( msAuswAf && msAuswAf->z( i ) )
|
|
obj->setMsAuswAlphaFeldZ( i, (AlphaFeld*)msAuswAf->z( i )->dublizieren() );
|
|
obj->setMsAuswAlphaFeldZ( i, (AlphaFeld*)msAuswAf->z( i )->dublizieren() );
|
|
if( msMausRahmen && msMausRahmen->z( i ) )
|
|
if( msMausRahmen && msMausRahmen->z( i ) )
|
|
- obj->setMsMausRahmenZ( i, (LRahmen*)msMausRahmen->z( i )->dublizieren() );
|
|
+ obj->setMsMausRahmenZ( i, (Rahmen*)msMausRahmen->z( i )->dublizieren() );
|
|
if( msMausBgF && msMausBgF->hat( i ) )
|
|
if( msMausBgF && msMausBgF->hat( i ) )
|
|
obj->setMsMausHintergrundFarbe( i, msMausBgF->get( i ) );
|
|
obj->setMsMausHintergrundFarbe( i, msMausBgF->get( i ) );
|
|
if( msMausBgB && msMausBgB->z( i ) )
|
|
if( msMausBgB && msMausBgB->z( i ) )
|