TextFeld.cpp 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  1. #include "TextFeld.h"
  2. #include "Schrift.h"
  3. #include "Text.h"
  4. #include "AlphaFeld.h"
  5. #include "Rahmen.h"
  6. #include "Bild.h"
  7. #include "TastaturEreignis.h"
  8. #include "MausEreignis.h"
  9. #include "Fenster.h"
  10. #include "Scroll.h"
  11. #include <math.h>
  12. #include "Globals.h"
  13. #include "ToolTip.h"
  14. #include "Scroll.h"
  15. using namespace Framework;
  16. bool TextFeld::TextStyle::operator==(const TextStyle& rhs)
  17. {
  18. return fontSize == rhs.fontSize && fontColor == rhs.fontColor &&
  19. selectedColor == rhs.selectedColor && selectedBackcroundColor == rhs.selectedBackcroundColor &&
  20. underlined == rhs.underlined && selected == rhs.selected && interactParam == rhs.interactParam && rendererIndex == rhs.rendererIndex;
  21. }
  22. TextFeld::TextStyleManager::TextStyleManager()
  23. : ReferenceCounter(),
  24. renderer(new RCArray< TextRenderer >()),
  25. index(0),
  26. styleIndex(0),
  27. text(0)
  28. {
  29. current.beginIndex = 0;
  30. current.fontColor = 0xFFFFFFFF;
  31. current.fontSize = 12;
  32. current.selected = 0;
  33. current.selectedColor = 0xFFFFFFFF;
  34. current.selectedBackcroundColor = 0xFF0000FF;
  35. current.underlined = 0;
  36. current.interactParam = 0;
  37. current.rendererIndex = 0;
  38. textStyle.add(current);
  39. }
  40. TextFeld::TextStyleManager::~TextStyleManager()
  41. {
  42. if (renderer)
  43. renderer->release();
  44. if (text)
  45. text->release();
  46. }
  47. // Setzt den Style eines Textabschnittes
  48. // begin: die startposition des Abschnittes
  49. // end: die endposition des Abschnittes (nicht enthalten)
  50. void TextFeld::TextStyleManager::setTextStyle(int begin, int end, TextFeld::TextStyle style)
  51. {
  52. if (begin < 0 || begin > end || begin > text->getLength())
  53. return;
  54. int sc = textStyle.getEintragAnzahl();
  55. int index = -1;
  56. TextStyle s = textStyle.get(0);
  57. // suche bis zur richtigen stelle im stylearray
  58. for (int i = 0; i < sc; i++)
  59. {
  60. if (textStyle.get(i).beginIndex >= begin)
  61. {
  62. index = i;
  63. if (textStyle.get(i).beginIndex > begin)
  64. s = textStyle.get(i - 1);
  65. else
  66. {
  67. s = textStyle.get(i);
  68. textStyle.remove(i);
  69. sc--;
  70. }
  71. break;
  72. }
  73. }
  74. style.beginIndex = begin;
  75. s.beginIndex = end;
  76. if (index < 0)
  77. { // hinten an styles anfügen
  78. textStyle.add(style);
  79. textStyle.add(s);
  80. }
  81. else
  82. { // in die mitte des style arrays einfügen
  83. textStyle.add(style, index);
  84. for (int i = index + 1; i < sc + 1; i++)
  85. { // styles entfernen die überschrieben wurden
  86. if (textStyle.get(i).beginIndex <= end && textStyle.get(i).beginIndex > begin)
  87. {
  88. s = textStyle.get(i);
  89. textStyle.remove(i);
  90. i--;
  91. sc--;
  92. }
  93. }
  94. s.beginIndex = end;
  95. textStyle.add(s, index + 1);
  96. }
  97. cleanupStyles();
  98. }
  99. // Entfernt einen Textabschnitt
  100. // begin: der index des ersten betroffenen zeichens
  101. // end: der index des ersten zeichens nach dem abschnitt
  102. void TextFeld::TextStyleManager::removeText(int begin, int end)
  103. {
  104. int sc = textStyle.getEintragAnzahl();
  105. for (int i = 1; i < sc; i++)
  106. {
  107. TextStyle s = textStyle.get(i);
  108. if (s.beginIndex >= begin && s.beginIndex < end)
  109. {
  110. textStyle.remove(i);
  111. i--;
  112. sc--;
  113. }
  114. if (s.beginIndex >= end)
  115. {
  116. s.beginIndex -= end - begin;
  117. textStyle.set(s, i);
  118. }
  119. }
  120. text->remove(begin, end);
  121. cleanupStyles();
  122. }
  123. // Fügt ein Text an einer bestimmten Position ein
  124. // pos: die position des neuen Textausschnitts
  125. // text: der neue Text
  126. void TextFeld::TextStyleManager::insertText(int pos, const char* text)
  127. {
  128. int len = textLength(text);
  129. this->text->insert(pos, text);
  130. int sc = textStyle.getEintragAnzahl();
  131. for (int i = 0; i < sc; i++)
  132. {
  133. TextStyle s = textStyle.get(i);
  134. if (s.beginIndex > pos)
  135. {
  136. s.beginIndex += len;
  137. textStyle.set(s, i);
  138. }
  139. }
  140. cleanupStyles();
  141. }
  142. // Entfernt nicht benötiegte gleiche styles
  143. void TextFeld::TextStyleManager::cleanupStyles()
  144. {
  145. int sc = textStyle.getEintragAnzahl();
  146. TextStyle last = textStyle.get(0);
  147. for (int i = 1; i < sc; i++)
  148. {
  149. if (textStyle.get(i).beginIndex == last.beginIndex)
  150. {
  151. last = textStyle.get(i);
  152. textStyle.remove(i - 1);
  153. i--;
  154. sc--;
  155. continue;
  156. }
  157. if (textStyle.get(i) == last || (text && textStyle.get(i).beginIndex > text->getLength()))
  158. {
  159. textStyle.remove(i);
  160. i--;
  161. sc--;
  162. }
  163. else
  164. last = textStyle.get(i);
  165. }
  166. }
  167. // gibt eine referenz auf das style objekt zurück
  168. TextFeld::TextStyle& TextFeld::TextStyleManager::currentStyle()
  169. {
  170. return current;
  171. }
  172. // gibt den aktuellen text renderer zurück
  173. TextRenderer* TextFeld::TextStyleManager::zCurrentRenderer()
  174. {
  175. TextRenderer* tr = renderer->z(current.rendererIndex);
  176. if (!tr)
  177. tr = renderer->z(0);
  178. if (tr)
  179. tr->setSchriftSize(current.fontSize);
  180. return tr;
  181. }
  182. // ändert den inhalt des style objektes auf den style des nächsten zeichens
  183. bool TextFeld::TextStyleManager::nextStyle()
  184. {
  185. index++;
  186. if (textStyle.getEintragAnzahl() > styleIndex + 1 && index >= textStyle.get(styleIndex + 1).beginIndex)
  187. current = textStyle.get(styleIndex++ + 1);
  188. return text && index < text->getLength();
  189. }
  190. // ändert den inhalt des style objektes auf den style des angegebenen zeichens
  191. // index: der Index des Zeichens zu dem gesprungen werden soll
  192. // gibt 0 zurück falls es das zeichen nicht gibt
  193. bool TextFeld::TextStyleManager::stepTo(int index)
  194. {
  195. resetIteration();
  196. while (this->index < index && nextStyle());
  197. return text && this->index == index;
  198. }
  199. // ändert den inhalt des style objektes auf den style des ersten zeichens
  200. void TextFeld::TextStyleManager::resetIteration()
  201. {
  202. index = 0;
  203. styleIndex = 0;
  204. current = textStyle.get(0);
  205. }
  206. // Gibt den Style eines bestimmten zeichens zurück
  207. // index: Der index des Zeichensf
  208. TextFeld::TextStyle TextFeld::TextStyleManager::getTextStyle(int index) const
  209. {
  210. TextStyle last = textStyle.get(0);
  211. int ind = 0;
  212. for (auto i = textStyle.begin(); i && ind <= index; ind++)
  213. {
  214. if (i._.beginIndex <= ind)
  215. {
  216. last = i;
  217. i++;
  218. }
  219. }
  220. return last;
  221. }
  222. // Inhalt der TextFeld Klasse aus TextFeld.h
  223. // Konstruktor
  224. TextFeld::TextFeld()
  225. : ZeichnungHintergrund(),
  226. tm(new TextStyleManager()),
  227. showChar(0),
  228. cpos(0),
  229. tickVal(0),
  230. mausKlick(0)
  231. {
  232. charEvent = 0;
  233. horizontalScrollBar = new HScrollBar();
  234. vertikalScrollBar = new VScrollBar();
  235. this->setMausEreignis(_ret1ME);
  236. this->setTastaturEreignis(_ret1TE);
  237. }
  238. // Destruktor
  239. TextFeld::~TextFeld()
  240. {
  241. tm->release();
  242. }
  243. void TextFeld::doMausEreignis(MausEreignis& me, bool userRet) // Maus Ereignis
  244. {
  245. if (!userRet)
  246. return;
  247. if (hatStyleNicht(Style::Editierbar))
  248. {
  249. int rbr = 0;
  250. if (rahmen)
  251. rbr = rahmen->getRBreite();
  252. if (((vertikalScrollBar && hatStyle(Style::VScroll)) ||
  253. (horizontalScrollBar && hatStyle(Style::HScroll))) &&
  254. me.mx > rbr && me.mx < gr.x - rbr &&
  255. me.my > rbr && me.my < gr.y - rbr)
  256. {
  257. me.verarbeitet |= vertikalScrollBar->doMausMessage(gr.x - rbr - 15, rbr, 15, gr.y - rbr * 2, me);
  258. me.verarbeitet |= horizontalScrollBar->doMausMessage(rbr, gr.y - rbr * 2 - 15, gr.x - rbr * 2 - ((vertikalScrollBar && hatStyle(Style::VScroll)) ? 15 : 0), 15, me);
  259. }
  260. if (me.mx >= 0 && me.mx <= gr.x && me.my >= 0 && me.my <= gr.y && !me.verarbeitet && hatStyle(Style::Sichtbar))
  261. {
  262. int scrollHi = (vertikalScrollBar && hatStyle(Style::VScroll)) ? vertikalScrollBar->getScroll() : 0;
  263. int scrollBr = (horizontalScrollBar && hatStyle(Style::HScroll)) ? horizontalScrollBar->getScroll() : 0;
  264. int xxx = me.mx - rbr + scrollBr;
  265. int yyy = me.my - rbr + scrollHi;
  266. int mausChar = getTextIndexAt(xxx, yyy);
  267. if (mausChar >= 0)
  268. {
  269. TextStyle s = tm->getTextStyle(mausChar);
  270. if (charEvent && s.interactParam)
  271. charEvent(mausChar, s.interactParam, me);
  272. }
  273. if (charEvent)
  274. me.verarbeitet = 1;
  275. }
  276. mausKlick = 0;
  277. return;
  278. }
  279. if (!me.verarbeitet)
  280. {
  281. if (hatStyleNicht(Style::Fokus))
  282. {
  283. mausKlick = 0;
  284. if (me.id == Framework::ME_PLinks)
  285. addStyle(Style::Fokus);
  286. }
  287. int rbr = 0;
  288. if (rahmen)
  289. rbr = rahmen->getRBreite();
  290. if (vertikalScrollBar && hatStyle(Style::VScroll))
  291. {
  292. if (vertikalScrollBar->doMausMessage(gr.x - rbr - 15, rbr, 15, gr.y - rbr * 2, me))
  293. {
  294. me.verarbeitet = 1;
  295. return;
  296. }
  297. }
  298. if (horizontalScrollBar && hatStyle(Style::HScroll))
  299. {
  300. if (horizontalScrollBar->doMausMessage(rbr, gr.y - rbr - 15, gr.x - rbr * 2 - ((vertikalScrollBar && hatStyle(Style::VScroll)) ? 15 : 0), 15, me))
  301. {
  302. me.verarbeitet = 1;
  303. return;
  304. }
  305. }
  306. bool shift = TastenStand[T_Shift];
  307. bool strg = TastenStand[T_Strg];
  308. int tbr = getTextWidth();
  309. int thi = getTextHeight();
  310. int scrollHi = (vertikalScrollBar && hatStyle(Style::VScroll)) ? vertikalScrollBar->getScroll() : 0;
  311. int scrollBr = (horizontalScrollBar && hatStyle(Style::HScroll)) ? horizontalScrollBar->getScroll() : 0;
  312. int xxx = me.mx - rbr + scrollBr;
  313. int yyy = me.my - rbr + scrollHi;
  314. int mausChar = getTextIndexAt(xxx, yyy);
  315. int scrollBreite = (vertikalScrollBar && hatStyle(Style::VScroll)) * 15;
  316. int scrollHeight = (horizontalScrollBar && hatStyle(Style::HScroll)) * 15;
  317. if (hatStyle(Style::HCenter))
  318. xxx -= (((gr.x - scrollBreite) / 2) - tbr / 2) - rbr;
  319. if (hatStyle(Style::VCenter) && hatStyleNicht(Style::VScroll))
  320. yyy -= (((gr.y - scrollHeight) / 2) - thi / 2) - rbr;
  321. if (mausChar >= 0)
  322. {
  323. TextStyle s = tm->getTextStyle(mausChar);
  324. if (charEvent)
  325. charEvent(mausChar, s.interactParam, me);
  326. }
  327. if (me.mx < gr.x - rbr - 15)
  328. {
  329. if (tm->renderer)
  330. {
  331. int ncpos = getCurserPosAt(xxx, yyy);
  332. if (me.id == Framework::ME_PLinks)
  333. {
  334. if (ncpos != -1)
  335. {
  336. if (shift && cpos != ncpos)
  337. addAuswahl(MIN(cpos, ncpos), MAX(cpos, ncpos));
  338. else if (!shift && !mausKlick && !strg)
  339. deselectAuswahl();
  340. cpos = ncpos;
  341. rend = 1;
  342. if (vertikalScrollBar && hatStyle(Style::VScroll))
  343. updateVScroll();
  344. if (horizontalScrollBar && hatStyle(Style::HScroll))
  345. updateHScroll();
  346. }
  347. mausKlick = 1;
  348. }
  349. if (me.id == ME_Bewegung && mausKlick)
  350. {
  351. if (ncpos != -1)
  352. {
  353. rend = 1;
  354. if (cpos != ncpos)
  355. invertAuswahl(MIN(cpos, ncpos), MAX(cpos, ncpos));
  356. cpos = ncpos;
  357. if (vertikalScrollBar && hatStyle(Style::VScroll))
  358. updateVScroll(cpos);
  359. if (horizontalScrollBar && hatStyle(Style::HScroll))
  360. updateHScroll(cpos);
  361. }
  362. }
  363. if (me.id == ME_RLinks)
  364. {
  365. if (ncpos != -1)
  366. {
  367. rend = 1;
  368. if (cpos != ncpos)
  369. invertAuswahl(MIN(cpos, ncpos), MAX(cpos, ncpos));
  370. cpos = ncpos;
  371. if (vertikalScrollBar && hatStyle(Style::VScroll))
  372. updateVScroll(cpos);
  373. if (horizontalScrollBar && hatStyle(Style::HScroll))
  374. updateHScroll(cpos);
  375. }
  376. mausKlick = 0;
  377. }
  378. }
  379. }
  380. }
  381. me.verarbeitet = 1;
  382. }
  383. int TextFeld::getTextHeight() const
  384. {
  385. if (!tm || !tm->text)
  386. return 0;
  387. tm->resetIteration();
  388. int th = 0;
  389. int len = tm->text->getLength();
  390. const char* text = tm->text->getText();
  391. int max = 0;
  392. int abstand = 0;
  393. for (int i = 0; i < len; i++)
  394. {
  395. if (text[i] == '\n')
  396. {
  397. th += max + abstand;
  398. abstand = 0;
  399. max = 0;
  400. tm->nextStyle();
  401. continue;
  402. }
  403. TextRenderer* r = tm->zCurrentRenderer();
  404. if (r)
  405. {
  406. int tmp = r->getZeilenHeight();
  407. max = max >= tmp ? max : tmp;
  408. if (max == tmp)
  409. abstand = r->getZeilenAbstand();
  410. }
  411. tm->nextStyle();
  412. }
  413. if (max > 0)
  414. th += max;
  415. return th;
  416. }
  417. int TextFeld::getTextWidth() const
  418. {
  419. if (!tm || !tm->text)
  420. return 0;
  421. tm->resetIteration();
  422. int maxBr = 0;
  423. int len = tm->text->getLength();
  424. const char* text = tm->text->getText();
  425. int lineBr = 0;
  426. char buff[] = { 0,0 };
  427. for (int i = 0; i < len; i++)
  428. {
  429. buff[0] = text[i];
  430. if (text[i] == '\n')
  431. {
  432. maxBr = maxBr >= lineBr ? maxBr : lineBr;
  433. lineBr = 0;
  434. tm->nextStyle();
  435. continue;
  436. }
  437. TextRenderer* r = tm->zCurrentRenderer();
  438. if (r)
  439. lineBr += r->getTextBreite(buff);
  440. tm->nextStyle();
  441. }
  442. if (lineBr > 0)
  443. maxBr = maxBr >= lineBr ? maxBr : lineBr;
  444. return maxBr;
  445. }
  446. // charEvent: eine funktion die aufgerufen wird, wenn sich die maus auf einem bestimmten zeichen befindet und der interactParam im style != 0 ist
  447. // aufruf: charEvent( charIndex, interactParam, mausEreignis );
  448. void TextFeld::setCharEvent(std::function< void(int, int, MausEreignis me) > charEvent)
  449. {
  450. this->charEvent = charEvent;
  451. }
  452. void TextFeld::setText(Text* txt) // setzt den angezeigten Text
  453. {
  454. lockZeichnung();
  455. if (!tm->text)
  456. tm->text = new Text();
  457. tm->text->setText(txt);
  458. if (hatStyle(Style::VScroll))
  459. updateVScroll();
  460. if (hatStyle(Style::HScroll))
  461. updateHScroll();
  462. unlockZeichnung();
  463. rend = 1;
  464. }
  465. void TextFeld::setTextZ(Text* txt) // setzt einen Zeiger zum angezeigten Text
  466. {
  467. lockZeichnung();
  468. if (tm->text)
  469. tm->text->release();
  470. tm->text = txt;
  471. if (hatStyle(Style::VScroll))
  472. updateVScroll();
  473. if (hatStyle(Style::HScroll))
  474. updateHScroll();
  475. rend = 1;
  476. unlockZeichnung();
  477. }
  478. void TextFeld::setText(const char* txt) // setzt den angezeigten Text
  479. {
  480. lockZeichnung();
  481. if (!tm->text)
  482. tm->text = new Text();
  483. tm->text->setText(txt);
  484. if (hatStyle(Style::VScroll))
  485. updateVScroll();
  486. if (hatStyle(Style::HScroll))
  487. updateHScroll();
  488. rend = 1;
  489. unlockZeichnung();
  490. }
  491. // setzt den Text mit styles
  492. // txt: der Text
  493. // format: \x1: aktiviert unterschtrich
  494. // \x2\xY: setzt die schriftgröße auf y für den folgenden text
  495. // \x3\xA\xR\xG\xB: setzt die schriftfarbe auf ARGB
  496. // \x4\xA\xR\xG\xB: setzt die farbe des ausgewählten textes
  497. // \x5\xA\xR\xG\xB: setzt die hintergrundfarbe des ausgewählten textes
  498. // \x6\xY: setzt text renderer index auf y
  499. // \x7: deaktiviert unterschtrich
  500. // \x8\xA\xB\xC\xD: set interact param to ABCD
  501. void TextFeld::setFormattedText(const char* txt)
  502. {
  503. lockZeichnung();
  504. if (!tm->text)
  505. tm->text = new Text();
  506. tm->textStyle.leeren();
  507. TextStyle current;
  508. current.beginIndex = 0;
  509. current.fontColor = 0xFFFFFFFF;
  510. current.fontSize = 12;
  511. current.selected = 0;
  512. current.selectedColor = 0xFFFFFFFF;
  513. current.selectedBackcroundColor = 0xFF0000FF;
  514. current.underlined = 0;
  515. current.interactParam = 0;
  516. current.rendererIndex = 0;
  517. tm->textStyle.add(current);
  518. Text result = "";
  519. for (int i = 0; 1; i++)
  520. {
  521. bool br = 0;
  522. current.beginIndex = result.getLength();
  523. switch (txt[i])
  524. {
  525. case 0:
  526. br = 1;
  527. break;
  528. case 1:
  529. current.underlined = 1;
  530. tm->textStyle.add(current);
  531. break;
  532. case 2:
  533. current.fontSize = (unsigned char)txt[++i];
  534. tm->textStyle.add(current);
  535. break;
  536. case 3:
  537. current.fontColor = 0;
  538. current.fontColor |= (unsigned char)txt[++i] << 24;
  539. current.fontColor |= (unsigned char)txt[++i] << 16;
  540. current.fontColor |= (unsigned char)txt[++i] << 8;
  541. current.fontColor |= (unsigned char)txt[++i];
  542. tm->textStyle.add(current);
  543. break;
  544. case 4:
  545. current.selectedColor = 0;
  546. current.selectedColor |= (unsigned char)txt[++i] << 24;
  547. current.selectedColor |= (unsigned char)txt[++i] << 16;
  548. current.selectedColor |= (unsigned char)txt[++i] << 8;
  549. current.selectedColor |= (unsigned char)txt[++i];
  550. tm->textStyle.add(current);
  551. break;
  552. case 5:
  553. current.selectedBackcroundColor = 0;
  554. current.selectedBackcroundColor |= (unsigned char)txt[++i] << 24;
  555. current.selectedBackcroundColor |= (unsigned char)txt[++i] << 16;
  556. current.selectedBackcroundColor |= (unsigned char)txt[++i] << 8;
  557. current.selectedBackcroundColor |= (unsigned char)txt[++i];
  558. tm->textStyle.add(current);
  559. break;
  560. case 6:
  561. current.rendererIndex = (unsigned char)txt[++i];
  562. tm->textStyle.add(current);
  563. break;
  564. case 7:
  565. current.underlined = 0;
  566. tm->textStyle.add(current);
  567. break;
  568. case 8:
  569. current.interactParam = 0;
  570. current.interactParam |= (unsigned char)txt[++i] << 24;
  571. current.interactParam |= (unsigned char)txt[++i] << 16;
  572. current.interactParam |= (unsigned char)txt[++i] << 8;
  573. current.interactParam |= (unsigned char)txt[++i];
  574. tm->textStyle.add(current);
  575. break;
  576. default:
  577. result.append(txt[i]);
  578. }
  579. if (br)
  580. break;
  581. }
  582. tm->text->setText(result);
  583. tm->cleanupStyles();
  584. if (hatStyle(Style::VScroll))
  585. updateVScroll();
  586. if (hatStyle(Style::HScroll))
  587. updateHScroll();
  588. rend = 1;
  589. unlockZeichnung();
  590. }
  591. // fügt zeilenumbrüche so ein, dass der text nicht die breite des textfeldes überschreitet
  592. void TextFeld::addLineBreaks(const char* spacing)
  593. {
  594. if (!tm->text)
  595. return;
  596. int lastPos = -1;
  597. int lastPos2 = -1;
  598. int x = 0;
  599. const char* txt = tm->text->getText();
  600. Text result = "";
  601. int len = tm->text->getLength();
  602. lockZeichnung();
  603. int maxBr = getBreite();
  604. if (hatStyle(Style::VScroll) && vertikalScrollBar)
  605. maxBr -= 15;
  606. tm->resetIteration();
  607. TextStyle last;
  608. last.beginIndex = 0;
  609. last.fontColor = 0xFFFFFFFF;
  610. last.fontSize = 12;
  611. last.selected = 0;
  612. last.selectedColor = 0xFFFFFFFF;
  613. last.selectedBackcroundColor = 0xFF0000FF;
  614. last.underlined = 0;
  615. last.interactParam = 0;
  616. last.rendererIndex = 0;
  617. for (int i = 0; i < len; ++i)
  618. {
  619. if (last.fontSize != tm->current.fontSize)
  620. {
  621. char tmp[3] = { 2, (char)tm->current.fontSize, 0 };
  622. result += tmp;
  623. last.fontSize = tm->current.fontSize;
  624. }
  625. if (last.fontColor != tm->current.fontColor)
  626. {
  627. char tmp[6] = { 3, (char)((tm->current.fontColor >> 24) & 0xFF),
  628. (char)((tm->current.fontColor >> 16) & 0xFF),
  629. (char)((tm->current.fontColor >> 8) & 0xFF),
  630. (char)(tm->current.fontColor & 0xFF), 0 };
  631. result += tmp;
  632. last.fontColor = tm->current.fontColor;
  633. }
  634. if (last.selectedColor != tm->current.selectedColor)
  635. {
  636. char tmp[6] = { 4, (char)((tm->current.selectedColor >> 24) & 0xFF),
  637. (char)((tm->current.selectedColor >> 16) & 0xFF),
  638. (char)((tm->current.selectedColor >> 8) & 0xFF),
  639. (char)(tm->current.selectedColor & 0xFF), 0 };
  640. result += tmp;
  641. last.selectedColor = tm->current.selectedColor;
  642. }
  643. if (last.selectedBackcroundColor != tm->current.selectedBackcroundColor)
  644. {
  645. char tmp[6] = { 5, (char)((tm->current.selectedBackcroundColor >> 24) & 0xFF),
  646. (char)((tm->current.selectedBackcroundColor >> 16) & 0xFF),
  647. (char)((tm->current.selectedBackcroundColor >> 8) & 0xFF),
  648. (char)(tm->current.selectedBackcroundColor & 0xFF), 0 };
  649. result += tmp;
  650. last.selectedBackcroundColor = tm->current.selectedBackcroundColor;
  651. }
  652. if (last.underlined != tm->current.underlined)
  653. {
  654. char tmp[2] = { tm->current.underlined ? (char)1 : (char)7, 0 };
  655. result += tmp;
  656. last.underlined = tm->current.underlined;
  657. }
  658. if (last.interactParam != tm->current.interactParam)
  659. {
  660. char tmp[6] = { 8, (char)((tm->current.interactParam >> 24) & 0xFF),
  661. (char)((tm->current.interactParam >> 16) & 0xFF),
  662. (char)((tm->current.interactParam >> 8) & 0xFF),
  663. (char)(tm->current.interactParam & 0xFF), 0 };
  664. result += tmp;
  665. last.interactParam = tm->current.interactParam;
  666. }
  667. if (last.rendererIndex != tm->current.rendererIndex)
  668. {
  669. char tmp[3] = { 6, (char)tm->current.rendererIndex, 0 };
  670. result += tmp;
  671. last.rendererIndex = tm->current.rendererIndex;
  672. }
  673. if (txt[i] == ' ')
  674. {
  675. lastPos = i;
  676. lastPos2 = result.getLength();
  677. x += tm->zCurrentRenderer()->getTextBreite(" ");
  678. result += " ";
  679. tm->nextStyle();
  680. continue;
  681. }
  682. if (txt[i] == '\t')
  683. {
  684. lastPos = i;
  685. lastPos2 = result.getLength();
  686. x += tm->zCurrentRenderer()->getTextBreite("\t");
  687. result += "\t";
  688. tm->nextStyle();
  689. continue;
  690. }
  691. if (txt[i] == '\n')
  692. {
  693. x = 0;
  694. lastPos = -1;
  695. lastPos2 = -1;
  696. result += "\n";
  697. tm->nextStyle();
  698. continue;
  699. }
  700. char buff[2] = { txt[i], 0 };
  701. x += tm->zCurrentRenderer()->getTextBreite(buff);
  702. result += buff;
  703. if (x > maxBr && lastPos > -1)
  704. {
  705. result.remove(lastPos2, result.getLength());
  706. result += "\n";
  707. result += spacing;
  708. x = tm->zCurrentRenderer()->getTextBreite(spacing);
  709. i = lastPos;
  710. tm->stepTo(lastPos);
  711. lastPos = -1;
  712. lastPos2 = -1;
  713. last = tm->currentStyle();
  714. }
  715. tm->nextStyle();
  716. }
  717. unlockZeichnung();
  718. setFormattedText(result);
  719. }
  720. // Setzt den Style eines Textabschnittes
  721. // begin: die startposition des Abschnittes
  722. // end: die endposition des Abschnittes (nicht enthalten)
  723. void TextFeld::setTextStyle(int begin, int end, TextStyle style)
  724. {
  725. tm->setTextStyle(begin, end, style);
  726. }
  727. void TextFeld::addZeile(const char* zeile) // fügt Zeile An
  728. {
  729. if (tm->text)
  730. {
  731. Text* txt = new Text(zeile);
  732. if (zeile[txt->getLength() - 1] != '\n')
  733. txt->append("\n");
  734. TextRenderer* r = tm->renderer->z(0);
  735. if (tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).rendererIndex < tm->renderer->getEintragAnzahl())
  736. r = tm->renderer->z(tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).rendererIndex);
  737. if (r)
  738. {
  739. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  740. int rbr = (rahmen && hatStyle(Style::Rahmen)) ? rahmen->getRBreite() : 0;
  741. r->setSchriftSize(tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).fontSize);
  742. r->textFormatieren(txt, gr.x - ((int)vs * 15) - rbr * 2);
  743. }
  744. lockZeichnung();
  745. tm->text->append(txt->getText());
  746. unlockZeichnung();
  747. txt->release();
  748. if (hatStyle(Style::VScroll))
  749. updateVScroll();
  750. if (hatStyle(Style::HScroll))
  751. updateHScroll();
  752. rend = 1;
  753. }
  754. }
  755. // Fügt eine Zeile an den Text an
  756. // zeile: Die neue Zeile
  757. // color: Die Farbe der Zeile
  758. void TextFeld::addZeile(const char* zeile, int color)
  759. {
  760. if (tm->text)
  761. {
  762. Text* txt = new Text(zeile);
  763. if (zeile[txt->getLength() - 1] != '\n')
  764. txt->append("\n");
  765. TextRenderer* r = tm->renderer->z(0);
  766. if (tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).rendererIndex < tm->renderer->getEintragAnzahl())
  767. r = tm->renderer->z(tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).rendererIndex);
  768. if (r)
  769. {
  770. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  771. int rbr = (rahmen && hatStyle(Style::Rahmen)) ? rahmen->getRBreite() : 0;
  772. r->setSchriftSize(tm->textStyle.get(tm->textStyle.getEintragAnzahl() - 1).fontSize);
  773. r->textFormatieren(txt, gr.x - ((int)vs * 15) - rbr * 2);
  774. }
  775. lockZeichnung();
  776. tm->text->append(txt->getText());
  777. setSchriftFarbe(tm->text->getLength() - txt->getLength(), tm->text->getLength(), color);
  778. unlockZeichnung();
  779. txt->release();
  780. if (hatStyle(Style::VScroll))
  781. updateVScroll();
  782. if (hatStyle(Style::HScroll))
  783. updateHScroll();
  784. rend = 1;
  785. }
  786. }
  787. // Deselectiert alle textabschnitte
  788. void TextFeld::deselectAuswahl()
  789. {
  790. for (int i = 0; i < tm->textStyle.getEintragAnzahl(); i++)
  791. {
  792. TextStyle s = tm->textStyle.get(i);
  793. if (s.selected)
  794. {
  795. s.selected = 0;
  796. tm->textStyle.set(s, i);
  797. }
  798. }
  799. tm->cleanupStyles();
  800. }
  801. void TextFeld::setAuswahl(int pos1, int pos2) // setzt den Ausgewählten Text
  802. {
  803. deselectAuswahl();
  804. TextStyle s = tm->getTextStyle(pos1);
  805. s.selected = 1;
  806. tm->setTextStyle(pos1, pos2, s);
  807. }
  808. void TextFeld::setAuswahl(Punkt& auswahl)
  809. {
  810. deselectAuswahl();
  811. TextStyle s = tm->getTextStyle(auswahl.x);
  812. s.selected = 1;
  813. tm->setTextStyle(auswahl.x, auswahl.y, s);
  814. rend = 1;
  815. }
  816. void TextFeld::addAuswahl(int pos1, int pos2)
  817. {
  818. TextStyle s = tm->getTextStyle(pos1);
  819. s.selected = 1;
  820. tm->setTextStyle(pos1, pos2, s);
  821. }
  822. void TextFeld::addAuswahl(Punkt& auswahl)
  823. {
  824. TextStyle s = tm->getTextStyle(auswahl.x);
  825. s.selected = 1;
  826. tm->setTextStyle(auswahl.x, auswahl.y, s);
  827. rend = 1;
  828. }
  829. // Setzt den ausgewählten textabschnitt fest
  830. // begin: Die Cursorposition im Text
  831. // end: Die Position im Text, bis zu der der Text eingefärbt werden soll
  832. void TextFeld::invertAuswahl(int begin, int end)
  833. {
  834. for (int i = begin; i < end; i++)
  835. {
  836. TextStyle s = tm->getTextStyle(i);
  837. s.selected = !s.selected;
  838. tm->setTextStyle(i, i + 1, s);
  839. rend = 1;
  840. }
  841. }
  842. // ersetzt alle ausgewählten Textabschnitte mit einem text
  843. // text: der neue Text
  844. void TextFeld::replaceAuswahl(const char* text)
  845. {
  846. tm->cleanupStyles();
  847. int sa = tm->textStyle.getEintragAnzahl();
  848. int last = tm->text->getLength();
  849. int si = 0;
  850. for (int i = sa - 1; i >= 0; i--)
  851. {
  852. TextStyle s = tm->textStyle.get(i);
  853. si = i;
  854. if (s.selected)
  855. {
  856. if ((i > 0 && !tm->textStyle.get(i - 1).selected) || i == 0)
  857. {
  858. s.selected = false;
  859. tm->textStyle.set(s, si);
  860. tm->removeText(s.beginIndex, last);
  861. tm->insertText(s.beginIndex, text);
  862. }
  863. }
  864. else
  865. last = s.beginIndex;
  866. }
  867. }
  868. void TextFeld::setTextRendererZ(TextRenderer* textRd)
  869. {
  870. if (tm->renderer)
  871. tm->renderer->leeren();
  872. else
  873. tm->renderer = new RCArray< TextRenderer >();
  874. tm->renderer->add(textRd);
  875. rend = 1;
  876. }
  877. // Fügt einen TextRenderer hinzu
  878. // textRd: Der Textrenderer
  879. void TextFeld::addTextRendererZ(TextRenderer* textRd)
  880. {
  881. if (!tm->renderer)
  882. tm->renderer = new RCArray< TextRenderer >();
  883. tm->renderer->add(textRd);
  884. }
  885. // Setzt die verwendeten TextRenderer
  886. // textRd: Die Textrenderer
  887. void TextFeld::setTextRendererZ(RCArray< TextRenderer >* textRd)
  888. {
  889. if (tm->renderer)
  890. tm->renderer->release();
  891. tm->renderer = textRd;
  892. }
  893. void TextFeld::setSchriftZ(Schrift* schrift) // setzt einen Zeiger zur Schrift
  894. {
  895. if (!tm->renderer)
  896. tm->renderer = new RCArray< TextRenderer >();
  897. if (!tm->renderer->getEintragAnzahl())
  898. tm->renderer->add(new TextRenderer(schrift));
  899. else
  900. tm->renderer->z(0)->setSchriftZ(schrift);
  901. rend = 1;
  902. }
  903. // Setzt einen Zeiger zur Schrift
  904. // rendererIndex: Der Index des Renderers dessen Schrift gesetzt werden soll
  905. // schrift: Die Schrift, die zum Textzeichnen verwendet werden soll.
  906. void TextFeld::setSchriftZ(int rendererIndex, Schrift* schrift)
  907. {
  908. if (!tm->renderer)
  909. tm->renderer = new RCArray< TextRenderer >();
  910. if (tm->renderer->getEintragAnzahl() <= rendererIndex)
  911. tm->renderer->add(new TextRenderer(schrift), rendererIndex);
  912. else
  913. tm->renderer->z(rendererIndex)->setSchriftZ(schrift);
  914. }
  915. void TextFeld::setSchriftSize(unsigned char gr) // setzt die Schriftgröße
  916. {
  917. TextStyle s = tm->textStyle.get(0);
  918. s.fontSize = gr;
  919. tm->textStyle.set(s, 0);
  920. rend = 1;
  921. }
  922. // Setzt die Schriftgröße (Standart: 12)
  923. // begin: Der Index des ersten betroffenen Zeichens
  924. // end: Der Index des ersten nicht betroffenen Zeichens
  925. // gr: Die Schriftgröße, die zum Textzeichnen verwendet werden soll
  926. void TextFeld::setSchriftSize(int begin, int end, unsigned char gr)
  927. {
  928. TextStyle s = tm->getTextStyle(begin);
  929. s.fontSize = gr;
  930. tm->setTextStyle(begin, end, s);
  931. rend = 1;
  932. }
  933. void TextFeld::setSchriftFarbe(int fc) // setzt die Schrift Farbe
  934. {
  935. TextStyle s = tm->textStyle.get(0);
  936. s.fontColor = fc;
  937. tm->textStyle.set(s, 0);
  938. rend = 1;
  939. }
  940. // Setzt die Schrift Farbe
  941. // begin: Der Index des ersten betroffenen Zeichens
  942. // end: Der Index des ersten nicht betroffenen Zeichens
  943. // fc: Die Farbe, die zum Textzeichnen verwendet werden soll
  944. void TextFeld::setSchriftFarbe(int begin, int end, int fc)
  945. {
  946. TextStyle s = tm->getTextStyle(begin);
  947. s.fontColor = fc;
  948. tm->setTextStyle(begin, end, s);
  949. rend = 1;
  950. }
  951. void TextFeld::setSchowChar(unsigned char c) // bei Passwortfeld *
  952. {
  953. showChar = c;
  954. rend = 1;
  955. }
  956. void TextFeld::setVScrollZuZeile(int zeile) // scrollt zur Zeile
  957. {
  958. if (vertikalScrollBar && tm->renderer && tm->renderer->getEintragAnzahl() && tm->text && hatStyle(Style::Mehrzeilig))
  959. {
  960. lockZeichnung();
  961. tm->resetIteration();
  962. int len = tm->text->getLength();
  963. int y = 0;
  964. int lnum = 0;
  965. const char* text = tm->text->getText();
  966. int max = 0;
  967. for (int i = 0; i < len && lnum < zeile; i++)
  968. {
  969. if (text[i] == '\n')
  970. {
  971. lnum++;
  972. y += max;
  973. max = 0;
  974. tm->nextStyle();
  975. continue;
  976. }
  977. TextRenderer* r = tm->zCurrentRenderer();
  978. if (r)
  979. {
  980. int tmp = r->getZeilenabstand() + r->getZeilenHeight();
  981. max = max >= tmp ? max : tmp;
  982. }
  983. tm->nextStyle();
  984. }
  985. unlockZeichnung();
  986. vertikalScrollBar->scroll(y);
  987. rend = 1;
  988. }
  989. }
  990. void TextFeld::updateVScroll(int pos) // scrollt nach unten
  991. {
  992. if (pos == -1)
  993. pos = cpos;
  994. if (vertikalScrollBar)
  995. {
  996. int sPos = 0;
  997. int hi = 0;
  998. int sPosZH = 0;
  999. if (tm->text && tm->renderer)
  1000. {
  1001. if (hatStyleNicht(Style::Mehrzeilig))
  1002. tm->text->remove('\n');
  1003. hi = gr.y;
  1004. if (hatStyle(Style::Rahmen) && rahmen)
  1005. hi -= rahmen->getRBreite() * 2;
  1006. if (hatStyle(Style::HScroll) && horizontalScrollBar)
  1007. hi -= 15;
  1008. int th = 0;
  1009. lockZeichnung();
  1010. tm->resetIteration();
  1011. int len = tm->text->getLength();
  1012. const char* text = tm->text->getText();
  1013. int max = 0;
  1014. int lastMax = 0;
  1015. for (int i = 0; i < len; i++)
  1016. {
  1017. if (text[i] == '\n')
  1018. {
  1019. if (i <= pos)
  1020. {
  1021. sPos += max;
  1022. sPosZH = max;
  1023. }
  1024. th += max;
  1025. lastMax = max;
  1026. max = 0;
  1027. tm->nextStyle();
  1028. continue;
  1029. }
  1030. TextRenderer* r = tm->zCurrentRenderer();
  1031. if (r)
  1032. {
  1033. int tmp = r->getZeilenabstand() + r->getZeilenHeight();
  1034. max = max >= tmp ? max : tmp;
  1035. }
  1036. tm->nextStyle();
  1037. }
  1038. if (max != lastMax && max > 0)
  1039. {
  1040. th += max;
  1041. lastMax = max;
  1042. }
  1043. th += lastMax;
  1044. unlockZeichnung();
  1045. vertikalScrollBar->update(th, hi);
  1046. }
  1047. if (sPos - sPosZH < vertikalScrollBar->getScroll())
  1048. vertikalScrollBar->scroll(sPos - sPosZH);
  1049. if (sPos + sPosZH > vertikalScrollBar->getScroll() + vertikalScrollBar->getScrollData()->anzeige)
  1050. vertikalScrollBar->scroll(sPos + sPosZH * 2 - hi);
  1051. rend = 1;
  1052. }
  1053. }
  1054. void TextFeld::updateHScroll(int pos) // scrollt zur Curser Position
  1055. {
  1056. if (pos == -1)
  1057. pos = cpos;
  1058. lockZeichnung();
  1059. if (horizontalScrollBar && tm->text && tm->renderer)
  1060. {
  1061. if (hatStyleNicht(Style::Mehrzeilig))
  1062. tm->text->remove('\n');
  1063. int br = gr.x;
  1064. if (hatStyle(Style::Rahmen) && rahmen)
  1065. br -= rahmen->getRBreite() * 2;
  1066. if (hatStyle(Style::VScroll) && vertikalScrollBar)
  1067. br -= 15;
  1068. tm->resetIteration();
  1069. int maxBr = 0;
  1070. int len = tm->text->getLength();
  1071. const char* text = tm->text->getText();
  1072. int lineBr = 0;
  1073. char buff[] = { 0,0 };
  1074. int cbr = 0;
  1075. for (int i = 0; i < len; i++)
  1076. {
  1077. buff[0] = text[i];
  1078. if (text[i] == '\n')
  1079. {
  1080. maxBr = maxBr >= lineBr ? maxBr : lineBr;
  1081. lineBr = 0;
  1082. tm->nextStyle();
  1083. continue;
  1084. }
  1085. TextRenderer* r = tm->zCurrentRenderer();
  1086. if (r)
  1087. {
  1088. lineBr += r->getTextBreite(buff);
  1089. if (i <= pos)
  1090. cbr = lineBr;
  1091. }
  1092. tm->nextStyle();
  1093. }
  1094. maxBr = maxBr >= lineBr ? maxBr : lineBr;
  1095. horizontalScrollBar->update(maxBr, br);
  1096. if (cbr > horizontalScrollBar->getScroll() + horizontalScrollBar->getScrollData()->anzeige)
  1097. horizontalScrollBar->scroll(cbr - br);
  1098. if (cbr < horizontalScrollBar->getScroll())
  1099. horizontalScrollBar->scroll(cbr);
  1100. }
  1101. unlockZeichnung();
  1102. }
  1103. // Gibt die breite in pixeln zurück, die benötigt wird um den aktuellen text mit den aktuellen styles voll anzuzeigen
  1104. int TextFeld::getNeededWidth()
  1105. {
  1106. int maxBr = 0;
  1107. lockZeichnung();
  1108. if (tm->text && tm->renderer)
  1109. maxBr = getTextWidth();
  1110. unlockZeichnung();
  1111. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  1112. bool r = rahmen && hatStyle(Style::Rahmen);
  1113. return maxBr + (r ? rahmen->getRBreite() * 2 : 0) + (vs ? 15 : 0);
  1114. }
  1115. // Gibt die höhe in pixeln zurück, die benötigt wird um den aktuellen text mit den aktuellen styles voll anzuzeigen
  1116. int TextFeld::getNeededHeight()
  1117. {
  1118. int th = 0;
  1119. lockZeichnung();
  1120. if (tm->text && tm->renderer)
  1121. th = getTextHeight();
  1122. unlockZeichnung();
  1123. bool hs = horizontalScrollBar && hatStyle(Style::HScroll);
  1124. bool r = rahmen && hatStyle(Style::Rahmen);
  1125. return th + (r ? rahmen->getRBreite() * 2 : 0) + (hs ? 15 : 0);
  1126. }
  1127. bool TextFeld::tick(double tickval) // tick
  1128. {
  1129. if (hatStyle(Style::Fokus))
  1130. {
  1131. if (tickVal < 0.5 && tickVal + tickval >= 0.5)
  1132. rend = 1;
  1133. if (tickVal >= 0.5 && tickVal + tickval >= 1)
  1134. rend = 1;
  1135. tickVal += tickval;
  1136. if (tickVal >= 1)
  1137. tickVal -= 1;
  1138. }
  1139. return ZeichnungHintergrund::tick(tickval);
  1140. }
  1141. void TextFeld::doTastaturEreignis(TastaturEreignis& te)
  1142. {
  1143. bool ntakc = !te.verarbeitet;
  1144. if (te.verarbeitet || hatStyleNicht(Style::Fokus))
  1145. return;
  1146. if (!tak)
  1147. return;
  1148. getThis();
  1149. if (tak(takParam, this, te))
  1150. {
  1151. if (hatStyleNicht(Style::Editierbar))
  1152. {
  1153. release();
  1154. return;
  1155. }
  1156. if (te.id == TE_Press)
  1157. {
  1158. bool shift = TastenStand[T_Shift];
  1159. bool strg = TastenStand[T_Strg];
  1160. switch (te.taste)
  1161. {
  1162. case T_Entf:
  1163. if (!tm->getTextStyle(cpos).selected)
  1164. tm->removeText(cpos, cpos + 1);
  1165. else
  1166. {
  1167. cpos = tm->getTextStyle(cpos).beginIndex;
  1168. while (cpos > 0 && tm->getTextStyle(cpos - 1).selected)
  1169. cpos = tm->getTextStyle(cpos - 1).beginIndex;
  1170. }
  1171. replaceAuswahl("");
  1172. deselectAuswahl();
  1173. rend = 1;
  1174. break;
  1175. case T_BackSpace:
  1176. if (!tm->getTextStyle(cpos).selected)
  1177. {
  1178. tm->removeText(cpos - 1, cpos);
  1179. cpos--;
  1180. }
  1181. else
  1182. {
  1183. cpos = tm->getTextStyle(cpos).beginIndex;
  1184. while (cpos > 0 && tm->getTextStyle(cpos - 1).selected)
  1185. cpos = tm->getTextStyle(cpos - 1).beginIndex;
  1186. }
  1187. replaceAuswahl("");
  1188. deselectAuswahl();
  1189. rend = 1;
  1190. break;
  1191. case T_Enter:
  1192. if (!tm->getTextStyle(cpos).selected)
  1193. tm->insertText(cpos, "\n");
  1194. else
  1195. {
  1196. cpos = tm->getTextStyle(cpos).beginIndex;
  1197. while (cpos > 0 && tm->getTextStyle(cpos - 1).selected)
  1198. cpos = tm->getTextStyle(cpos - 1).beginIndex;
  1199. }
  1200. replaceAuswahl("\n");
  1201. ++cpos;
  1202. rend = 1;
  1203. break;
  1204. case T_Links:
  1205. if (shift)
  1206. {
  1207. if (strg)
  1208. {
  1209. int tmp = tm->text->getLKick(cpos);
  1210. invertAuswahl(tmp, cpos);
  1211. cpos = tmp;
  1212. }
  1213. else
  1214. {
  1215. invertAuswahl(cpos - 1, cpos);
  1216. --cpos;
  1217. }
  1218. }
  1219. else
  1220. {
  1221. if (strg)
  1222. cpos = tm->text->getLKick(cpos);
  1223. else
  1224. --cpos;
  1225. deselectAuswahl();
  1226. }
  1227. rend = 1;
  1228. break;
  1229. case T_Oben:
  1230. {
  1231. int tmp = tm->text->getOKick(cpos);
  1232. invertAuswahl(tmp, cpos);
  1233. cpos = tmp;
  1234. if (!shift)
  1235. deselectAuswahl();
  1236. rend = 1;
  1237. break;
  1238. }
  1239. case T_Rechts:
  1240. if (shift)
  1241. {
  1242. if (strg)
  1243. {
  1244. int tmp = tm->text->getRKick(cpos);
  1245. invertAuswahl(cpos, tmp);
  1246. cpos = tmp;
  1247. }
  1248. else
  1249. {
  1250. invertAuswahl(cpos, cpos + 1);
  1251. ++cpos;
  1252. }
  1253. }
  1254. else
  1255. {
  1256. if (strg)
  1257. cpos = tm->text->getRKick(cpos);
  1258. else
  1259. ++cpos;
  1260. deselectAuswahl();
  1261. }
  1262. rend = 1;
  1263. break;
  1264. case T_Unten:
  1265. {
  1266. int tmp = tm->text->getUKick(cpos);
  1267. invertAuswahl(cpos, tmp);
  1268. cpos = tmp;
  1269. if (!shift)
  1270. deselectAuswahl();
  1271. rend = 1;
  1272. break;
  1273. }
  1274. default:
  1275. if (strg && te.id == TE_Press)
  1276. {
  1277. if (te.taste == 'c' || te.taste == 'C')
  1278. {
  1279. int sa = tm->textStyle.getEintragAnzahl();
  1280. int length = 0;
  1281. for (int i = 0; i < sa; i++)
  1282. {
  1283. TextStyle s = tm->textStyle.get(i);
  1284. if (s.selected)
  1285. {
  1286. int max = tm->text->getLength();
  1287. if (i < sa - 1)
  1288. max = tm->textStyle.get(i + 1).beginIndex;
  1289. length += max - s.beginIndex;
  1290. }
  1291. }
  1292. if (length)
  1293. {
  1294. char* txt = new char[length + 1];
  1295. txt[length] = 0;
  1296. int index = 0;
  1297. for (int i = 0; i < sa; i++)
  1298. {
  1299. TextStyle s = tm->textStyle.get(i);
  1300. if (s.selected)
  1301. {
  1302. int max = tm->text->getLength();
  1303. if (i < sa - 1)
  1304. max = tm->textStyle.get(i + 1).beginIndex;
  1305. memcpy(txt + index, tm->text->getText() + s.beginIndex, max - s.beginIndex);
  1306. index += max - s.beginIndex;
  1307. }
  1308. }
  1309. TextKopieren(txt);
  1310. delete[] txt;
  1311. }
  1312. else
  1313. TextKopieren(tm->text->getText());
  1314. }
  1315. if (te.taste == 'v' || te.taste == 'V')
  1316. {
  1317. char* txt = TextInsert();
  1318. if (!tm->getTextStyle(cpos).selected)
  1319. tm->insertText(cpos, txt);
  1320. else
  1321. {
  1322. cpos = tm->getTextStyle(cpos).beginIndex;
  1323. while (cpos > 0 && tm->getTextStyle(cpos - 1).selected)
  1324. cpos = tm->getTextStyle(cpos - 1).beginIndex;
  1325. }
  1326. replaceAuswahl(txt);
  1327. cpos += textLength(txt);
  1328. rend = 1;
  1329. }
  1330. break;
  1331. }
  1332. if (istSchreibbar(te.taste))
  1333. {
  1334. char buff[] = { (char)te.taste, 0 };
  1335. if (!tm->getTextStyle(cpos).selected)
  1336. tm->insertText(cpos, buff);
  1337. else
  1338. {
  1339. cpos = tm->getTextStyle(cpos).beginIndex;
  1340. while (cpos > 0 && tm->getTextStyle(cpos - 1).selected)
  1341. cpos = tm->getTextStyle(cpos - 1).beginIndex;
  1342. }
  1343. replaceAuswahl(buff);
  1344. ++cpos;
  1345. rend = 1;
  1346. }
  1347. break;
  1348. }
  1349. }
  1350. if (cpos < 0)
  1351. cpos = 0;
  1352. if (cpos > tm->text->getLength())
  1353. cpos = tm->text->getLength();
  1354. if (hatStyle(Style::VScroll))
  1355. updateVScroll(cpos);
  1356. if (hatStyle(Style::HScroll))
  1357. updateHScroll(cpos);
  1358. te.verarbeitet = 1;
  1359. }
  1360. if (ntakc && te.verarbeitet && nTak)
  1361. te.verarbeitet = nTak(ntakParam, this, te);
  1362. release();
  1363. }
  1364. void TextFeld::render(Bild& zRObj) // zeichenet nach zRObj
  1365. {
  1366. if (hatStyleNicht(Style::Sichtbar))
  1367. return;
  1368. ZeichnungHintergrund::render(zRObj);
  1369. if (!tm->text || !tm->renderer)
  1370. return;
  1371. lockZeichnung();
  1372. if (!zRObj.setDrawOptions(innenPosition, innenSize))
  1373. {
  1374. unlockZeichnung();
  1375. return;
  1376. }
  1377. if (hatStyleNicht(Style::Mehrzeilig))
  1378. tm->text->remove('\n');
  1379. int tbr = getTextWidth();
  1380. int thi = getTextHeight();
  1381. int xxx = 0;
  1382. int yyy = 0;
  1383. int breite = innenSize.x;
  1384. int height = innenSize.y;
  1385. bool hs = horizontalScrollBar && hatStyle(Style::HScroll);
  1386. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  1387. if (vs)
  1388. yyy -= vertikalScrollBar->getScroll();
  1389. if (hs)
  1390. xxx -= horizontalScrollBar->getScroll();
  1391. if (hatStyle(Style::HCenter) && !hs)
  1392. xxx = (breite / 2) - tbr / 2;
  1393. if (hatStyle(Style::VCenter) && !vs)
  1394. yyy = (height / 2) - thi / 2;
  1395. int x = xxx;
  1396. int y = yyy;
  1397. int len = tm->text->getLength();
  1398. const char* text = tm->text->getText();
  1399. lockZeichnung();
  1400. tm->resetIteration();
  1401. TextStyle& style = tm->currentStyle();
  1402. int maxLH = 0;
  1403. for (int i = 0; i <= len; i++)
  1404. {
  1405. int oldX = x;
  1406. if (i < len&& tm->zCurrentRenderer())
  1407. tm->zCurrentRenderer()->renderChar(x, y, istSchreibbar(showChar) ? showChar : text[i],
  1408. zRObj, style.selected ? style.selectedColor : style.fontColor, style.underlined, style.selected, style.selectedBackcroundColor);
  1409. if (i == cpos && tickVal <= 0.5 && hatStyle(Style::Fokus) && hatStyle(Style::Editierbar) && tm->zCurrentRenderer())
  1410. zRObj.drawLinieV(oldX, y, tm->zCurrentRenderer()->getZeilenHeight(), 0xFFFF5555);
  1411. if (tm->zCurrentRenderer())
  1412. {
  1413. int tmp = tm->zCurrentRenderer()->getZeilenHeight() + tm->zCurrentRenderer()->getZeilenAbstand();
  1414. maxLH = tmp > maxLH ? tmp : maxLH;
  1415. }
  1416. if (i < len && text[i] == '\n')
  1417. {
  1418. x = xxx;
  1419. y += maxLH;
  1420. }
  1421. tm->nextStyle();
  1422. }
  1423. unlockZeichnung();
  1424. zRObj.releaseDrawOptions();
  1425. unlockZeichnung();
  1426. }
  1427. // Konstant
  1428. Text* TextFeld::getText() const // gibt vom Text zurück
  1429. {
  1430. if (!tm->text)
  1431. return 0;
  1432. return dynamic_cast<Text*>(tm->text->getThis());
  1433. }
  1434. Text* TextFeld::zText() const // gibt den Text zurück
  1435. {
  1436. return tm->text;
  1437. }
  1438. Schrift* TextFeld::getSchrift() const// gint getThis der Schrift Zurück
  1439. {
  1440. tm->resetIteration();
  1441. return tm->zCurrentRenderer() ? tm->zCurrentRenderer()->getSchrift() : 0;
  1442. }
  1443. Schrift* TextFeld::zSchrift() const// gibt die Schrift zurück
  1444. {
  1445. tm->resetIteration();
  1446. return tm->zCurrentRenderer() ? tm->zCurrentRenderer()->zSchrift() : 0;
  1447. }
  1448. // Gibt die Schrift zurück.
  1449. // rendererIndex: Der Index des Renderers dessen Schrift zurückgegeben werden soll
  1450. // return: 0, falls die Schrift nicht gesetzt wurde
  1451. Schrift* TextFeld::getSchrift(int rendererIndex) const
  1452. {
  1453. if (tm->renderer && tm->renderer->z(rendererIndex))
  1454. return tm->renderer->z(rendererIndex)->getSchrift();
  1455. return 0;
  1456. }
  1457. // Gibt die Schrift ohne erhöhten Reference Counter zurük
  1458. // rendererIndex: Der Index des Renderers dessen Schrift zurückgegeben werden soll
  1459. // return: 0, falls die Schrift nicht gesetzt wurde
  1460. Schrift* TextFeld::zSchrift(int rendererIndex) const
  1461. {
  1462. if (tm->renderer && tm->renderer->z(rendererIndex))
  1463. return tm->renderer->z(rendererIndex)->zSchrift();
  1464. return 0;
  1465. }
  1466. TextRenderer* TextFeld::getTextRenderer() const
  1467. {
  1468. tm->resetIteration();
  1469. return dynamic_cast<TextRenderer*>(tm->zCurrentRenderer()->getThis());
  1470. }
  1471. TextRenderer* TextFeld::zTextRenderer() const
  1472. {
  1473. tm->resetIteration();
  1474. return tm->zCurrentRenderer();
  1475. }
  1476. // Gibt den TextRenderer zurück.
  1477. // index: Der Index des Renderers der zurückgegeben werden soll
  1478. // return: 0, falls der TextRenderer nicht gesetzt wurde
  1479. TextRenderer* TextFeld::getTextRenderer(int index) const
  1480. {
  1481. if (tm->renderer && tm->renderer->z(index))
  1482. return tm->renderer->get(index);
  1483. return 0;
  1484. }
  1485. // Gibt dien TextRenderer ohne erhöhten Reference Counter zurük
  1486. // index: Der Index des Renderers der zurückgegeben werden soll
  1487. // return: 0, falls der TextRenderer nicht gesetzt wurde
  1488. TextRenderer* TextFeld::zTextRenderer(int index) const
  1489. {
  1490. if (tm->renderer && tm->renderer->z(index))
  1491. return tm->renderer->z(index);
  1492. return 0;
  1493. }
  1494. unsigned char TextFeld::getSchriftSize() const // gibt die Schriftgröße zurück
  1495. {
  1496. tm->resetIteration();
  1497. return tm->current.fontSize;
  1498. }
  1499. // Gibt die Schriftgröße zurück
  1500. // index: Der Index des Zeichens
  1501. unsigned char TextFeld::getSchriftSize(int index) const
  1502. {
  1503. tm->resetIteration();
  1504. return tm->current.fontSize;
  1505. }
  1506. int TextFeld::getSchriftFarbe() const// gibt getThis der Schriftfarbe zurück
  1507. {
  1508. tm->resetIteration();
  1509. return tm->current.fontColor;
  1510. }
  1511. // Gibt die Schriftfarbe im A8R8G8B8 Format zurück
  1512. // index: Der Index des Zeichens
  1513. int TextFeld::getSchriftFarbe(int index) const
  1514. {
  1515. return tm->getTextStyle(index).fontColor;
  1516. }
  1517. unsigned char TextFeld::getShowChar() const // gibt den Anzeige Char zurück
  1518. {
  1519. return showChar;
  1520. }
  1521. int TextFeld::getCursorPos() const
  1522. {
  1523. return cpos;
  1524. }
  1525. // Gibt 1 zurück wenn das Zeichen ausgewählt ist
  1526. // index: Der Index des Zeichens
  1527. bool TextFeld::isCharSelected(int index) const
  1528. {
  1529. return tm->getTextStyle(index).selected;
  1530. }
  1531. // Gibt den Index des Zeichens zurück, das sich unter der Maus befindet
  1532. // mx: die x position der maus relativ zur position des textfeldes
  1533. // my: die y position der maus relativ zut position des textfeldes
  1534. // return: -1, falls sich an der Position kein zeichen befindet
  1535. int TextFeld::getTextIndexAt(int mx, int my) const
  1536. {
  1537. if (!tm || !tm->text || !tm->zCurrentRenderer())
  1538. return -1;
  1539. int tbr = getTextWidth();
  1540. int thi = getTextHeight();
  1541. int xxx = 0;
  1542. int yyy = 0;
  1543. int breite = innenSize.x;
  1544. int height = innenSize.y;
  1545. bool hs = horizontalScrollBar && hatStyle(Style::HScroll);
  1546. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  1547. if (vs)
  1548. yyy -= vertikalScrollBar->getScroll();
  1549. if (hs)
  1550. xxx -= horizontalScrollBar->getScroll();
  1551. if (hatStyle(Style::HCenter) && !hs)
  1552. xxx = (breite / 2) - tbr / 2;
  1553. if (hatStyle(Style::VCenter) && !vs)
  1554. yyy = (height / 2) - thi / 2;
  1555. int x = xxx;
  1556. int y = yyy;
  1557. int len = tm->text->getLength();
  1558. const char* text = tm->text->getText();
  1559. tm->resetIteration();
  1560. int maxLH = 0;
  1561. for (int i = 0; i < len; i++)
  1562. {
  1563. char buff[2] = { istSchreibbar(showChar) ? (char)showChar : text[i], 0 };
  1564. int tmpx = tm->zCurrentRenderer()->getTextBreite(buff);
  1565. int tmpy = tm->zCurrentRenderer()->getZeilenHeight();
  1566. if (mx >= x && mx < x + tmpx && my >= y && my < y + tmpy)
  1567. return i;
  1568. if (mx < x + tmpx && my < y + tmpy)
  1569. return -1;
  1570. x += tmpx;
  1571. tmpy += tm->zCurrentRenderer()->getZeilenAbstand();
  1572. maxLH = tmpy > maxLH ? tmpy : maxLH;
  1573. if (text[i] == '\n')
  1574. {
  1575. x = xxx;
  1576. y += maxLH;
  1577. }
  1578. tm->nextStyle();
  1579. }
  1580. return -1;
  1581. }
  1582. // Gibt den Index des Zeichens zurück, vor dem der curser gesetzt wird, wenn mit der maus geklickt wird
  1583. // mx: die x position der maus relativ zur position des textfeldes
  1584. // my: die y position der maus relativ zut position des textfeldes
  1585. int TextFeld::getCurserPosAt(int mx, int my) const
  1586. {
  1587. if (!tm || !tm->text || !tm->zCurrentRenderer())
  1588. return tm->text->getLength();
  1589. int tbr = getTextWidth();
  1590. int thi = getTextHeight();
  1591. int xxx = 0;
  1592. int yyy = 0;
  1593. int breite = innenSize.x;
  1594. int height = innenSize.y;
  1595. bool hs = horizontalScrollBar && hatStyle(Style::HScroll);
  1596. bool vs = vertikalScrollBar && hatStyle(Style::VScroll);
  1597. if (vs)
  1598. yyy -= vertikalScrollBar->getScroll();
  1599. if (hs)
  1600. xxx -= horizontalScrollBar->getScroll();
  1601. if (hatStyle(Style::HCenter) && !hs)
  1602. xxx = (breite / 2) - tbr / 2;
  1603. if (hatStyle(Style::VCenter) && !vs)
  1604. yyy = (height / 2) - thi / 2;
  1605. int x = xxx;
  1606. int y = yyy;
  1607. int len = tm->text->getLength();
  1608. const char* text = tm->text->getText();
  1609. tm->resetIteration();
  1610. int maxLH = 0;
  1611. for (int i = 0; i < len; i++)
  1612. {
  1613. int tmpx = tm->zCurrentRenderer()->getCharWidth(istSchreibbar(showChar) ? showChar : text[i]);
  1614. int tmpy = tm->zCurrentRenderer()->getZeilenHeight() + tm->zCurrentRenderer()->getZeilenAbstand();
  1615. if (mx < x + tmpx / 2 && my < y + tmpy - tm->zCurrentRenderer()->getZeilenAbstand() / 2)
  1616. return i;
  1617. x += tmpx + tm->zCurrentRenderer()->getZeichenAbstand();
  1618. maxLH = tmpy > maxLH ? tmpy : maxLH;
  1619. if (text[i] == '\n')
  1620. {
  1621. if (my >= y - tm->zCurrentRenderer()->getZeilenAbstand() / 2 && my < y + maxLH - tm->zCurrentRenderer()->getZeilenAbstand() / 2)
  1622. return i;
  1623. x = xxx;
  1624. y += maxLH;
  1625. }
  1626. tm->nextStyle();
  1627. }
  1628. return tm->text->getLength();
  1629. }
  1630. // Gibt den Style eines bestimmten zeichens zurück
  1631. // index: Der index des Zeichensf
  1632. TextFeld::TextStyle TextFeld::getTextStyle(int index) const
  1633. {
  1634. return tm->getTextStyle(index);
  1635. }
  1636. Zeichnung* TextFeld::dublizieren() const // Erzeugt eine Kopie des Zeichnungs
  1637. {
  1638. TextFeld* obj = new TextFeld();
  1639. obj->setPosition(pos);
  1640. obj->setSize(gr);
  1641. obj->setMausEreignisParameter(makParam);
  1642. obj->setTastaturEreignisParameter(takParam);
  1643. obj->setMausEreignis(mak);
  1644. obj->setTastaturEreignis(tak);
  1645. if (toolTip)
  1646. obj->setToolTipZ((ToolTip*)toolTip->dublizieren());
  1647. obj->setStyle(style);
  1648. obj->tm->renderer->release();
  1649. obj->tm->renderer = dynamic_cast<RCArray<TextRenderer> *>(tm->renderer->getThis());
  1650. obj->tm->textStyle.leeren();
  1651. for (auto i : tm->textStyle)
  1652. obj->tm->textStyle.add(i);
  1653. obj->tm->index = tm->index;
  1654. obj->tm->styleIndex = tm->styleIndex;
  1655. obj->tm->current = tm->current;
  1656. if (tm->text)
  1657. obj->setText(tm->text->getText());
  1658. obj->setHintergrundFarbe(hintergrundFarbe);
  1659. if (hintergrundFeld)
  1660. obj->setAlphaFeldZ((AlphaFeld*)hintergrundFeld->dublizieren());
  1661. if (rahmen)
  1662. obj->setRahmenZ((Rahmen*)rahmen->dublizieren());
  1663. if (hintergrundBild)
  1664. obj->setHintergrundBild(dynamic_cast<Bild*>(hintergrundBild->getThis()));
  1665. if (vertikalScrollBar)
  1666. {
  1667. obj->setVertikalKlickScroll(vertikalScrollBar->getKlickScroll());
  1668. obj->setVertikalScrollPos(vertikalScrollBar->getScroll());
  1669. obj->setVertikalScrollFarbe(vertikalScrollBar->getFarbe(), vertikalScrollBar->getBgFarbe());
  1670. }
  1671. if (horizontalScrollBar)
  1672. {
  1673. obj->setHorizontalKlickScroll(horizontalScrollBar->getKlickScroll());
  1674. obj->setHorizontalScrollPos(horizontalScrollBar->getScroll());
  1675. obj->setHorizontalScrollFarbe(horizontalScrollBar->getFarbe(), horizontalScrollBar->getBgFarbe());
  1676. }
  1677. obj->setSchowChar(showChar);
  1678. return obj;
  1679. }