guiPopUpCtrl.cpp 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541
  1. //-----------------------------------------------------------------------------
  2. // Copyright (c) 2012 GarageGames, LLC
  3. //
  4. // Permission is hereby granted, free of charge, to any person obtaining a copy
  5. // of this software and associated documentation files (the "Software"), to
  6. // deal in the Software without restriction, including without limitation the
  7. // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  8. // sell copies of the Software, and to permit persons to whom the Software is
  9. // furnished to do so, subject to the following conditions:
  10. //
  11. // The above copyright notice and this permission notice shall be included in
  12. // all copies or substantial portions of the Software.
  13. //
  14. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  17. // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  19. // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  20. // IN THE SOFTWARE.
  21. //-----------------------------------------------------------------------------
  22. #include "gui/core/guiCanvas.h"
  23. #include "gui/controls/guiPopUpCtrl.h"
  24. #include "console/consoleTypes.h"
  25. #include "console/engineAPI.h"
  26. #include "gui/core/guiDefaultControlRender.h"
  27. #include "gfx/primBuilder.h"
  28. #include "gfx/gfxDrawUtil.h"
  29. #include "console/engineAPI.h"
  30. static ColorI colorWhite(255,255,255); // Added
  31. // Function to return the number of columns in 'string' given delimeters in 'set'
  32. static U32 getColumnCount(const char *string, const char *set)
  33. {
  34. U32 count = 0;
  35. U8 last = 0;
  36. while(*string)
  37. {
  38. last = *string++;
  39. for(U32 i =0; set[i]; i++)
  40. {
  41. if(last == set[i])
  42. {
  43. count++;
  44. last = 0;
  45. break;
  46. }
  47. }
  48. }
  49. if(last)
  50. count++;
  51. return count;
  52. }
  53. // Function to return the 'index' column from 'string' given delimeters in 'set'
  54. static const char *getColumn(const char *string, char* returnbuff, U32 index, const char *set)
  55. {
  56. U32 sz;
  57. while(index--)
  58. {
  59. if(!*string)
  60. return "";
  61. sz = dStrcspn(string, set);
  62. if (string[sz] == 0)
  63. return "";
  64. string += (sz + 1);
  65. }
  66. sz = dStrcspn(string, set);
  67. if (sz == 0)
  68. return "";
  69. char *ret = returnbuff;
  70. dStrncpy(ret, string, sz);
  71. ret[sz] = '\0';
  72. return ret;
  73. }
  74. GuiPopUpBackgroundCtrl::GuiPopUpBackgroundCtrl(GuiPopUpMenuCtrl *ctrl, GuiPopupTextListCtrl *textList)
  75. {
  76. mPopUpCtrl = ctrl;
  77. mTextList = textList;
  78. }
  79. void GuiPopUpBackgroundCtrl::onMouseDown(const GuiEvent &event)
  80. {
  81. mPopUpCtrl->mBackgroundCancel = true; // Set that the user didn't click within the text list. Replaces the line above.
  82. mPopUpCtrl->closePopUp();
  83. }
  84. //------------------------------------------------------------------------------
  85. GuiPopupTextListCtrl::GuiPopupTextListCtrl()
  86. {
  87. mPopUpCtrl = NULL;
  88. }
  89. //------------------------------------------------------------------------------
  90. GuiPopupTextListCtrl::GuiPopupTextListCtrl(GuiPopUpMenuCtrl *ctrl)
  91. {
  92. mPopUpCtrl = ctrl;
  93. }
  94. //------------------------------------------------------------------------------
  95. //------------------------------------------------------------------------------
  96. //void GuiPopUpTextListCtrl::onCellSelected( Point2I /*cell*/ )
  97. //{
  98. // // Do nothing, the parent control will take care of everything...
  99. //}
  100. void GuiPopupTextListCtrl::onCellSelected( Point2I cell )
  101. {
  102. // The old function is above. This new one will only call the the select
  103. // functions if we were not cancelled by a background click.
  104. // Check if we were cancelled by the user clicking on the Background ie: anywhere
  105. // other than within the text list.
  106. if(mPopUpCtrl->mBackgroundCancel)
  107. return;
  108. if( isMethod( "onSelect" ) )
  109. Con::executef(this, "onSelect", Con::getFloatArg(cell.x), Con::getFloatArg(cell.y));
  110. //call the console function
  111. execConsoleCallback();
  112. //if (mConsoleCommand[0])
  113. // Con::evaluate(mConsoleCommand, false);
  114. }
  115. //------------------------------------------------------------------------------
  116. bool GuiPopupTextListCtrl::onKeyDown(const GuiEvent &event)
  117. {
  118. //if the control is a dead end, don't process the input:
  119. if ( !mVisible || !mActive || !mAwake )
  120. return false;
  121. //see if the key down is a <return> or not
  122. if ( event.modifier == 0 )
  123. {
  124. if ( event.keyCode == KEY_RETURN )
  125. {
  126. mPopUpCtrl->closePopUp();
  127. return true;
  128. }
  129. else if ( event.keyCode == KEY_ESCAPE )
  130. {
  131. mSelectedCell.set( -1, -1 );
  132. mPopUpCtrl->closePopUp();
  133. return true;
  134. }
  135. }
  136. //otherwise, pass the event to it's parent
  137. return Parent::onKeyDown(event);
  138. }
  139. void GuiPopupTextListCtrl::onMouseUp(const GuiEvent &event)
  140. {
  141. Parent::onMouseUp( event );
  142. mPopUpCtrl->closePopUp();
  143. }
  144. //------------------------------------------------------------------------------
  145. void GuiPopupTextListCtrl::onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver)
  146. {
  147. Point2I size;
  148. getCellSize( size );
  149. // Render a background color for the cell
  150. if ( mouseOver )
  151. {
  152. RectI cellR( offset.x, offset.y, size.x, size.y );
  153. GFX->getDrawUtil()->drawRectFill( cellR, mProfile->mFillColorHL );
  154. }
  155. else if ( selected )
  156. {
  157. RectI cellR( offset.x, offset.y, size.x, size.y );
  158. GFX->getDrawUtil()->drawRectFill( cellR, mProfile->mFillColorSEL );
  159. }
  160. // Define the default x offset for the text
  161. U32 textXOffset = offset.x + mProfile->mTextOffset.x;
  162. // Do we also draw a colored box beside the text?
  163. ColorI boxColor;
  164. bool drawbox = mPopUpCtrl->getColoredBox( boxColor, mList[cell.y].id);
  165. if(drawbox)
  166. {
  167. Point2I coloredboxsize(15,10);
  168. RectI boxBounds(offset.x + mProfile->mTextOffset.x, offset.y+2, coloredboxsize.x, coloredboxsize.y);
  169. GFX->getDrawUtil()->drawRectFill(boxBounds, boxColor);
  170. GFX->getDrawUtil()->drawRect(boxBounds, ColorI(0,0,0));
  171. textXOffset += coloredboxsize.x + mProfile->mTextOffset.x;
  172. }
  173. ColorI fontColor;
  174. mPopUpCtrl->getFontColor( fontColor, mList[cell.y].id, selected, mouseOver );
  175. GFX->getDrawUtil()->setBitmapModulation( fontColor );
  176. //GFX->drawText( mFont, Point2I( offset.x + 4, offset.y ), mList[cell.y].text );
  177. // Get the number of columns in the cell
  178. S32 colcount = getColumnCount(mList[cell.y].text, "\t");
  179. // Are there two or more columns?
  180. if(colcount >= 2)
  181. {
  182. char buff[256];
  183. // Draw the first column
  184. getColumn(mList[cell.y].text, buff, 0, "\t");
  185. GFX->getDrawUtil()->drawText( mFont, Point2I( textXOffset, offset.y ), buff ); // Used mTextOffset as a margin for the text list rather than the hard coded value of '4'.
  186. // Draw the second column to the right
  187. getColumn(mList[cell.y].text, buff, 1, "\t");
  188. S32 txt_w = mFont->getStrWidth(buff);
  189. GFX->getDrawUtil()->drawText( mFont, Point2I( offset.x+size.x-mProfile->mTextOffset.x-txt_w, offset.y ), buff ); // Used mTextOffset as a margin for the text list rather than the hard coded value of '4'.
  190. } else
  191. {
  192. GFX->getDrawUtil()->drawText( mFont, Point2I( textXOffset, offset.y ), mList[cell.y].text ); // Used mTextOffset as a margin for the text list rather than the hard coded value of '4'.
  193. }
  194. }
  195. //------------------------------------------------------------------------------
  196. //------------------------------------------------------------------------------
  197. IMPLEMENT_CONOBJECT(GuiPopUpMenuCtrl);
  198. ConsoleDocClass( GuiPopUpMenuCtrl,
  199. "@brief A control that allows to select a value from a drop-down list.\n\n"
  200. "For a nearly identical GUI with additional features, use GuiPopUpMenuCtrlEx.\n\n"
  201. "@tsexample\n"
  202. "new GuiPopUpMenuCtrl()\n"
  203. "{\n"
  204. " maxPopupHeight = \"200\";\n"
  205. " sbUsesNAColor = \"0\";\n"
  206. " reverseTextList = \"0\";\n"
  207. " bitmapBounds = \"16 16\";\n"
  208. " maxLength = \"1024\";\n"
  209. " position = \"56 31\";\n"
  210. " extent = \"64 64\";\n"
  211. " minExtent = \"8 2\";\n"
  212. " profile = \"GuiPopUpMenuProfile\";\n"
  213. " tooltipProfile = \"GuiToolTipProfile\";\n"
  214. "};\n"
  215. "@endtsexample\n\n"
  216. "@note This is definitely going to be deprecated soon.\n\n"
  217. "@see GuiPopUpMenuCtrlEx for more features and better explanations.\n"
  218. "@ingroup GuiControls\n");
  219. GuiPopUpMenuCtrl::GuiPopUpMenuCtrl(void)
  220. {
  221. VECTOR_SET_ASSOCIATION(mEntries);
  222. VECTOR_SET_ASSOCIATION(mSchemes);
  223. mSelIndex = -1;
  224. mActive = true;
  225. mMaxPopupHeight = 200;
  226. mScrollDir = GuiScrollCtrl::None;
  227. mScrollCount = 0;
  228. mLastYvalue = 0;
  229. mIncValue = 0;
  230. mRevNum = 0;
  231. mInAction = false;
  232. mMouseOver = false; // Added
  233. mRenderScrollInNA = false; // Added
  234. mBackgroundCancel = false; // Added
  235. mReverseTextList = false; // Added - Don't reverse text list if displaying up
  236. mBitmapBounds.set(16, 16); // Added
  237. mIdMax = -1;
  238. mBackground = NULL;
  239. mTl = NULL;
  240. mSc = NULL;
  241. mReplaceText = false;
  242. }
  243. //------------------------------------------------------------------------------
  244. GuiPopUpMenuCtrl::~GuiPopUpMenuCtrl()
  245. {
  246. }
  247. //------------------------------------------------------------------------------
  248. void GuiPopUpMenuCtrl::initPersistFields(void)
  249. {
  250. docsURL;
  251. addFieldV("maxPopupHeight", TypeRangedS32, Offset(mMaxPopupHeight, GuiPopUpMenuCtrl), &CommonValidators::PositiveInt);
  252. addField("sbUsesNAColor", TypeBool, Offset(mRenderScrollInNA, GuiPopUpMenuCtrl));
  253. addField("reverseTextList", TypeBool, Offset(mReverseTextList, GuiPopUpMenuCtrl));
  254. addProtectedField("BitmapAsset", TypeImageAssetPtr, Offset(mBitmapAsset, GuiPopUpMenuCtrl), _setBitmaps, &defaultProtectedGetFn, "@brief ""Bitmap"" ""asset \"\".");
  255. addField("bitmapBounds", TypePoint2I, Offset(mBitmapBounds, GuiPopUpMenuCtrl));
  256. Parent::initPersistFields();
  257. }
  258. bool GuiPopUpMenuCtrl::_setBitmaps(void* obj, const char* index, const char* data)
  259. {
  260. GuiPopUpMenuCtrl* object = static_cast<GuiPopUpMenuCtrl*>(obj);
  261. object->setBitmap(data);
  262. return true;
  263. }
  264. //------------------------------------------------------------------------------
  265. DefineEngineMethod( GuiPopUpMenuCtrl, add, void, (const char * name, S32 idNum, U32 scheme), ("", -1, 0), "(string name, int idNum, int scheme=0)")
  266. {
  267. object->addEntry(name, idNum, scheme);
  268. }
  269. DefineEngineMethod( GuiPopUpMenuCtrl, addScheme, void, (U32 id, ColorI fontColor, ColorI fontColorHL, ColorI fontColorSEL), ,
  270. "(int id, ColorI fontColor, ColorI fontColorHL, ColorI fontColorSEL)")
  271. {
  272. object->addScheme( id, fontColor, fontColorHL, fontColorSEL );
  273. }
  274. DefineEngineMethod( GuiPopUpMenuCtrl, getText, const char*, (), , "")
  275. {
  276. return object->getText();
  277. }
  278. DefineEngineMethod( GuiPopUpMenuCtrl, clear, void, (), , "Clear the popup list.")
  279. {
  280. object->clear();
  281. }
  282. //FIXME: clashes with SimSet.sort
  283. DefineEngineMethod(GuiPopUpMenuCtrl, sort, void, (), , "Sort the list alphabetically.")
  284. {
  285. object->sort();
  286. }
  287. // Added to sort the entries by ID
  288. DefineEngineMethod(GuiPopUpMenuCtrl, sortID, void, (), , "Sort the list by ID.")
  289. {
  290. object->sortID();
  291. }
  292. DefineEngineMethod( GuiPopUpMenuCtrl, forceOnAction, void, (), , "")
  293. {
  294. object->onAction();
  295. }
  296. DefineEngineMethod( GuiPopUpMenuCtrl, forceClose, void, (), , "")
  297. {
  298. object->closePopUp();
  299. }
  300. DefineEngineMethod( GuiPopUpMenuCtrl, getSelected, S32, (), , "Gets the selected index")
  301. {
  302. return object->getSelected();
  303. }
  304. DefineEngineMethod( GuiPopUpMenuCtrl, setSelected, void, (S32 id, bool scriptCallback), (true), "(int id, [scriptCallback=true])")
  305. {
  306. object->setSelected( id, scriptCallback );
  307. }
  308. DefineEngineMethod( GuiPopUpMenuCtrl, setFirstSelected, void, (bool scriptCallback), (true), "([scriptCallback=true])")
  309. {
  310. object->setFirstSelected( scriptCallback );
  311. }
  312. DefineEngineMethod( GuiPopUpMenuCtrl, setNoneSelected, void, (), , "")
  313. {
  314. object->setNoneSelected();
  315. }
  316. DefineEngineMethod( GuiPopUpMenuCtrl, getTextById, const char*, (S32 id), , "(int id)")
  317. {
  318. return(object->getTextById(id));
  319. }
  320. DefineEngineMethod( GuiPopUpMenuCtrl, changeTextById, void, ( S32 id, const char * text ), , "( int id, string text )" )
  321. {
  322. object->setEntryText( id, text );
  323. }
  324. DefineEngineMethod( GuiPopUpMenuCtrl, setEnumContent, void, (const char * className, const char * enumName), , "(string class, string enum)"
  325. "This fills the popup with a classrep's field enumeration type info.\n\n"
  326. "More of a helper function than anything. If console access to the field list is added, "
  327. "at least for the enumerated types, then this should go away..")
  328. {
  329. AbstractClassRep * classRep = AbstractClassRep::getClassList();
  330. // walk the class list to get our class
  331. while(classRep)
  332. {
  333. if(!dStricmp(classRep->getClassName(), className))
  334. break;
  335. classRep = classRep->getNextClass();
  336. }
  337. // get it?
  338. if(!classRep)
  339. {
  340. Con::warnf(ConsoleLogEntry::General, "failed to locate class rep for '%s'", className);
  341. return;
  342. }
  343. // walk the fields to check for this one (findField checks StringTableEntry ptrs...)
  344. U32 i;
  345. for(i = 0; i < classRep->mFieldList.size(); i++)
  346. if(!dStricmp(classRep->mFieldList[i].pFieldname, enumName))
  347. break;
  348. // found it?
  349. if(i == classRep->mFieldList.size())
  350. {
  351. Con::warnf(ConsoleLogEntry::General, "failed to locate field '%s' for class '%s'", enumName, className);
  352. return;
  353. }
  354. const AbstractClassRep::Field & field = classRep->mFieldList[i];
  355. ConsoleBaseType* conType = ConsoleBaseType::getType( field.type );
  356. // check the type
  357. if( !conType->getEnumTable() )
  358. {
  359. Con::warnf(ConsoleLogEntry::General, "field '%s' is not an enumeration for class '%s'", enumName, className);
  360. return;
  361. }
  362. // fill it
  363. const EngineEnumTable& table = *( conType->getEnumTable() );
  364. const U32 numValues = table.getNumValues();
  365. for(i = 0; i < numValues; i++)
  366. object->addEntry( table[i].getName(), table[i] );
  367. }
  368. //------------------------------------------------------------------------------
  369. DefineEngineMethod( GuiPopUpMenuCtrl, findText, S32, (const char * text), , "(string text)"
  370. "Returns the position of the first entry containing the specified text or -1 if not found.")
  371. {
  372. return( object->findText( text ) );
  373. }
  374. //------------------------------------------------------------------------------
  375. DefineEngineMethod( GuiPopUpMenuCtrl, size, S32, (), , "Get the size of the menu - the number of entries in it.")
  376. {
  377. return( object->getNumEntries() );
  378. }
  379. //------------------------------------------------------------------------------
  380. DefineEngineMethod( GuiPopUpMenuCtrl, replaceText, void, (bool doReplaceText), , "(bool doReplaceText)")
  381. {
  382. object->replaceText(S32(doReplaceText));
  383. }
  384. //------------------------------------------------------------------------------
  385. // Added
  386. bool GuiPopUpMenuCtrl::onWake()
  387. {
  388. if ( !Parent::onWake() )
  389. return false;
  390. // Now update the Form Control's bitmap array, and possibly the child's too
  391. mProfile->constructBitmapArray();
  392. if ( mProfile->getChildrenProfile() )
  393. mProfile->getChildrenProfile()->constructBitmapArray();
  394. return true;
  395. }
  396. //------------------------------------------------------------------------------
  397. bool GuiPopUpMenuCtrl::onAdd()
  398. {
  399. if ( !Parent::onAdd() )
  400. return false;
  401. mSelIndex = -1;
  402. mReplaceText = true;
  403. return true;
  404. }
  405. //------------------------------------------------------------------------------
  406. void GuiPopUpMenuCtrl::onSleep()
  407. {
  408. Parent::onSleep();
  409. closePopUp(); // Tests in function.
  410. }
  411. //------------------------------------------------------------------------------
  412. void GuiPopUpMenuCtrl::clear()
  413. {
  414. mEntries.setSize(0);
  415. setText("");
  416. mSelIndex = -1;
  417. mRevNum = 0;
  418. mIdMax = -1;
  419. }
  420. //------------------------------------------------------------------------------
  421. void GuiPopUpMenuCtrl::clearEntry( S32 entry )
  422. {
  423. if( entry == -1 )
  424. return;
  425. U32 i = 0;
  426. for ( ; i < mEntries.size(); i++ )
  427. {
  428. if ( mEntries[i].id == entry )
  429. break;
  430. }
  431. mEntries.erase( i );
  432. if( mEntries.size() <= 0 )
  433. {
  434. mEntries.setSize(0);
  435. setText("");
  436. mSelIndex = -1;
  437. mRevNum = 0;
  438. }
  439. else
  440. {
  441. if (entry < mSelIndex)
  442. {
  443. mSelIndex--;
  444. }
  445. else if( entry == mSelIndex )
  446. {
  447. setText("");
  448. mSelIndex = -1;
  449. }
  450. }
  451. }
  452. //------------------------------------------------------------------------------
  453. DefineEngineMethod( GuiPopUpMenuCtrl, clearEntry, void, (S32 entry), , "(S32 entry)")
  454. {
  455. object->clearEntry(entry);
  456. }
  457. //------------------------------------------------------------------------------
  458. static S32 QSORT_CALLBACK textCompare(const void *a,const void *b)
  459. {
  460. GuiPopUpMenuCtrl::Entry *ea = (GuiPopUpMenuCtrl::Entry *) (a);
  461. GuiPopUpMenuCtrl::Entry *eb = (GuiPopUpMenuCtrl::Entry *) (b);
  462. return (dStrnatcasecmp(ea->buf, eb->buf));
  463. }
  464. // Added to sort by entry ID
  465. //------------------------------------------------------------------------------
  466. static S32 QSORT_CALLBACK idCompare(const void *a,const void *b)
  467. {
  468. GuiPopUpMenuCtrl::Entry *ea = (GuiPopUpMenuCtrl::Entry *) (a);
  469. GuiPopUpMenuCtrl::Entry *eb = (GuiPopUpMenuCtrl::Entry *) (b);
  470. return ( (ea->id < eb->id) ? -1 : ((ea->id > eb->id) ? 1 : 0) );
  471. }
  472. //------------------------------------------------------------------------------
  473. // Added
  474. void GuiPopUpMenuCtrl::setBitmap( const char *name )
  475. {
  476. StringTableEntry bitmapName = StringTable->insert(name);
  477. if ( bitmapName != StringTable->EmptyString() )
  478. {
  479. char buffer[1024];
  480. char *p;
  481. dStrcpy(buffer, bitmapName, 1024);
  482. p = buffer + dStrlen(buffer);
  483. S32 pLen = 1024 - dStrlen(buffer);
  484. dStrcpy(p, "_n", pLen);
  485. _setBitmap((StringTableEntry)buffer, Normal);
  486. dStrcpy(p, "_d", pLen);
  487. _setBitmap((StringTableEntry)buffer, Depressed);
  488. if ( mBitmapAsset[Depressed].isNull() )
  489. mBitmapAsset[Depressed] = mBitmapAsset[Normal];
  490. }
  491. else
  492. {
  493. _setBitmap(StringTable->EmptyString(), Normal);
  494. _setBitmap(StringTable->EmptyString(), Depressed);
  495. }
  496. setUpdate();
  497. }
  498. //------------------------------------------------------------------------------
  499. void GuiPopUpMenuCtrl::sort()
  500. {
  501. S32 selId = getSelected();
  502. S32 size = mEntries.size();
  503. if( size > 0 )
  504. dQsort( mEntries.address(), size, sizeof(Entry), textCompare);
  505. if( selId != -1 )
  506. setSelected( selId, false );
  507. }
  508. // Added to sort by entry ID
  509. //------------------------------------------------------------------------------
  510. void GuiPopUpMenuCtrl::sortID()
  511. {
  512. S32 selId = getSelected();
  513. S32 size = mEntries.size();
  514. if( size > 0 )
  515. dQsort( mEntries.address(), size, sizeof(Entry), idCompare);
  516. if( selId != -1 )
  517. setSelected( selId, false );
  518. }
  519. //------------------------------------------------------------------------------
  520. void GuiPopUpMenuCtrl::addEntry( const char *buf, S32 id, U32 scheme )
  521. {
  522. if( !buf )
  523. {
  524. //Con::printf( "GuiPopupMenuCtrlEx::addEntry - Invalid buffer!" );
  525. return;
  526. }
  527. // Ensure that there are no other entries with exactly the same name
  528. for ( U32 i = 0; i < mEntries.size(); i++ )
  529. {
  530. if ( String::compare( mEntries[i].buf, buf ) == 0 )
  531. return;
  532. }
  533. // If we don't give an id, create one from mIdMax
  534. if( id == -1 )
  535. id = mIdMax + 1;
  536. // Increase mIdMax when an id is greater than it
  537. if( id > mIdMax )
  538. mIdMax = id;
  539. Entry e;
  540. dStrcpy( e.buf, buf, 256 );
  541. e.id = id;
  542. e.scheme = scheme;
  543. // see if there is a shortcut key
  544. char * cp = dStrchr( e.buf, '~' );
  545. e.ascii = cp ? cp[1] : 0;
  546. // See if there is a colour box defined with the text
  547. char *cb = dStrchr( e.buf, '|' );
  548. if ( cb )
  549. {
  550. e.usesColorBox = true;
  551. cb[0] = '\0';
  552. char* red = &cb[1];
  553. cb = dStrchr(red, '|');
  554. cb[0] = '\0';
  555. char* green = &cb[1];
  556. cb = dStrchr(green, '|');
  557. cb[0] = '\0';
  558. char* blue = &cb[1];
  559. U32 r = dAtoi(red);
  560. U32 g = dAtoi(green);
  561. U32 b = dAtoi(blue);
  562. e.colorbox = ColorI(r,g,b);
  563. }
  564. else
  565. {
  566. e.usesColorBox = false;
  567. }
  568. mEntries.push_back(e);
  569. if ( mInAction && mTl )
  570. {
  571. // Add the new entry:
  572. mTl->addEntry( e.id, e.buf );
  573. repositionPopup();
  574. }
  575. }
  576. //------------------------------------------------------------------------------
  577. void GuiPopUpMenuCtrl::addScheme( U32 id, ColorI fontColor, ColorI fontColorHL, ColorI fontColorSEL )
  578. {
  579. if ( !id )
  580. return;
  581. Scheme newScheme;
  582. newScheme.id = id;
  583. newScheme.fontColor = fontColor;
  584. newScheme.fontColorHL = fontColorHL;
  585. newScheme.fontColorSEL = fontColorSEL;
  586. mSchemes.push_back( newScheme );
  587. }
  588. //------------------------------------------------------------------------------
  589. S32 GuiPopUpMenuCtrl::getSelected()
  590. {
  591. if (mSelIndex == -1)
  592. return 0;
  593. return mEntries[mSelIndex].id;
  594. }
  595. //------------------------------------------------------------------------------
  596. bool GuiPopUpMenuCtrl::setEntryText( S32 id, const char* buf )
  597. {
  598. const U32 numEntries = getNumEntries();
  599. for( U32 i = 0; i < numEntries; i++ )
  600. {
  601. if( mEntries[ i ].id == id )
  602. {
  603. Entry& entry = mEntries[ i ];
  604. dStrncpy( entry.buf, buf, sizeof( entry.buf ) );
  605. entry.buf[ sizeof( entry.buf ) - 1 ] = '\0';
  606. return true;
  607. }
  608. }
  609. return false;
  610. }
  611. //------------------------------------------------------------------------------
  612. const char* GuiPopUpMenuCtrl::getTextById(S32 id)
  613. {
  614. for ( U32 i = 0; i < mEntries.size(); i++ )
  615. {
  616. if ( mEntries[i].id == id )
  617. return( mEntries[i].buf );
  618. }
  619. return( "" );
  620. }
  621. //------------------------------------------------------------------------------
  622. S32 GuiPopUpMenuCtrl::findText( const char* text )
  623. {
  624. for ( U32 i = 0; i < mEntries.size(); i++ )
  625. {
  626. if ( String::compare( text, mEntries[i].buf ) == 0 )
  627. return( mEntries[i].id );
  628. }
  629. return( -1 );
  630. }
  631. //------------------------------------------------------------------------------
  632. void GuiPopUpMenuCtrl::setSelected(S32 id, bool bNotifyScript )
  633. {
  634. for( S32 i = 0; i < mEntries.size(); i++ )
  635. {
  636. if( id == mEntries[i].id )
  637. {
  638. i = ( mRevNum > i ) ? mRevNum - i : i;
  639. mSelIndex = i;
  640. if( mReplaceText ) // Only change the displayed text if appropriate.
  641. setText( mEntries[ i ].buf );
  642. // Now perform the popup action:
  643. if( bNotifyScript )
  644. {
  645. if( isMethod( "onSelect" ) )
  646. Con::executef( this, "onSelect", Con::getIntArg( mEntries[ mSelIndex ].id ), mEntries[mSelIndex].buf );
  647. execConsoleCallback();
  648. }
  649. return;
  650. }
  651. }
  652. if( mReplaceText ) // Only change the displayed text if appropriate.
  653. {
  654. setText("");
  655. }
  656. mSelIndex = -1;
  657. if( bNotifyScript && isMethod( "onCancel" ) )
  658. Con::executef( this, "onCancel" );
  659. if( id == -1 )
  660. return;
  661. // Execute the popup console command:
  662. if( bNotifyScript )
  663. execConsoleCallback();
  664. }
  665. //------------------------------------------------------------------------------
  666. // Added to set the first item as selected.
  667. void GuiPopUpMenuCtrl::setFirstSelected( bool bNotifyScript )
  668. {
  669. if( mEntries.size() > 0 )
  670. {
  671. mSelIndex = 0;
  672. if ( mReplaceText ) // Only change the displayed text if appropriate.
  673. {
  674. setText( mEntries[0].buf );
  675. }
  676. // Execute the popup console command:
  677. if( bNotifyScript )
  678. {
  679. if ( isMethod( "onSelect" ) )
  680. Con::executef( this, "onSelect", Con::getIntArg( mEntries[ mSelIndex ].id ), mEntries[mSelIndex].buf );
  681. execConsoleCallback();
  682. }
  683. }
  684. else
  685. {
  686. if ( mReplaceText ) // Only change the displayed text if appropriate.
  687. setText("");
  688. mSelIndex = -1;
  689. if( bNotifyScript )
  690. {
  691. Con::executef( this, "onCancel" );
  692. execConsoleCallback();
  693. }
  694. }
  695. }
  696. //------------------------------------------------------------------------------
  697. // Added to set no items as selected.
  698. void GuiPopUpMenuCtrl::setNoneSelected()
  699. {
  700. if ( mReplaceText ) // Only change the displayed text if appropriate.
  701. {
  702. setText("");
  703. }
  704. mSelIndex = -1;
  705. }
  706. //------------------------------------------------------------------------------
  707. const char *GuiPopUpMenuCtrl::getScriptValue()
  708. {
  709. return getText();
  710. }
  711. //------------------------------------------------------------------------------
  712. void GuiPopUpMenuCtrl::onRender( Point2I offset, const RectI &updateRect )
  713. {
  714. TORQUE_UNUSED(updateRect);
  715. Point2I localStart;
  716. if ( mScrollDir != GuiScrollCtrl::None )
  717. autoScroll();
  718. GFXDrawUtil* drawUtil = GFX->getDrawUtil();
  719. RectI baseRect( offset, getExtent() );
  720. if ( mInAction )
  721. {
  722. S32 left = baseRect.point.x, right = baseRect.point.x + baseRect.extent.x - 1;
  723. S32 top = baseRect.point.y, bottom = baseRect.point.y + baseRect.extent.y - 1;
  724. // Do we render a bitmap border or lines?
  725. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  726. {
  727. if (mProfile->mBitmapArrayRects[0].extent.y < baseRect.extent.y)
  728. {
  729. //if our bitmap is smaller than the height of our ctrl, we'll nudge it towards the center
  730. U32 nudge = (baseRect.extent.y - mProfile->mBitmapArrayRects[0].extent.y) / 2;
  731. baseRect.point.y += nudge;
  732. }
  733. // Render the fixed, filled in border
  734. renderFixedBitmapBordersFilled(baseRect, 3, mProfile );
  735. }
  736. else
  737. {
  738. //renderSlightlyLoweredBox(r, mProfile);
  739. drawUtil->drawRectFill(baseRect, mProfile->mFillColor );
  740. }
  741. // Draw a bitmap over the background?
  742. if (getBitmap(Depressed))
  743. {
  744. RectI rect(offset, mBitmapBounds);
  745. drawUtil->clearBitmapModulation();
  746. drawUtil->drawBitmapStretch( getBitmap(Depressed), rect );
  747. }
  748. else if (getBitmap(Normal))
  749. {
  750. RectI rect(offset, mBitmapBounds);
  751. drawUtil->clearBitmapModulation();
  752. drawUtil->drawBitmapStretch(getBitmap(Normal), rect );
  753. }
  754. // Do we render a bitmap border or lines?
  755. if (!mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  756. {
  757. drawUtil->drawLine(left, top, left, bottom, colorWhite );
  758. drawUtil->drawLine(left, top, right, top, colorWhite );
  759. drawUtil->drawLine(left + 1, bottom, right, bottom, mProfile->mBorderColor );
  760. drawUtil->drawLine(right, top + 1, right, bottom - 1, mProfile->mBorderColor );
  761. }
  762. }
  763. else
  764. // TODO: Implement
  765. // TODO: Add onMouseEnter() and onMouseLeave() and a definition of mMouseOver (see guiButtonBaseCtrl) for this to work.
  766. if ( mMouseOver )
  767. {
  768. S32 left = baseRect.point.x, right = baseRect.point.x + baseRect.extent.x - 1;
  769. S32 top = baseRect.point.y, bottom = baseRect.point.y + baseRect.extent.y - 1;
  770. // Do we render a bitmap border or lines?
  771. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  772. {
  773. if (mProfile->mBitmapArrayRects[0].extent.y < baseRect.extent.y)
  774. {
  775. //if our bitmap is smaller than the height of our ctrl, we'll nudge it towards the center
  776. U32 nudge = (baseRect.extent.y - mProfile->mBitmapArrayRects[0].extent.y) / 2;
  777. baseRect.point.y += nudge;
  778. }
  779. // Render the fixed, filled in border
  780. renderFixedBitmapBordersFilled(baseRect, 2, mProfile );
  781. }
  782. else
  783. {
  784. drawUtil->drawRectFill(baseRect, mProfile->mFillColorHL );
  785. }
  786. // Draw a bitmap over the background?
  787. if (getBitmap(Normal))
  788. {
  789. RectI rect( offset, mBitmapBounds );
  790. drawUtil->clearBitmapModulation();
  791. drawUtil->drawBitmapStretch(getBitmap(Normal) , rect);
  792. }
  793. // Do we render a bitmap border or lines?
  794. if (!mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  795. {
  796. drawUtil->drawLine(left, top, left, bottom, colorWhite);
  797. drawUtil->drawLine(left, top, right, top, colorWhite);
  798. drawUtil->drawLine(left + 1, bottom, right, bottom, mProfile->mBorderColor);
  799. drawUtil->drawLine(right, top + 1, right, bottom - 1, mProfile->mBorderColor);
  800. }
  801. }
  802. else
  803. {
  804. // Do we render a bitmap border or lines?
  805. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  806. {
  807. if (mProfile->mBitmapArrayRects[0].extent.y < baseRect.extent.y)
  808. {
  809. //if our bitmap is smaller than the height of our ctrl, we'll nudge it towards the center
  810. U32 nudge = (baseRect.extent.y - mProfile->mBitmapArrayRects[0].extent.y) / 2;
  811. baseRect.point.y += nudge;
  812. }
  813. // Render the fixed, filled in border
  814. renderFixedBitmapBordersFilled(baseRect, 1, mProfile );
  815. }
  816. else
  817. {
  818. drawUtil->drawRectFill(baseRect, mProfile->mFillColorNA );
  819. }
  820. // Draw a bitmap over the background?
  821. if (getBitmap(Normal))
  822. {
  823. RectI rect(offset, mBitmapBounds);
  824. drawUtil->clearBitmapModulation();
  825. drawUtil->drawBitmapStretch( getBitmap(Normal), rect);
  826. }
  827. // Do we render a bitmap border or lines?
  828. if (!mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  829. {
  830. if (mProfile->mBitmapArrayRects[0].extent.y < baseRect.extent.y)
  831. {
  832. //if our bitmap is smaller than the height of our ctrl, we'll nudge it towards the center
  833. U32 nudge = (baseRect.extent.y - mProfile->mBitmapArrayRects[0].extent.y) / 2;
  834. baseRect.point.y += nudge;
  835. }
  836. drawUtil->drawRect( baseRect, mProfile->mBorderColorNA );
  837. }
  838. }
  839. // renderSlightlyRaisedBox(r, mProfile); // Used to be the only 'else' condition to mInAction above.
  840. S32 txt_w = mProfile->mFont->getStrWidth(mText);
  841. localStart.x = 0;
  842. localStart.y = (getHeight() - (mProfile->mFont->getHeight())) / 2;
  843. // align the horizontal
  844. switch (mProfile->mAlignment)
  845. {
  846. case GuiControlProfile::RightJustify:
  847. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  848. {
  849. // We're making use of a bitmap border, so take into account the
  850. // right cap of the border.
  851. RectI* bitmapBounds = mProfile->mBitmapArrayRects.address();
  852. localStart.x = getWidth() - bitmapBounds[2].extent.x - txt_w;
  853. }
  854. else
  855. {
  856. localStart.x = getWidth() - txt_w;
  857. }
  858. break;
  859. case GuiControlProfile::CenterJustify:
  860. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  861. {
  862. // We're making use of a bitmap border, so take into account the
  863. // right cap of the border.
  864. RectI* bitmapBounds = mProfile->mBitmapArrayRects.address();
  865. localStart.x = (getWidth() - bitmapBounds[2].extent.x - txt_w) / 2;
  866. } else
  867. {
  868. localStart.x = (getWidth() - txt_w) / 2;
  869. }
  870. break;
  871. default:
  872. // GuiControlProfile::LeftJustify
  873. if ( txt_w > getWidth() )
  874. {
  875. // The width of the text is greater than the width of the control.
  876. // In this case we will right justify the text and leave some space
  877. // for the down arrow.
  878. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  879. {
  880. // We're making use of a bitmap border, so take into account the
  881. // right cap of the border.
  882. RectI* bitmapBounds = mProfile->mBitmapArrayRects.address();
  883. localStart.x = getWidth() - bitmapBounds[2].extent.x - txt_w;
  884. }
  885. else
  886. {
  887. localStart.x = getWidth() - txt_w - 12;
  888. }
  889. }
  890. else
  891. {
  892. localStart.x = mProfile->mTextOffset.x; // Use mProfile->mTextOffset as a controlable margin for the control's text.
  893. }
  894. break;
  895. }
  896. // Do we first draw a coloured box beside the text?
  897. ColorI boxColor;
  898. bool drawbox = getColoredBox( boxColor, mSelIndex);
  899. if ( drawbox )
  900. {
  901. Point2I coloredboxsize( 15, 10 );
  902. RectI boxBounds( offset.x + mProfile->mTextOffset.x, offset.y + ( (getHeight() - coloredboxsize.y ) / 2 ), coloredboxsize.x, coloredboxsize.y );
  903. drawUtil->drawRectFill(boxBounds, boxColor);
  904. drawUtil->drawRect(boxBounds, ColorI(0,0,0));
  905. localStart.x += coloredboxsize.x + mProfile->mTextOffset.x;
  906. }
  907. // Draw the text
  908. Point2I globalStart = localToGlobalCoord( localStart );
  909. ColorI fontColor = mActive ? ( mInAction ? mProfile->mFontColor : mProfile->mFontColorNA ) : mProfile->mFontColorNA;
  910. drawUtil->setBitmapModulation( fontColor ); // was: (mProfile->mFontColor);
  911. // Get the number of columns in the text
  912. S32 colcount = getColumnCount( mText, "\t" );
  913. // Are there two or more columns?
  914. if ( colcount >= 2 )
  915. {
  916. char buff[256];
  917. // Draw the first column
  918. getColumn( mText, buff, 0, "\t" );
  919. drawUtil->drawText( mProfile->mFont, globalStart, buff, mProfile->mFontColors );
  920. // Draw the second column to the right
  921. getColumn( mText, buff, 1, "\t" );
  922. S32 colTxt_w = mProfile->mFont->getStrWidth( buff );
  923. if ( mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  924. {
  925. // We're making use of a bitmap border, so take into account the
  926. // right cap of the border.
  927. RectI* bitmapBounds = mProfile->mBitmapArrayRects.address();
  928. Point2I textpos = localToGlobalCoord( Point2I( getWidth() - colTxt_w - bitmapBounds[2].extent.x, localStart.y ) );
  929. drawUtil->drawText( mProfile->mFont, textpos, buff, mProfile->mFontColors );
  930. } else
  931. {
  932. Point2I textpos = localToGlobalCoord( Point2I( getWidth() - colTxt_w - 12, localStart.y ) );
  933. drawUtil->drawText( mProfile->mFont, textpos, buff, mProfile->mFontColors );
  934. }
  935. } else
  936. {
  937. drawUtil->drawText( mProfile->mFont, globalStart, mText, mProfile->mFontColors );
  938. }
  939. // If we're rendering a bitmap border, then it will take care of the arrow.
  940. if (!mProfile->getChildrenProfile() && !mProfile->mBitmapArrayRects.empty())
  941. {
  942. if (mProfile->mBitmapArrayRects[0].extent.y < baseRect.extent.y)
  943. {
  944. //if our bitmap is smaller than the height of our ctrl, we'll nudge it towards the center
  945. U32 nudge = (baseRect.extent.y - mProfile->mBitmapArrayRects[0].extent.y) / 2;
  946. baseRect.point.y += nudge;
  947. }
  948. // Draw a triangle (down arrow)
  949. S32 left = baseRect.point.x + baseRect.extent.x - 12;
  950. S32 right = left + 8;
  951. S32 middle = left + 4;
  952. S32 top = baseRect.extent.y / 2 + baseRect.point.y - 4;
  953. S32 bottom = top + 8;
  954. PrimBuild::color( mProfile->mFontColor );
  955. PrimBuild::begin( GFXTriangleList, 3 );
  956. PrimBuild::vertex2fv( Point3F( (F32)left, (F32)top, 0.0f ) );
  957. PrimBuild::vertex2fv( Point3F( (F32)right, (F32)top, 0.0f ) );
  958. PrimBuild::vertex2fv( Point3F( (F32)middle, (F32)bottom, 0.0f ) );
  959. PrimBuild::end();
  960. }
  961. }
  962. //------------------------------------------------------------------------------
  963. void GuiPopUpMenuCtrl::closePopUp()
  964. {
  965. if ( !mInAction )
  966. return;
  967. // Get the selection from the text list:
  968. if( !mBackgroundCancel )
  969. {
  970. mSelIndex = mTl->getSelectedCell().y;
  971. mSelIndex = ( mRevNum >= mSelIndex && mSelIndex != -1 ) ? mRevNum - mSelIndex : mSelIndex;
  972. if ( mSelIndex != -1 )
  973. {
  974. if ( mReplaceText )
  975. setText( mEntries[mSelIndex].buf );
  976. setIntVariable( mEntries[mSelIndex].id );
  977. }
  978. }
  979. // Release the mouse:
  980. mInAction = false;
  981. mTl->mouseUnlock();
  982. // Now perform the popup action:
  983. if( mSelIndex != -1 && !mBackgroundCancel )
  984. {
  985. if ( isMethod( "onSelect" ) )
  986. Con::executef( this, "onSelect", Con::getIntArg( mEntries[ mSelIndex ].id ), mEntries[mSelIndex].buf );
  987. // Execute the popup console command:
  988. execConsoleCallback();
  989. }
  990. else if ( isMethod( "onCancel" ) )
  991. Con::executef( this, "onCancel" );
  992. // Pop the background:
  993. GuiCanvas *root = getRoot();
  994. if ( root )
  995. root->popDialogControl(mBackground);
  996. // Kill the popup:
  997. mBackground->removeObject( mSc );
  998. mTl->deleteObject();
  999. mSc->deleteObject();
  1000. mBackground->deleteObject();
  1001. mBackground = NULL;
  1002. mTl = NULL;
  1003. mSc = NULL;
  1004. // Set this as the first responder:
  1005. setFirstResponder();
  1006. }
  1007. //------------------------------------------------------------------------------
  1008. bool GuiPopUpMenuCtrl::onKeyDown(const GuiEvent &event)
  1009. {
  1010. //if the control is a dead end, don't process the input:
  1011. if ( !mVisible || !mActive || !mAwake )
  1012. return false;
  1013. //see if the key down is a <return> or not
  1014. if ( event.keyCode == KEY_RETURN && event.modifier == 0 )
  1015. {
  1016. onAction();
  1017. return true;
  1018. }
  1019. //otherwise, pass the event to its parent
  1020. return Parent::onKeyDown( event );
  1021. }
  1022. //------------------------------------------------------------------------------
  1023. void GuiPopUpMenuCtrl::onAction()
  1024. {
  1025. GuiControl *canCtrl = getParent();
  1026. addChildren();
  1027. GuiCanvas *root = getRoot();
  1028. Point2I windowExt = root->getExtent();
  1029. mBackground->resize( Point2I(0,0), root->getExtent() );
  1030. S32 textWidth = 0, width = getWidth();
  1031. const S32 textSpace = 2;
  1032. bool setScroll = false;
  1033. for ( U32 i = 0; i < mEntries.size(); ++i )
  1034. if ( S32(mProfile->mFont->getStrWidth( mEntries[i].buf )) > textWidth )
  1035. textWidth = mProfile->mFont->getStrWidth( mEntries[i].buf );
  1036. S32 sbWidth = mSc->getControlProfile()->mBorderThickness * 2 + mSc->scrollBarThickness(); // Calculate the scroll bar width
  1037. if ( textWidth > ( getWidth() - sbWidth-mProfile->mTextOffset.x - mSc->getChildMargin().x * 2 ) ) // The text draw area to test against is the width of the drop-down minus the scroll bar width, the text margin and the scroll bar child margins.
  1038. {
  1039. textWidth +=sbWidth + mProfile->mTextOffset.x + mSc->getChildMargin().x * 2; // The new width is the width of the text plus the scroll bar width plus the text margin size plus the scroll bar child margins.
  1040. width = textWidth;
  1041. // If a child margin is not defined for the scroll control, let's add
  1042. // some space between the text and scroll control for readability
  1043. if(mSc->getChildMargin().x == 0)
  1044. width += textSpace;
  1045. }
  1046. mTl->setCellSize(Point2I(width, mProfile->mFont->getHeight() + textSpace));
  1047. for ( U32 j = 0; j < mEntries.size(); ++j )
  1048. mTl->addEntry( mEntries[j].id, mEntries[j].buf );
  1049. if ( mSelIndex >= 0 )
  1050. mTl->setSelectedCell( Point2I( 0, mSelIndex ) );
  1051. Point2I pointInGC = canCtrl->localToGlobalCoord( getPosition() );
  1052. Point2I scrollPoint( pointInGC.x, pointInGC.y + getHeight() );
  1053. //Calc max Y distance, so Scroll Ctrl will fit on window
  1054. S32 sbBorder = mSc->getControlProfile()->mBorderThickness * 2 + mSc->getChildMargin().y * 2;
  1055. S32 maxYdis = windowExt.y - pointInGC.y - getHeight() - sbBorder;
  1056. //If scroll bars need to be added
  1057. mRevNum = 0;
  1058. if ( maxYdis < mTl->getHeight() + sbBorder )
  1059. {
  1060. //Should we pop menu list above the button
  1061. if ( maxYdis < pointInGC.y )
  1062. {
  1063. if(mReverseTextList)
  1064. reverseTextList();
  1065. maxYdis = pointInGC.y;
  1066. //Does the menu need a scroll bar
  1067. if ( maxYdis < mTl->getHeight() + sbBorder )
  1068. {
  1069. setScroll = true;
  1070. }
  1071. //No scroll bar needed
  1072. else
  1073. {
  1074. maxYdis = mTl->getHeight() + sbBorder;
  1075. }
  1076. // Added the next two lines
  1077. scrollPoint.set(pointInGC.x, pointInGC.y - maxYdis); // Used to have the following on the end: '-1);'
  1078. }
  1079. //Scroll bar needed but Don't pop above button
  1080. else
  1081. {
  1082. setScroll = true;
  1083. }
  1084. }
  1085. //No scroll bar needed
  1086. else
  1087. {
  1088. maxYdis = mTl->getHeight() + sbBorder;
  1089. }
  1090. RectI newBounds = mSc->getBounds();
  1091. //offset it from the background so it lines up properly
  1092. newBounds.point = mBackground->globalToLocalCoord( scrollPoint );
  1093. if ( newBounds.point.x + width > mBackground->getWidth() )
  1094. if ( width - getWidth() > 0 )
  1095. newBounds.point.x -= width - getWidth();
  1096. newBounds.extent.set( width, maxYdis );
  1097. mSc->setBounds( newBounds );
  1098. mSc->registerObject();
  1099. mTl->registerObject();
  1100. mBackground->registerObject();
  1101. mSc->addObject( mTl );
  1102. mBackground->addObject( mSc );
  1103. mBackgroundCancel = false; // Setup check if user clicked on the background instead of the text list (ie: didn't want to change their current selection).
  1104. root->pushDialogControl( mBackground, 99 );
  1105. if ( setScroll )
  1106. {
  1107. // Resize the text list
  1108. Point2I cellSize;
  1109. mTl->getCellSize( cellSize );
  1110. cellSize.x = width - mSc->scrollBarThickness() - sbBorder;
  1111. mTl->setCellSize( cellSize );
  1112. mTl->setWidth( cellSize.x );
  1113. if ( mSelIndex )
  1114. mTl->scrollCellVisible( Point2I( 0, mSelIndex ) );
  1115. else
  1116. mTl->scrollCellVisible( Point2I( 0, 0 ) );
  1117. }
  1118. mTl->setFirstResponder();
  1119. mInAction = true;
  1120. }
  1121. //------------------------------------------------------------------------------
  1122. void GuiPopUpMenuCtrl::addChildren()
  1123. {
  1124. // Create Text List.
  1125. mTl = new GuiPopupTextListCtrl( this );
  1126. AssertFatal( mTl, "Failed to create the GuiPopUpTextListCtrl for the PopUpMenu" );
  1127. // Use the children's profile rather than the parent's profile, if it exists.
  1128. mTl->setControlProfile( mProfile->getChildrenProfile() ? mProfile->getChildrenProfile() : mProfile );
  1129. mTl->setField("noDuplicates", "false");
  1130. mSc = new GuiScrollCtrl;
  1131. AssertFatal( mSc, "Failed to create the GuiScrollCtrl for the PopUpMenu" );
  1132. GuiControlProfile *prof;
  1133. if ( Sim::findObject( "GuiScrollProfile", prof ) )
  1134. {
  1135. mSc->setControlProfile( prof );
  1136. }
  1137. else
  1138. {
  1139. // Use the children's profile rather than the parent's profile, if it exists.
  1140. mSc->setControlProfile( mProfile->getChildrenProfile() ? mProfile->getChildrenProfile() : mProfile );
  1141. }
  1142. mSc->setField( "hScrollBar", "AlwaysOff" );
  1143. mSc->setField( "vScrollBar", "dynamic" );
  1144. //if(mRenderScrollInNA) // Force the scroll control to render using fillColorNA rather than fillColor
  1145. // mSc->mUseNABackground = true;
  1146. mBackground = new GuiPopUpBackgroundCtrl( this, mTl );
  1147. AssertFatal( mBackground, "Failed to create the GuiBackgroundCtrl for the PopUpMenu" );
  1148. }
  1149. //------------------------------------------------------------------------------
  1150. void GuiPopUpMenuCtrl::repositionPopup()
  1151. {
  1152. if ( !mInAction || !mSc || !mTl )
  1153. return;
  1154. // I'm not concerned with this right now...
  1155. }
  1156. //------------------------------------------------------------------------------
  1157. void GuiPopUpMenuCtrl::reverseTextList()
  1158. {
  1159. mTl->clear();
  1160. for ( S32 i = mEntries.size()-1; i >= 0; --i )
  1161. mTl->addEntry( mEntries[i].id, mEntries[i].buf );
  1162. // Don't lose the selected cell:
  1163. if ( mSelIndex >= 0 )
  1164. mTl->setSelectedCell( Point2I( 0, mEntries.size() - mSelIndex - 1 ) );
  1165. mRevNum = mEntries.size() - 1;
  1166. }
  1167. //------------------------------------------------------------------------------
  1168. bool GuiPopUpMenuCtrl::getFontColor( ColorI &fontColor, S32 id, bool selected, bool mouseOver )
  1169. {
  1170. U32 i;
  1171. Entry* entry = NULL;
  1172. for ( i = 0; i < mEntries.size(); i++ )
  1173. {
  1174. if ( mEntries[i].id == id )
  1175. {
  1176. entry = &mEntries[i];
  1177. break;
  1178. }
  1179. }
  1180. if ( !entry )
  1181. return( false );
  1182. if ( entry->scheme != 0 )
  1183. {
  1184. // Find the entry's color scheme:
  1185. for ( i = 0; i < mSchemes.size(); i++ )
  1186. {
  1187. if ( mSchemes[i].id == entry->scheme )
  1188. {
  1189. fontColor = selected ? mSchemes[i].fontColorSEL : mouseOver ? mSchemes[i].fontColorHL : mSchemes[i].fontColor;
  1190. return( true );
  1191. }
  1192. }
  1193. }
  1194. // Default color scheme...
  1195. fontColor = selected ? mProfile->mFontColorSEL : mouseOver ? mProfile->mFontColorHL : mProfile->mFontColorNA; // Modified the final color choice from mProfile->mFontColor to mProfile->mFontColorNA
  1196. return( true );
  1197. }
  1198. //------------------------------------------------------------------------------
  1199. // Added
  1200. bool GuiPopUpMenuCtrl::getColoredBox( ColorI &fontColor, S32 id )
  1201. {
  1202. U32 i;
  1203. Entry* entry = NULL;
  1204. for ( i = 0; i < mEntries.size(); i++ )
  1205. {
  1206. if ( mEntries[i].id == id )
  1207. {
  1208. entry = &mEntries[i];
  1209. break;
  1210. }
  1211. }
  1212. if ( !entry )
  1213. return false;
  1214. if ( entry->usesColorBox == false )
  1215. return false;
  1216. fontColor = entry->colorbox;
  1217. return true;
  1218. }
  1219. //------------------------------------------------------------------------------
  1220. void GuiPopUpMenuCtrl::onMouseDown( const GuiEvent &event )
  1221. {
  1222. TORQUE_UNUSED(event);
  1223. if( !mVisible || !mActive || !mAwake )
  1224. return;
  1225. onAction();
  1226. }
  1227. //------------------------------------------------------------------------------
  1228. void GuiPopUpMenuCtrl::onMouseUp( const GuiEvent &event )
  1229. {
  1230. TORQUE_UNUSED(event);
  1231. }
  1232. //------------------------------------------------------------------------------
  1233. // Added
  1234. void GuiPopUpMenuCtrl::onMouseEnter( const GuiEvent &event )
  1235. {
  1236. mMouseOver = true;
  1237. }
  1238. //------------------------------------------------------------------------------
  1239. // Added
  1240. void GuiPopUpMenuCtrl::onMouseLeave( const GuiEvent &event )
  1241. {
  1242. mMouseOver = false;
  1243. }
  1244. //------------------------------------------------------------------------------
  1245. void GuiPopUpMenuCtrl::setupAutoScroll( const GuiEvent &event )
  1246. {
  1247. GuiControl *parent = getParent();
  1248. if ( !parent )
  1249. return;
  1250. Point2I mousePt = mSc->globalToLocalCoord( event.mousePoint );
  1251. mEventSave = event;
  1252. if ( mLastYvalue != mousePt.y )
  1253. {
  1254. mScrollDir = GuiScrollCtrl::None;
  1255. if ( mousePt.y > mSc->getHeight() || mousePt.y < 0 )
  1256. {
  1257. S32 topOrBottom = ( mousePt.y > mSc->getHeight() ) ? 1 : 0;
  1258. mSc->scrollTo( 0, topOrBottom );
  1259. return;
  1260. }
  1261. F32 percent = (F32)mousePt.y / (F32)mSc->getHeight();
  1262. if ( percent > 0.7f && mousePt.y > mLastYvalue )
  1263. {
  1264. mIncValue = percent - 0.5f;
  1265. mScrollDir = GuiScrollCtrl::DownArrow;
  1266. }
  1267. else if ( percent < 0.3f && mousePt.y < mLastYvalue )
  1268. {
  1269. mIncValue = 0.5f - percent;
  1270. mScrollDir = GuiScrollCtrl::UpArrow;
  1271. }
  1272. mLastYvalue = mousePt.y;
  1273. }
  1274. }
  1275. //------------------------------------------------------------------------------
  1276. void GuiPopUpMenuCtrl::autoScroll()
  1277. {
  1278. mScrollCount += mIncValue;
  1279. while ( mScrollCount > 1 )
  1280. {
  1281. mSc->autoScroll( mScrollDir );
  1282. mScrollCount -= 1;
  1283. }
  1284. mTl->onMouseMove( mEventSave );
  1285. }
  1286. //------------------------------------------------------------------------------
  1287. void GuiPopUpMenuCtrl::replaceText(S32 boolVal)
  1288. {
  1289. mReplaceText = boolVal;
  1290. }