12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616 |
- #include "UIMLView.h"
- #include "Bild.h"
- #include "Bildschirm.h"
- #include "Fenster.h"
- #include "Knopf.h"
- #include "Rahmen.h"
- #include "RCPointer.h"
- #include "Schrift.h"
- #include "Scroll.h"
- #include "Tabelle.h"
- #include "TextFeld.h"
- #include "XML.h"
- using namespace Framework;
- UIMLElement::UIMLElement()
- : ReferenceCounter()
- {}
- UIMLElement::~UIMLElement() {}
- //! wendet die layout parameter zu einer Zeichnung an
- void UIMLElement::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- int width = z.getBreite();
- int height = z.getHeight();
- if (element.hasAttribute("style"))
- {
- z.setStyle((__int64)element.getAttributeValue("style"));
- }
- if (element.hasAttribute("width"))
- {
- Text w = element.getAttributeValue("width");
- if (!w.istGleich("auto"))
- {
- width = calculateSize(w, pWidth);
- }
- }
- if (element.hasAttribute("height"))
- {
- Text h = element.getAttributeValue("height");
- if (!h.istGleich("auto"))
- {
- height = calculateSize(h, pHeight);
- }
- }
- z.setSize(width, height);
- if (element.hasAttribute("align-x"))
- {
- Text la = element.getAttributeValue("align-x");
- int x = 0;
- if (la.istGleich("start"))
- x = 0;
- else if (la.istGleich("end"))
- x = pWidth;
- else if (la.istGleich("center"))
- x = pWidth / 2 - width / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", la);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(la),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* laz = generalLayouter.zZeichnungById(la);
- if (laz) x = laz->getX();
- }
- if (element.hasAttribute("margin-x"))
- {
- Text mt = element.getAttributeValue("margin-x");
- x += calculateSize(mt, pWidth);
- }
- z.setX(x);
- }
- else if (element.hasAttribute("align-left"))
- {
- Text la = element.getAttributeValue("align-left");
- int x = 0;
- if (la.istGleich("start"))
- x = 0;
- else if (la.istGleich("end"))
- x = pWidth;
- else if (la.istGleich("center"))
- x = pWidth / 2 - width / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", la);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(la),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* laz = generalLayouter.zZeichnungById(la);
- if (laz) x = laz->getX() + laz->getBreite();
- }
- if (element.hasAttribute("margin-left"))
- {
- Text mt = element.getAttributeValue("margin-left");
- x += calculateSize(mt, pWidth);
- }
- z.setX(x);
- }
- else if (element.hasAttribute("align-right"))
- {
- Text ra = element.getAttributeValue("align-right");
- int x = 0;
- if (ra.istGleich("start"))
- x = -z.getBreite();
- else if (ra.istGleich("end"))
- x = pWidth - z.getBreite();
- else if (ra.istGleich("center"))
- x = pWidth / 2 - width / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", ra);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(ra),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* raz = generalLayouter.zZeichnungById(ra);
- if (raz) x = raz->getX() - z.getBreite();
- }
- if (element.hasAttribute("margin-right"))
- {
- Text mt = element.getAttributeValue("margin-right");
- x -= calculateSize(mt, pWidth);
- }
- z.setX(x);
- }
- if (element.hasAttribute("align-y"))
- {
- Text ta = element.getAttributeValue("align-y");
- int y = 0;
- if (ta.istGleich("start"))
- y = 0;
- else if (ta.istGleich("end"))
- y = pHeight;
- else if (ta.istGleich("center"))
- y = pHeight / 2 - height / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", ta);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(ta),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* taz = generalLayouter.zZeichnungById(ta);
- if (taz) y = taz->getY();
- }
- if (element.hasAttribute("margin-y"))
- {
- Text mt = element.getAttributeValue("margin-y");
- y += calculateSize(mt, pHeight);
- }
- z.setY(y);
- }
- else if (element.hasAttribute("align-top"))
- {
- Text ta = element.getAttributeValue("align-top");
- int y = 0;
- if (ta.istGleich("start"))
- y = 0;
- else if (ta.istGleich("end"))
- y = pHeight;
- else if (ta.istGleich("center"))
- y = pHeight / 2 - height / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", ta);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(ta),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* taz = generalLayouter.zZeichnungById(ta);
- if (taz) y = taz->getY() + taz->getHeight();
- }
- if (element.hasAttribute("margin-top"))
- {
- Text mt = element.getAttributeValue("margin-top");
- y += calculateSize(mt, pHeight);
- }
- z.setY(y);
- }
- else if (element.hasAttribute("align-bottom"))
- {
- Text ba = element.getAttributeValue("align-bottom");
- int y = 0;
- if (ba.istGleich("start"))
- y = -z.getHeight();
- else if (ba.istGleich("end"))
- y = pHeight - z.getHeight();
- else if (ba.istGleich("center"))
- y = pHeight / 2 - height / 2;
- else
- {
- XML::Editor ed
- = element.zParent()->selectChildsByAttribute("id", ba);
- generalLayouter.layout(*ed.begin().val(),
- *generalLayouter.zZeichnungById(ba),
- pWidth,
- pHeight,
- generalLayouter);
- Zeichnung* baz = generalLayouter.zZeichnungById(ba);
- if (baz) y = baz->getY() - z.getHeight();
- }
- if (element.hasAttribute("margin-bottom"))
- {
- Text mt = element.getAttributeValue("margin-bottom");
- y -= calculateSize(mt, pHeight);
- }
- z.setY(y);
- }
- int x = z.getX();
- int y = z.getY();
- if (element.hasAttribute("x"))
- {
- Text xt = element.getAttributeValue("x");
- x = calculateSize(xt, pWidth);
- }
- if (element.hasAttribute("y"))
- {
- Text yt = element.getAttributeValue("y");
- y = calculateSize(yt, pHeight);
- }
- z.setPosition(x, y);
- ZeichnungHintergrund* zh = dynamic_cast<ZeichnungHintergrund*>(&z);
- if (zh)
- {
- if (element.hasAttribute("border"))
- {
- int br = (int)element.getAttributeValue("border");
- zh->setStyle(ZeichnungHintergrund::Style::Rahmen, br > 0);
- zh->setRahmenBreite((int)element.getAttributeValue("border"));
- }
- if (element.hasAttribute("border-color"))
- {
- zh->setRahmenFarbe((int)element.getAttributeValue("border-color"));
- }
- }
- // recursive layout
- pWidth = z.getInnenBreite();
- pHeight = z.getInnenHeight();
- for (auto i = element.getChilds(); i; i++)
- {
- Zeichnung* z = 0;
- if (i->hasAttribute("id"))
- {
- z = generalLayouter.zZeichnungById(i->getAttributeValue("id"));
- }
- if (z)
- {
- generalLayouter.layout(
- *i.val(), *z, pWidth, pHeight, generalLayouter);
- }
- }
- }
- int Framework::UIMLElement::calculateSize(Text attributeValue, int parentSize)
- {
- attributeValue.removeWhitespaceAfter(0);
- attributeValue.removeWhitespaceBefore(attributeValue.getLength());
- if (attributeValue.hat('('))
- {
- int start = -1;
- int len = attributeValue.getLength();
- for (int i = 0; i < len; i++)
- {
- if (attributeValue.getText()[i] == '(') start = i;
- if (attributeValue.getText()[i] == ')')
- {
- if (start < 0) return 0;
- Text* part = attributeValue.getTeilText(start + 1, i);
- int value = calculateSize(*part, parentSize);
- part->release();
- attributeValue.remove(start, i + 1);
- attributeValue.insert(start, Text(value));
- return calculateSize(attributeValue, parentSize);
- }
- }
- return 0;
- }
- else if (attributeValue.hat('*') || attributeValue.hat('/'))
- {
- int posD = attributeValue.positionVon('/');
- int posM = attributeValue.positionVon('*');
- if ((posD >= 0 && posD < posM) || posM < 0)
- {
- Text* firstPart = attributeValue.getTeilText(0, posD);
- Text* secondPart = attributeValue.getTeilText(posD + 1);
- int first = calculateSize(*firstPart, parentSize);
- int second = calculateSize(*secondPart, parentSize);
- firstPart->release();
- secondPart->release();
- return first / second;
- }
- else
- {
- Text* firstPart = attributeValue.getTeilText(0, posM);
- Text* secondPart = attributeValue.getTeilText(posM + 1);
- int first = calculateSize(*firstPart, parentSize);
- int second = calculateSize(*secondPart, parentSize);
- firstPart->release();
- secondPart->release();
- return first * second;
- }
- }
- else if (attributeValue.hat('+') || attributeValue.hat('-'))
- {
- int posP = attributeValue.positionVon('+');
- int posN = attributeValue.positionVon('-');
- if ((posP >= 0 && posP < posN) || posN < 0)
- {
- Text* firstPart = attributeValue.getTeilText(0, posP);
- Text* secondPart = attributeValue.getTeilText(posP + 1);
- int first = calculateSize(*firstPart, parentSize);
- int second = calculateSize(*secondPart, parentSize);
- firstPart->release();
- secondPart->release();
- return first + second;
- }
- else
- {
- Text* firstPart = attributeValue.getTeilText(0, posN);
- Text* secondPart = attributeValue.getTeilText(posN + 1);
- int first = calculateSize(*firstPart, parentSize);
- int second = calculateSize(*secondPart, parentSize);
- firstPart->release();
- secondPart->release();
- return first - second;
- }
- }
- else if (attributeValue.hatAt(attributeValue.getLength() - 1, "%"))
- {
- return (int)((int)attributeValue * (parentSize / 100.0));
- }
- else
- {
- return (int)attributeValue;
- }
- }
- UIMLContainer::UIMLContainer()
- : UIMLElement()
- {}
- UIMLContainer::~UIMLContainer() {}
- UIMLTextField::UIMLTextField()
- : UIMLElement()
- {}
- bool UIMLTextField::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("textfield");
- }
- Zeichnung* UIMLTextField::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- TextFeld* t = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- updateElement(element, *t, generalFactory);
- return t;
- }
- bool Framework::UIMLTextField::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- TextFeld* t = dynamic_cast<TextFeld*>(&z);
- if (!t) return false;
- if (!element.hasAttribute("style"))
- {
- TextFeld* tmp = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- tmp->addStyle(TextFeld::Style::TextFeld);
- t->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLTextField::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- TextFeld* tf = dynamic_cast<TextFeld*>(&z);
- if (element.hasAttribute("font-size"))
- {
- tf->setSchriftSize(
- (unsigned char)(int)element.getAttributeValue("font-size"));
- }
- ((TextFeld*)&z)->setText(element.getText());
- if (element.hasAttribute("width"))
- {
- Text w = element.getAttributeValue("width");
- if (w.istGleich("auto"))
- {
- z.setWidth(((TextFeld*)&z)->getNeededWidth());
- }
- }
- if (element.hasAttribute("height"))
- {
- Text h = element.getAttributeValue("height");
- if (h.istGleich("auto"))
- {
- z.setHeight(((TextFeld*)&z)->getNeededHeight());
- }
- }
- if (element.hasAttribute("text-color"))
- {
- tf->setSchriftFarbe((int)element.getAttributeValue("text-color"));
- }
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- if (element.hasAttribute("text-align-horizontal"))
- z.setStyle(TextFeld::Style::HCenter,
- element.getAttributeValue("text-align-horizontal")
- .istGleich("center"));
- if (element.hasAttribute("text-align-vertical"))
- z.setStyle(TextFeld::Style::VCenter,
- element.getAttributeValue("text-align-vertical")
- .istGleich("center"));
- if (element.hasAttribute("disabled"))
- z.removeStyle(TextFeld::Style::Editierbar);
- if (element.getAttributeValue("vScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::VScroll,
- tf->getNeededHeight() > tf->getInnenHeight());
- tf->setVertikalKlickScroll(tf->getSchriftSize());
- tf->updateVScroll();
- }
- if (element.getAttributeValue("hScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::HScroll,
- tf->getNeededWidth() > tf->getInnenBreite());
- tf->setHorizontalKlickScroll(tf->getSchriftSize());
- tf->updateHScroll();
- }
- }
- UIMLButton::UIMLButton()
- : UIMLElement()
- {}
- bool UIMLButton::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("button");
- }
- Zeichnung* UIMLButton::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- Knopf* k = generalFactory.getFactory().createKnopf(
- generalFactory.getFactory().initParam);
- updateElement(element, *k, generalFactory);
- return k;
- }
- bool Framework::UIMLButton::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- Knopf* k = dynamic_cast<Knopf*>(&z);
- if (!k) return false;
- if (!element.hasAttribute("style"))
- {
- Knopf* tmp = generalFactory.getFactory().createKnopf(
- generalFactory.getFactory().initParam);
- k->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLButton::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- if (element.hasAttribute("font-size"))
- ((Knopf*)&z)
- ->setSchriftSize(
- (unsigned char)(int)element.getAttributeValue("font-size"));
- ((Knopf*)&z)->setText(element.getText());
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- }
- UIMLCheck::UIMLCheck()
- : UIMLElement()
- {}
- bool UIMLCheck::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("check");
- }
- Zeichnung* UIMLCheck::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- KontrollKnopf* k = generalFactory.getFactory().createKontrollKnopf(
- generalFactory.getFactory().initParam);
- updateElement(element, *k, generalFactory);
- return k;
- }
- bool Framework::UIMLCheck::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- KontrollKnopf* k = dynamic_cast<KontrollKnopf*>(&z);
- if (!k) return false;
- if (!element.hasAttribute("style"))
- {
- KontrollKnopf* tmp = generalFactory.getFactory().createKontrollKnopf(
- generalFactory.getFactory().initParam);
- k->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLCheck::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- ((KontrollKnopf*)&z)->setText(element.getText());
- ((KontrollKnopf*)&z)->setSText(element.getText());
- z.setStyle(
- KontrollKnopf::Style::Selected, element.hasAttribute("selected"));
- if (element.hasAttribute("font-size"))
- ((KontrollKnopf*)&z)
- ->setSSize(
- (unsigned char)(int)element.getAttributeValue("font-size"));
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- }
- UIMLText::UIMLText()
- : UIMLElement()
- {}
- bool UIMLText::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("text");
- }
- Zeichnung* UIMLText::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- TextFeld* t = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- updateElement(element, *t, generalFactory);
- return t;
- }
- bool Framework::UIMLText::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- TextFeld* t = dynamic_cast<TextFeld*>(&z);
- if (!t) return false;
- if (!element.hasAttribute("style"))
- {
- TextFeld* tmp = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- tmp->addStyle(TextFeld::Style::Text);
- t->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLText::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- TextFeld* tf = dynamic_cast<TextFeld*>(&z);
- if (element.hasAttribute("font-size"))
- {
- tf->setSchriftSize(
- (unsigned char)(int)element.getAttributeValue("font-size"));
- }
- tf->setText(element.getText());
- if (element.hasAttribute("width"))
- {
- Text w = element.getAttributeValue("width");
- if (w.istGleich("auto"))
- {
- z.setWidth(tf->getNeededWidth());
- }
- }
- if (element.hasAttribute("height"))
- {
- Text h = element.getAttributeValue("height");
- if (h.istGleich("auto"))
- {
- z.setHeight(tf->getNeededHeight());
- }
- }
- if (element.hasAttribute("text-color"))
- {
- tf->setSchriftFarbe((int)element.getAttributeValue("text-color"));
- }
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- if (element.hasAttribute("text-align-horizontal"))
- z.setStyle(TextFeld::Style::HCenter,
- element.getAttributeValue("text-align-horizontal")
- .istGleich("center"));
- if (element.hasAttribute("text-align-vertical"))
- z.setStyle(TextFeld::Style::VCenter,
- element.getAttributeValue("text-align-vertical")
- .istGleich("center"));
- if (element.hasAttribute("disabled"))
- z.removeStyle(TextFeld::Style::Editierbar);
- if (element.getAttributeValue("vScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::VScroll,
- tf->getNeededHeight() > tf->getInnenHeight());
- tf->setVertikalKlickScroll(tf->getSchriftSize());
- tf->updateVScroll();
- }
- if (element.getAttributeValue("hScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::HScroll,
- tf->getNeededWidth() > tf->getInnenBreite());
- tf->setHorizontalKlickScroll(tf->getSchriftSize());
- tf->updateHScroll();
- }
- }
- UIMLTextArea::UIMLTextArea()
- : UIMLElement()
- {}
- bool UIMLTextArea::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("textarea");
- }
- Zeichnung* UIMLTextArea::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- TextFeld* t = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- updateElement(element, *t, generalFactory);
- return t;
- }
- bool Framework::UIMLTextArea::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- TextFeld* t = dynamic_cast<TextFeld*>(&z);
- if (!t) return false;
- if (!element.hasAttribute("style"))
- {
- TextFeld* tmp = generalFactory.getFactory().createTextFeld(
- generalFactory.getFactory().initParam);
- tmp->addStyle(TextFeld::Style::TextGebiet);
- t->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLTextArea::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- TextFeld* tf = dynamic_cast<TextFeld*>(&z);
- if (element.hasAttribute("font-size"))
- {
- tf->setSchriftSize(
- (unsigned char)(int)element.getAttributeValue("font-size"));
- }
- if (element.hasAttribute("disabled"))
- z.removeStyle(TextFeld::Style::Editierbar);
- tf->setText(element.getText());
- tf->zTextRenderer()->textFormatieren(tf->zText(), z.getInnenBreite());
- if (element.hasAttribute("width"))
- {
- Text w = element.getAttributeValue("width");
- if (w.istGleich("auto"))
- {
- z.setWidth(((TextFeld*)&z)->getNeededWidth());
- }
- }
- if (element.hasAttribute("height"))
- {
- Text h = element.getAttributeValue("height");
- if (h.istGleich("auto"))
- {
- z.setHeight(((TextFeld*)&z)->getNeededHeight());
- }
- }
- if (element.hasAttribute("text-color"))
- {
- tf->setSchriftFarbe((int)element.getAttributeValue("text-color"));
- }
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- if (element.hasAttribute("text-align-horizontal"))
- z.setStyle(TextFeld::Style::HCenter,
- element.getAttributeValue("text-align-horizontal")
- .istGleich("center"));
- if (element.hasAttribute("text-align-vertical"))
- z.setStyle(TextFeld::Style::VCenter,
- element.getAttributeValue("text-align-vertical")
- .istGleich("center"));
- if (element.hasAttribute("font-size"))
- if (element.getAttributeValue("vScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::VScroll,
- tf->getNeededHeight() > tf->getInnenHeight());
- tf->setVertikalKlickScroll(tf->getSchriftSize());
- tf->updateVScroll();
- }
- if (element.getAttributeValue("hScroll").istGleich("auto"))
- {
- tf->setStyle(TextFeld::Style::HScroll,
- tf->getNeededWidth() > tf->getInnenBreite());
- tf->setHorizontalKlickScroll(tf->getSchriftSize());
- tf->updateHScroll();
- }
- }
- UIMLTable::UIMLTable()
- : UIMLElement()
- {}
- bool UIMLTable::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("table");
- }
- Zeichnung* UIMLTable::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- ObjTabelle* t = generalFactory.getFactory().createObjTabelle(
- generalFactory.getFactory().initParam);
- updateElement(element, *t, generalFactory);
- return t;
- }
- DLLEXPORT bool Framework::UIMLTable::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- ObjTabelle* t = dynamic_cast<ObjTabelle*>(&z);
- if (!t) return false;
- int index = 0;
- int linePos = 0;
- int numCols = 0;
- for (auto i = element.getChilds(); i; i++)
- {
- Text id;
- if (i->hasAttribute("id"))
- id = i->getAttributeValue("id");
- else
- {
- id = Text("_") += index++;
- i->setAttribute("id", id);
- }
- if (i->getName().istGleich("tr"))
- {
- if (t->getZeilenNummer(id) == -1) t->addZeile(id);
- t->setZeilePosition(id, linePos);
- int c = 1;
- for (auto j = i->getChilds(); j; j++)
- {
- if (t->getSpaltenAnzahl() < c) t->addSpalte(Text(c - 1));
- if (numCols < c) numCols = c;
- Zeichnung* z = t->zZeichnung(Text(c - 1), id);
- if (!z
- || !generalFactory.updateElement(
- element, *z, generalFactory))
- {
- z = generalFactory.parseElement(*i.val(), generalFactory);
- if (z) t->setZeichnungZ(Text(c - 1), id, z);
- }
- c++;
- }
- }
- linePos++;
- }
- for (int i = 0; i < t->getZeilenAnzahl(); i++)
- { // remove all lines that are not in the xml
- if (!element.selectChildsByName("tr")
- .whereAttributeEquals("id", *t->zZeilenName(i))
- .exists())
- {
- t->removeZeile(i);
- i--;
- }
- }
- for (int i = numCols; i < t->getSpaltenAnzahl(); i++)
- { // remove all columns that are not in the xml
- t->removeSpalte(i);
- i--;
- }
- if (!element.hasAttribute("style"))
- {
- ObjTabelle* tmp = generalFactory.getFactory().createObjTabelle(
- generalFactory.getFactory().initParam);
- t->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLTable::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- if (element.hasAttribute("scroll"))
- {
- z.setStyle(ObjTabelle::Style::HScroll,
- element.getAttributeValue("scroll").istGleich("horizontal"));
- z.setStyle(ObjTabelle::Style::VScroll,
- element.getAttributeValue("scroll").istGleich("vertical"));
- z.setStyle(ObjTabelle::Style::scroll,
- element.getAttributeValue("scroll").istGleich("both"));
- }
- UIMLElement::layout(element, z, pWidth, pHeight, generalLayouter);
- ObjTabelle* objT = (ObjTabelle*)&z;
- if (objT->getZeilenAnzahl() > 0)
- {
- if (element.hasAttribute("line-height"))
- {
- int height = (int)element.getAttributeValue("line-height");
- for (int i = 0; i < objT->getZeilenAnzahl(); i++)
- objT->setZeilenHeight(i, height);
- }
- for (int i = 0; i < objT->getSpaltenAnzahl(); i++)
- {
- if (objT->zZeichnung(i, 0))
- objT->setSpaltenBreite(i, objT->zZeichnung(i, 0)->getBreite());
- }
- }
- }
- UIMLFrame::UIMLFrame()
- : UIMLElement()
- {}
- bool UIMLFrame::isApplicableFor(XML::Element& element)
- {
- return element.getName().istGleich("frame");
- }
- Zeichnung* UIMLFrame::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- Fenster* f = generalFactory.getFactory().createFenster(
- generalFactory.getFactory().initParam);
- updateElement(element, *f, generalFactory);
- return f;
- }
- bool Framework::UIMLFrame::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- Fenster* f = dynamic_cast<Fenster*>(&z);
- if (!f) return false;
- for (auto member = f->getMembers().begin(); member; )
- { // remove all members that are not in the xml
- Framework::Text id = generalFactory.getZeichnungId(*member.val());
- if (id.getLength() == 0){
- member.remove();
- f->setRender();
- }
- else
- {
- member++;
- }
- }
- int index = 0;
- for (auto i = element.getChilds(); i; i++)
- {
- Text id = i->getAttributeValue("id");
- Zeichnung* z = generalFactory.zZeichnungById(id);
- if (!id.getLength() || !z || f->getMembers().indexOf(z) < 0
- || !generalFactory.updateElement(*i.val(), *z, generalFactory))
- {
- if (f->getMembers().indexOf(z) >= 0)
- {
- f->removeMember(z);
- }
- if (z) generalFactory.removeZeichnung(*z);
- z = generalFactory.parseElement(*i.val(), generalFactory);
- if (z) f->addMember(z);
- }
- if (z) f->setMemberIndex(z, index++);
- }
- if (!element.hasAttribute("style"))
- {
- Fenster* tmp = generalFactory.getFactory().createFenster(
- generalFactory.getFactory().initParam);
- f->setStyle(tmp->getStyles());
- tmp->release();
- }
- return true;
- }
- void UIMLFrame::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- Fenster* f = dynamic_cast<Fenster*>(&z);
- if (element.hasAttribute("title"))
- f->setTitel(element.getAttributeValue("title"));
- if (element.hasAttribute("title-height"))
- {
- f->zTTextFeld()->setSize(f->zTTextFeld()->getBreite(),
- (int)element.getAttributeValue("title-height"));
- }
- if (element.hasAttribute("title-font-size"))
- {
- f->zTTextFeld()->setSchriftSize(
- (unsigned char)(int)element.getAttributeValue("title-font-size"));
- }
- if (element.hasAttribute("title-text-color"))
- {
- f->zTTextFeld()->setSchriftFarbe(
- (int)element.getAttributeValue("title-text-color"));
- }
- if (element.hasAttribute("width"))
- {
- Text w = element.getAttributeValue("width");
- if (w.istGleich("auto"))
- {
- z.setWidth(f->getNeededChildWidth());
- }
- }
- if (element.hasAttribute("height"))
- {
- Text h = element.getAttributeValue("height");
- if (h.istGleich("auto"))
- {
- z.setHeight(f->getNeededChildHeight());
- }
- }
- if (element.hasAttribute("display"))
- {
- UIMLElement::layout(element,
- z,
- pWidth,
- pHeight,
- generalLayouter); // calculate all sizes
- if (element.getAttributeValue("display").istGleich("column"))
- {
- int gap = calculateSize(element.getAttributeValue("gap"), pHeight);
- int y = 0;
- for (Zeichnung* z : f->getMembers())
- {
- Text id = generalLayouter.getZeichnungId(*z);
- auto child = element.selectChildsByAttribute("id", id);
- if (child.exists())
- {
- if (!child.whereAttributeExists("align-left").exists()
- && !child.whereAttributeExists("align-right").exists()
- && !child.whereAttributeExists("align-top").exists()
- && !child.whereAttributeExists("align-bottom").exists())
- {
- z->setY(y);
- y += z->getHeight() + gap;
- }
- }
- }
- }
- else if (element.getAttributeValue("display").istGleich("row"))
- {
- int gap = calculateSize(element.getAttributeValue("gap"), pWidth);
- int x = 0;
- for (Zeichnung* z : f->getMembers())
- {
- Text id = generalLayouter.getZeichnungId(*z);
- auto child = element.selectChildsByAttribute("id", id);
- if (child.exists())
- {
- if (!child.whereAttributeExists("align-left").exists()
- && !child.whereAttributeExists("align-right").exists()
- && !child.whereAttributeExists("align-top").exists()
- && !child.whereAttributeExists("align-bottom").exists())
- {
- z->setX(x);
- x += z->getBreite() + gap;
- }
- }
- }
- }
- }
- UIMLElement::layout(element,
- z,
- pWidth,
- pHeight,
- generalLayouter); // calculate all remaining positions
- if (element.getAttributeValue("vScroll").istGleich("auto"))
- {
- f->setStyle(Fenster::Style::VScroll,
- f->getNeededChildHeight() > f->getInnenHeight());
- f->setVSBScroll(10);
- f->updateVScroll();
- }
- if (element.getAttributeValue("hScroll").istGleich("auto"))
- {
- f->setStyle(Fenster::Style::HScroll,
- f->getNeededChildWidth() > f->getInnenBreite());
- f->setHSBScroll(10);
- f->updateHScroll();
- }
- }
- // Erstellt eine UIML View
- UIMLView::UIMLView()
- : ZeichnungHintergrund()
- {
- style = Style::MEIgnoreInside | Style::MEIgnoreParentInside
- | Style::MEIgnoreSichtbar | Style::MEIgnoreVerarbeitet;
- members = new RCTrie<Zeichnung>();
- dom = 0;
- nextId = 0;
- memset(&init, 0, sizeof(UIInit));
- addKnownElement(new UIMLTextField());
- addKnownElement(new UIMLButton());
- addKnownElement(new UIMLCheck());
- addKnownElement(new UIMLText());
- addKnownElement(new UIMLTextArea());
- addKnownElement(new UIMLTable());
- addKnownElement(new UIMLFrame());
- }
- // Erstellt eine UIML View zu einem UIML Text
- // uiml: Ein xml element gemät des ksg uiml standarts
- UIMLView::UIMLView(XML::Element* uiml, UIInit& init)
- : UIMLView()
- {
- this->init = init;
- setUIML(uiml);
- }
- // Erstellt eine UIML View zu einem UIML Text
- // uiml: Ein xml text gemät des ksg uiml standarts
- UIMLView::UIMLView(Text uiml, UIInit& init)
- : UIMLView()
- {
- this->init = init;
- setUIML(uiml);
- }
- UIMLView::~UIMLView()
- {
- if (dom) dom->release();
- members->release();
- }
- // Verarbeitet ein Maus Ereignis. Wird vom Framework automatisch aufgerufen.
- // me: Das Ereignis
- void UIMLView::doMausEreignis(MausEreignis& me, bool userRet)
- {
- if (dom)
- {
- bool verarbeitet = me.verarbeitet;
- me.verarbeitet |= hatStyleNicht(Style::Sichtbar);
- bool insideParent = me.insideParent;
- if (!hatStyle(Style::Sichtbar) || !me.insideParent || me.verarbeitet
- || me.mx < 0 || me.my < 0 || me.mx >= gr.x || me.my >= gr.y
- || !userRet)
- me.insideParent = 0;
- int rbr = 0;
- if (hatStyle(Style::Rahmen) && rahmen) rbr = rahmen->getRBreite();
- me.mx -= rbr;
- me.my -= rbr;
- if (hatStyle(Style::VScroll) && vertikalScrollBar)
- me.my += vertikalScrollBar->getScroll();
- if (hatStyle(Style::HScroll) && horizontalScrollBar)
- me.mx += horizontalScrollBar->getScroll();
- if (dom)
- {
- for (auto i = dom->getChilds(); i; i++)
- { // TODO render elements backwards
- Zeichnung* z = members->z(i->getAttributeValue("id"),
- i->getAttributeValue("id").getLength());
- if (z) z->doPublicMausEreignis(me);
- }
- }
- me.mx += rbr;
- me.my += rbr;
- if (hatStyle(Style::VScroll) && vertikalScrollBar)
- me.my -= vertikalScrollBar->getScroll();
- if (hatStyle(Style::HScroll) && horizontalScrollBar)
- me.mx -= horizontalScrollBar->getScroll();
- if (!hatStyle(Style::Sichtbar) || !me.insideParent || me.verarbeitet
- || me.mx < 0 || me.my < 0 || me.mx >= gr.x || me.my >= gr.y
- || !userRet)
- me.insideParent = insideParent;
- else
- me.verarbeitet = 1;
- if (hatStyleNicht(Style::Sichtbar)) me.verarbeitet = verarbeitet;
- }
- }
- void Framework::UIMLView::setOnMemberMouseEvent(std::function<bool(
- XML::Element& element, Zeichnung& member, MausEreignis me)>
- onEventAction)
- {
- onMemberMouseEvent = onEventAction;
- }
- void Framework::UIMLView::setOnMemberKeyboardEvent(std::function<bool(
- XML::Element& element, Zeichnung& member, TastaturEreignis te)>
- onEventAction)
- {
- onMemberKeyboardEvent = onEventAction;
- }
- //! entfernt alle bekannten elemente, die im uiml verwendet werden können
- void UIMLView::removeAllKnownElements()
- {
- knownElements.leeren();
- }
- //! fügt ein neues bekanntes element hinzu, dass danach im uiml verwendet werden
- //! kann.
- void UIMLView::addKnownElement(UIMLElement* element)
- {
- knownElements.add(element);
- }
- //! prüft, ob ein xml Element ein bekanntes uiml Element ist;
- bool UIMLView::isKnownElement(XML::Element* zElement)
- {
- for (UIMLElement* element : knownElements)
- {
- if (element->isApplicableFor(*zElement)) return 1;
- }
- return 0;
- }
- // setzt den inhalt der view
- // uiml: Ein xml element gemät des ksg uiml standarts
- void UIMLView::setUIML(XML::Element* uiml)
- {
- if (dom)
- { // update dom and members
- auto newChilds = uiml->selectChildren().selectAllElements();
- // remove old members
- for (XML::Element *i : dom->selectChildren().selectAllElements().whereAttributeExists("id"))
- {
- Framework::Text id = i->getAttributeValue("id");
- if (!newChilds.whereAttributeEquals("id", id).exists())
- {
- Zeichnung* z = members->z(id, id.getLength());
- if (z) removeZeichnung(*z);
- }
- }
- dom = uiml;
- update();
- }
- else
- { // initialize dom and members
- dom = uiml;
- for (auto i = dom->getChilds(); i; i++)
- {
- Zeichnung* z = parseElement(*i.val(), *this);
- if (z) z->release();
- }
- }
- }
- // setzt den inhalt der view
- // uiml: Ein xml text gemät des ksg uiml standarts
- void UIMLView::setUIML(Text uiml)
- {
- setUIML(new XML::Element(uiml));
- }
- // Gibt eine zeichnung zurück, welche in uiml eine bestimmte id hat
- // id: die id der Zeichnung
- Zeichnung* UIMLView::zZeichnungById(const char* id)
- {
- return members->z(id, textLength(id));
- }
- // Gibt eine zeichnung zurück, welche in uiml eine bestimmte id hat
- // id: die id der Zeichnung
- Zeichnung* UIMLView::getZeichnungById(const char* id)
- {
- return members->get(id, textLength(id));
- }
- void Framework::UIMLView::update()
- {
- for (auto i = dom->getChilds(); i; i++)
- {
- Text id = i->getAttributeValue("id");
- Zeichnung* z = zZeichnungById(id);
- if (!id.getLength() || !z || !updateElement(*i.val(), *z, *this))
- {
- z = parseElement(*i.val(), *this);
- if (z) z->release();
- }
- }
- }
- // aktualisiert größe und position aller Zeichnungen gemäß den spezifikationen
- // in UIML
- void UIMLView::layout()
- {
- if (dom)
- {
- for (auto i = dom->getChilds(); i; i++)
- {
- Text id = i->getAttributeValue("id");
- Zeichnung* z = zZeichnungById(id);
- if (z)
- {
- layout(*i.val(),
- *z,
- this->getInnenBreite(),
- this->getInnenHeight(),
- *this);
- }
- }
- }
- }
- // fügt ein element hinzu
- // uiml: Ein xml text gemät des KSG UIML standarts, welcher das neue Objekt
- // darstellt
- Text UIMLView::addMember(Text uiml)
- {
- XML::Element* e = new XML::Element(uiml);
- Zeichnung* z = parseElement(*e, *this);
- if (z)
- {
- dom->addChildAtFront(e);
- z->release();
- }
- return e->getAttributeValue("id");
- }
- // fügt ein element zu einem Elternelement hinzu (funktioniert momentan nur mit
- // frame Objekten)
- // uiml: Ein xml text gemät des KSG UIML standarts, welcher das neue Objekt
- // darstellt
- Text UIMLView::addMember(Text uiml, Text parentId)
- {
- XML::Element* e = new XML::Element(uiml);
- XML::Editor ed = dom->selectChildren();
- while (ed.begin())
- {
- XML::Editor ed2 = ed.whereAttributeEquals("id", parentId);
- if (ed2.begin())
- {
- if (ed2.begin()->getName().istGleich("frame"))
- {
- Zeichnung* z = parseElement(*e, *this);
- if (z)
- {
- dynamic_cast<Fenster*>(
- members->z(parentId, parentId.getLength()))
- ->addMember(z);
- ed2.begin()->addChild(e);
- }
- return e->getAttributeValue("id");
- }
- }
- ed = ed.selectChildren();
- }
- e->release();
- return "";
- }
- // entfernt ein element
- // id: id des Elements
- void UIMLView::removeMember(Text id)
- {
- XML::Editor e = dom->selectChildsByAttribute("id", id);
- e.remove();
- members->remove(id, id.getLength());
- }
- // Verarbeitet ein Tastatur Ereignis. Wird vom Framework automatisch aufgerufen
- // te: Das Ereignis
- void UIMLView::doTastaturEreignis(TastaturEreignis& te)
- {
- bool verarbeitet = te.verarbeitet;
- ZeichnungHintergrund::doTastaturEreignis(te);
- te.verarbeitet = verarbeitet;
- if (dom)
- {
- for (auto i = dom->getChilds(); i; i++)
- { // TODO render elements backwards
- Zeichnung* z = members->z(i->getAttributeValue("id"),
- i->getAttributeValue("id").getLength());
- if (z) z->doTastaturEreignis(te);
- }
- }
- }
- // Updated den Zeichenhintergrund
- // tickVal: Die vergangene Zeit in Sekunden, die seit dem Letzten Aufruf dieser
- // Funktion verstrichen ist return: 1, wenn das Bild neu gezeichnet werden
- // muss. 0 sonnst
- bool UIMLView::tick(double tickVal)
- {
- if (dom)
- {
- for (auto i = dom->getChilds(); i; i++)
- { // TODO render elements backwards
- Zeichnung* z = members->z(i->getAttributeValue("id"),
- i->getAttributeValue("id").getLength());
- if (z) rend |= z->tick(tickVal);
- }
- }
- return ZeichnungHintergrund::tick(tickVal);
- }
- // Zeichnet den Hintergrund eines Zeichnunges nach rObj
- void UIMLView::render(Bild& rObj)
- {
- if (hatStyle(Zeichnung::Style::Sichtbar))
- {
- ZeichnungHintergrund::render(rObj);
- if (dom)
- {
- if (!rObj.setDrawOptions(pos.x + getRahmenBreite(),
- pos.y + getRahmenBreite(),
- gr.x + getRahmenBreite() * 2,
- gr.y + getRahmenBreite() * 2))
- return;
- bool vSc = hatStyle(Style::VScroll) && vertikalScrollBar;
- bool hSc = hatStyle(Style::HScroll) && horizontalScrollBar;
- rObj.addScrollOffset(hSc ? horizontalScrollBar->getScroll() : 0,
- vSc ? vertikalScrollBar->getScroll() : 0);
- for (int i = dom->getChildCount() - 1; i >= 0; i--)
- { // TODO render elements backwards
- XML::Element* e = dom->zChild(i);
- Zeichnung* z = members->z(e->getAttributeValue("id"),
- e->getAttributeValue("id").getLength());
- if (z) z->render(rObj);
- }
- rObj.releaseDrawOptions();
- }
- }
- }
- // Gibt den Dom Tree ohne erhöhten reference counter zurück
- // Änderungen am Dom Tree sollten vermieden werden (nur änderungen von
- // attributen einzelner elemente sind erlaubt)
- XML::Element* UIMLView::zDom() const
- {
- return dom;
- }
- // Gibt den Dom Tree zurück
- // Änderungen am Dom Tree sollten vermieden werden (nur änderungen von
- // attributen einzelner elemente sind erlaubt)
- XML::Element* UIMLView::getDom() const
- {
- return dom ? dynamic_cast<XML::Element*>(dom->getThis()) : 0;
- }
- bool UIMLView::isApplicableFor(XML::Element& element)
- {
- for (UIMLElement* e : knownElements)
- {
- if (e->isApplicableFor(element)) return 1;
- }
- return 0;
- }
- Zeichnung* UIMLView::parseElement(
- XML::Element& element, UIMLContainer& generalFactory)
- {
- Text id;
- if (element.hasAttribute("id"))
- id = element.getAttributeValue("id");
- else
- {
- id = Text("_") += nextId++;
- element.setAttribute("id", id);
- }
- Zeichnung* z = members->z(id, id.getLength());
- if (!z)
- {
- // precompute attributes
- if (element.hasAttribute("margin"))
- {
- Text m = element.getAttributeValue("margin");
- if (!element.hasAttribute("margin-left"))
- element.setAttribute("margin-left", m);
- if (!element.hasAttribute("margin-top"))
- element.setAttribute("margin-top", m);
- if (!element.hasAttribute("margin-right"))
- element.setAttribute("margin-right", m);
- if (!element.hasAttribute("margin-bottom"))
- element.setAttribute("margin-bottom", m);
- }
- if (element.hasAttribute("class"))
- {
- Text c = element.getAttributeValue("class");
- while (1)
- {
- Text* t;
- if (c.hat(","))
- t = c.getTeilText(0, c.positionVon(','));
- else
- t = new Text(c);
- XML::Editor ce
- = dom->selectChildsByName("class").whereAttributeEquals(
- "id", *t);
- for (auto i = ce.begin(); i; i++)
- {
- for (auto j = i->getAttributeNames(),
- k = i->getAttributeValues();
- j && k;
- j++, k++)
- {
- if (!element.hasAttribute(j->getText()))
- element.setAttribute(j->getText(), i->getText());
- }
- }
- t->release();
- if (c.hat(","))
- c.remove(0, c.positionVon(',' + 1));
- else
- break;
- }
- }
- if (element.hasAttribute("text-align"))
- {
- if (!element.hasAttribute("text-align-horizontal"))
- element.setAttribute("text-align-horizontal",
- element.getAttributeValue("text-align"));
- if (!element.hasAttribute("text-align-vertical"))
- element.setAttribute("text-align-vertical",
- element.getAttributeValue("text-align"));
- }
- // create objects
- for (UIMLElement* e : knownElements)
- {
- if (e->isApplicableFor(element))
- {
- z = e->parseElement(element, *this);
- break;
- }
- }
- if (z)
- {
- if (hatStyle(Style::GlobalMouseEvent))
- {
- z->addMausEreignis(
- [this, z](void* p, void* o, MausEreignis me) {
- return dom->selectChildren()
- .selectAllElements()
- .whereAttributeEquals("id", getZeichnungId(*z))
- .getFirstElement()
- .map<bool>([this, &me, z](
- RCPointer<XML::Element> element) {
- return onMemberMouseEvent
- ? onMemberMouseEvent(*element, *z, me)
- : 0;
- })
- .orElse(0);
- });
- }
- if (hatStyle(Style::GlobalTastaturEvent))
- {
- z->addTastaturEreignis(
- [this, z](void* p, void* o, TastaturEreignis te) {
- return dom->selectChildren()
- .selectAllElements()
- .whereAttributeEquals("id", getZeichnungId(*z))
- .getFirstElement()
- .map<bool>([this, &te, z](
- RCPointer<XML::Element> element) {
- return onMemberKeyboardEvent
- ? onMemberKeyboardEvent(
- *element, *z, te)
- : 0;
- })
- .orElse(0);
- });
- }
- members->set(
- id, id.getLength(), dynamic_cast<Zeichnung*>(z->getThis()));
- idList.add(new Text(id));
- memberList.add(z);
- }
- }
- else
- z->getThis();
- return z;
- }
- bool Framework::UIMLView::updateElement(
- XML::Element& element, Zeichnung& z, UIMLContainer& generalFactory)
- {
- bool result = 0;
- for (UIMLElement* e : knownElements)
- {
- if (e->isApplicableFor(element))
- {
- result = e->updateElement(element, z, *this);
- break;
- }
- }
- if (!result)
- {
- for (XML::Element* element :
- element.selectChildren().selectAllElements().whereAttributeExists(
- "id"))
- { // element could not be updated so all children will be removed
- Framework::Text id = element->getAttributeValue("id");
- Zeichnung* z = zZeichnungById(id);
- if (z) removeZeichnung(*z);
- }
- removeZeichnung(z);
- }
- return result;
- }
- void UIMLView::layout(XML::Element& element,
- Zeichnung& z,
- int pWidth,
- int pHeight,
- UIMLContainer& generalLayouter)
- {
- for (UIMLElement* e : knownElements)
- {
- if (e->isApplicableFor(element))
- {
- e->layout(element, z, pWidth, pHeight, *this);
- break;
- }
- }
- }
- Text Framework::UIMLView::getZeichnungId(Zeichnung& z)
- {
- int index = memberList.getWertIndex(&z);
- if (index >= 0) return *idList.z(index);
- return "";
- }
- void Framework::UIMLView::removeZeichnung(Zeichnung& z)
- {
- int index = memberList.getWertIndex(&z);
- if (index >= 0)
- {
- Text id = *idList.z(index);
- idList.remove(index);
- memberList.remove(index);
- members->remove(id, id.getLength());
- }
- }
- bool Framework::UIMLView::registerZeichnung(const char* id, Zeichnung* z)
- {
- Zeichnung* existing = members->z(id, textLength(id));
- if (existing)
- {
- z->release();
- return 0;
- }
- members->set(id, textLength(id), z);
- return 1;
- }
- const UIInit& UIMLView::getFactory()
- {
- return init;
- }
- //! calculates the needed size for all content elements to be visible
- Punkt UIMLView::calculateContentSize()
- {
- Punkt maxP(0, 0);
- for (int i = dom->getChildCount() - 1; i >= 0; i--)
- { // TODO render elements backwards
- XML::Element* e = dom->zChild(i);
- Zeichnung* z = members->z(
- e->getAttributeValue("id"), e->getAttributeValue("id").getLength());
- if (z)
- {
- maxP.x = MAX(maxP.x, z->getPosition().x + z->getBreite());
- maxP.y = MAX(maxP.y, z->getPosition().y + z->getHeight());
- }
- }
- maxP.x += 2 * getRahmenBreite();
- maxP.y += 2 * getRahmenBreite();
- return maxP;
- }
|