TextFeld.cpp 56 KB

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