<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=HPL3%2FCommunity%2FScripting%2FClasses%2Fcwidgettreeview</id>
	<title>HPL3/Community/Scripting/Classes/cwidgettreeview - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=HPL3%2FCommunity%2FScripting%2FClasses%2Fcwidgettreeview"/>
	<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/cwidgettreeview&amp;action=history"/>
	<updated>2026-05-14T05:03:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/cwidgettreeview&amp;diff=2413&amp;oldid=prev</id>
		<title>Maintenance script: Upload classes to sub</title>
		<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/cwidgettreeview&amp;diff=2413&amp;oldid=prev"/>
		<updated>2020-07-30T09:12:11Z</updated>

		<summary type="html">&lt;p&gt;Upload classes to sub&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==cWidgetTreeView==&lt;br /&gt;
&lt;br /&gt;
===Fields===&lt;br /&gt;
&lt;br /&gt;
cWidgetTreeView has no public fields.&lt;br /&gt;
&lt;br /&gt;
===Functions===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=1&lt;br /&gt;
! Return Type !! Function Name !! Parameters !! Description &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  Update  ||  float afTimeStep  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  ProcessMessage  ||  [[eGuiMessage]] aMessage, &amp;lt;br /&amp;gt;const [[cGuiMessageData]] &amp;amp;in aData, &amp;lt;br /&amp;gt;''bool abSkipVisCheck = false'', &amp;lt;br /&amp;gt;''bool abSkipEnabledCheck = false''  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[eWidgetType]]  ||  GetType  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  Init  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[cGuiGlobalShortcut]]@  ||  AddShortcut  ||  int alKeyModifiers, &amp;lt;br /&amp;gt;[[eKey]] aKey, &amp;lt;br /&amp;gt;''[[eGuiMessage]] aMsg = eGuiMessage_ButtonPressed'', &amp;lt;br /&amp;gt;''const [[cGuiMessageData]] &amp;amp;in aData = cGuiMessageData'', &amp;lt;br /&amp;gt;''bool abBypassVisibility = true'', &amp;lt;br /&amp;gt;''bool abBypassEnabled = true''  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetToolTip  ||  const [[tWString]] &amp;amp;in asToolTip  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[tWString]]&amp;amp;  ||  GetToolTip  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetToolTipEnabled  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[iWidget]]@  ||  GetToolTipWidget  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  PointIsInside  ||  const [[cVector2f]] &amp;amp;in avPoint, &amp;lt;br /&amp;gt;bool abOnlyClipped  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  AttachChild  ||  [[iWidget]]@ apChild  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  RemoveChild  ||  [[iWidget]]@ apChild  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[cGuiSet]]@  ||  GetSet  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[iWidget]]@  ||  GetParent  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetEnabled  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsEnabled  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetVisible  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsVisible  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  HasFocus  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsRightUnderMouse  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetName  ||  const [[tString]] &amp;amp;in asName  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[tString]]&amp;amp;  ||  GetName  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetText  ||  const [[tWString]] &amp;amp;in asText  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[tWString]]&amp;amp;  ||  GetText  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[iFontData]]@  ||  GetDefaultFontType  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetDefaultFontType  ||  [[iFontData]]@ apFont  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cColor]]&amp;amp;  ||  GetDefaultFontColor  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetDefaultFontColor  ||  const [[cColor]] &amp;amp;in aColor  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector2f]]&amp;amp;  ||  GetDefaultFontSize  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetDefaultFontSize  ||  const [[cVector2f]] &amp;amp;in avSize  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetClipActive  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  GetClipActive  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetPosition  ||  const [[cVector3f]] &amp;amp;in avPos  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetGlobalPosition  ||  const [[cVector3f]] &amp;amp;in avPos  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector3f]]&amp;amp;  ||  GetLocalPosition  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector3f]]&amp;amp;  ||  GetGlobalPosition  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetChildrenOffset  ||  const [[cVector3f]] &amp;amp;in  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector3f]]&amp;amp;  ||  GetChildrenOffset  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetAffectedByScroll  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetScrollAmount  ||  const [[cVector3f]] &amp;amp;in avX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector3f]]&amp;amp;  ||  GetScrollAmount  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  CenterGlobalPositionInSet  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetSize  ||  const [[cVector2f]] &amp;amp;in avSize  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cVector2f]]&amp;amp;  ||  GetSize  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetColorMul  ||  const [[cColor]] &amp;amp;in aColor  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  const [[cColor]]&amp;amp;  ||  GetColorMul  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  ClipsGraphics  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  GetMouseIsOver  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsConnectedTo  ||  [[iWidget]]@ apWidget, &amp;lt;br /&amp;gt;''bool abIsStartWidget = true''  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsConnectedToChildren  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetConnectedToChildren  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[cGuiGfxElement]]@  ||  GetPointerGfx  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetGlobalKeyPressListener  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsGlobalKeyPressListener  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetUserValue  ||  int alX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  int  ||  GetUserValue  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetCallbacksDisabled  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  GetCallbacksDisabled  ||  const  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetFocusNavigation  ||  [[eUIArrow]] aDir, &amp;lt;br /&amp;gt;[[iWidget]]@ apWidget  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[iWidget]]@  ||  GetFocusNavigation  ||  [[eUIArrow]] aDir  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  HasFocusNavigation  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  SetGlobalUIInputListener  ||  bool abX  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  bool  ||  IsGlobalUIInputListener  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|  [[cWidgetTreeItem]]@  ||  AddItem  ||  const [[tWString]] &amp;amp;in asText  ||    &lt;br /&gt;
|-&lt;br /&gt;
|  void  ||  ClearItems  ||       ||    &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Remarks===&lt;br /&gt;
&lt;br /&gt;
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
		
	</entry>
</feed>