Advertisement
Lyut

Untitled

Dec 19th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 29.49 KB | None | 0 0
  1. // Auto reconstructed from vtable block @ 0x000D7720
  2. // from "vguimatsurface.dylib", by ida_vtables.idc
  3. 0   _DWORD __cdecl CMatSystemSurface::Connect(void * (*)(char const*,int *))
  4. 1   _DWORD __cdecl CMatSystemSurface::Disconnect(void)
  5. 2   _DWORD __cdecl CMatSystemSurface::QueryInterface(char const*)
  6. 3   _DWORD __cdecl CMatSystemSurface::Init(void)
  7. 4   _DWORD __cdecl CMatSystemSurface::Shutdown(void)
  8. 5   _DWORD __cdecl CMatSystemSurface::RunFrame(void)
  9. 6   _DWORD __cdecl CMatSystemSurface::GetEmbeddedPanel(void)
  10. 7   _DWORD __cdecl CMatSystemSurface::SetEmbeddedPanel(unsigned int)
  11. 8   _DWORD __cdecl CMatSystemSurface::PushMakeCurrent(unsigned int,bool)
  12. 9   _DWORD __cdecl CMatSystemSurface::PopMakeCurrent(unsigned int)
  13. 10  _DWORD __cdecl CMatSystemSurface::DrawSetColor(int,int,int,int)
  14. 11  int __cdecl CMatSystemSurface::DrawSetColor(Color)
  15. 12  _DWORD __cdecl CMatSystemSurface::DrawFilledRect(int,int,int,int)
  16. 13  int __cdecl CMatSystemSurface::DrawFilledRectArray(vgui::IntRect *,int)
  17. 14  _DWORD __cdecl CMatSystemSurface::DrawOutlinedRect(int,int,int,int)
  18. 15  _DWORD __cdecl CMatSystemSurface::DrawLine(int,int,int,int)
  19. 16  _DWORD __cdecl CMatSystemSurface::DrawPolyLine(int *,int *,int)
  20. 17  _DWORD __cdecl CMatSystemSurface::DrawSetTextFont(unsigned long)
  21. 18  _DWORD __cdecl CMatSystemSurface::DrawSetTextColor(int,int,int,int)
  22. 19  int __cdecl CMatSystemSurface::DrawSetTextColor(Color)
  23. 20  _DWORD __cdecl CMatSystemSurface::DrawSetTextPos(int,int)
  24. 21  _DWORD __cdecl CMatSystemSurface::DrawGetTextPos(int &,int &)
  25. 22  int __cdecl CMatSystemSurface::DrawPrintText(wchar_t const*,int,vgui::FontDrawType_t)
  26. 23  int __cdecl CMatSystemSurface::DrawUnicodeChar(wchar_t,vgui::FontDrawType_t)
  27. 24  _DWORD __cdecl CMatSystemSurface::DrawFlushText(void)
  28. 25  int CMatSystemSurface::CreateHTMLWindow(vgui::IHTMLEvents *,unsigned int)
  29. 26  int CMatSystemSurface::PaintHTMLWindow(vgui::IHTML *)
  30. 27  int CMatSystemSurface::DeleteHTMLWindow(vgui::IHTML *)
  31. 28  _DWORD __cdecl CMatSystemSurface::DrawGetTextureId(char const*)
  32. 29  _DWORD __cdecl CMatSystemSurface::DrawGetTextureFile(int,char *,int)
  33. 30  _DWORD __cdecl CMatSystemSurface::DrawSetTextureFile(int,char const*,int,bool)
  34. 31  _DWORD __cdecl CMatSystemSurface::DrawSetTextureRGBA(int,unsigned char const*,int,int,int,bool)
  35. 32  _DWORD __cdecl CMatSystemSurface::DrawSetTexture(int)
  36. 33  _DWORD __cdecl CMatSystemSurface::DrawGetTextureSize(int,int &,int &)
  37. 34  _DWORD __cdecl CMatSystemSurface::DrawTexturedRect(int,int,int,int)
  38. 35  _DWORD __cdecl CMatSystemSurface::IsTextureIDValid(int)
  39. 36  _DWORD __cdecl CMatSystemSurface::DeleteTextureByID(int)
  40. 37  _DWORD __cdecl CMatSystemSurface::CreateNewTextureID(bool)
  41. 38  _DWORD __cdecl CMatSystemSurface::GetScreenSize(int &,int &)
  42. 39  _DWORD __cdecl CMatSystemSurface::SetAsTopMost(unsigned int,bool)
  43. 40  _DWORD __cdecl CMatSystemSurface::BringToFront(unsigned int)
  44. 41  _DWORD __cdecl CMatSystemSurface::SetForegroundWindow(unsigned int)
  45. 42  _DWORD __cdecl CMatSystemSurface::SetPanelVisible(unsigned int,bool)
  46. 43  _DWORD __cdecl CMatSystemSurface::SetMinimized(unsigned int,bool)
  47. 44  _DWORD __cdecl CMatSystemSurface::IsMinimized(unsigned int)
  48. 45  _DWORD __cdecl CMatSystemSurface::FlashWindow(unsigned int,bool)
  49. 46  _DWORD __cdecl CMatSystemSurface::SetTitle(unsigned int,wchar_t const*)
  50. 47  _DWORD __cdecl CMatSystemSurface::SetAsToolBar(unsigned int,bool)
  51. 48  _DWORD __cdecl CMatSystemSurface::CreatePopup(unsigned int,bool,bool,bool,bool,bool)
  52. 49  _DWORD __cdecl CMatSystemSurface::SwapBuffers(unsigned int)
  53. 50  _DWORD __cdecl CMatSystemSurface::Invalidate(unsigned int)
  54. 51  _DWORD __cdecl CMatSystemSurface::SetCursor(unsigned long)
  55. 52  _DWORD __cdecl CMatSystemSurface::SetCursorAlwaysVisible(bool)
  56. 53  _DWORD __cdecl CMatSystemSurface::IsCursorVisible(void)
  57. 54  _DWORD __cdecl CMatSystemSurface::ApplyChanges(void)
  58. 55  _DWORD __cdecl CMatSystemSurface::IsWithin(int,int)
  59. 56  _DWORD __cdecl CMatSystemSurface::HasFocus(void)
  60. 57  int __cdecl CMatSystemSurface::SupportsFeature(vgui::ISurface::SurfaceFeature_e)
  61. 58  _DWORD __cdecl CMatSystemSurface::RestrictPaintToSinglePanel(unsigned int)
  62. 59  _DWORD __cdecl CMatSystemSurface::SetModalPanel(unsigned int)
  63. 60  _DWORD __cdecl CMatSystemSurface::GetModalPanel(void)
  64. 61  _DWORD __cdecl CMatSystemSurface::UnlockCursor(void)
  65. 62  _DWORD __cdecl CMatSystemSurface::LockCursor(void)
  66. 63  _DWORD __cdecl CMatSystemSurface::SetTranslateExtendedKeys(bool)
  67. 64  _DWORD __cdecl CMatSystemSurface::GetTopmostPopup(void)
  68. 65  _DWORD __cdecl CMatSystemSurface::SetTopLevelFocus(unsigned int)
  69. 66  _DWORD __cdecl CMatSystemSurface::CreateFont(void)
  70. 67  _DWORD __cdecl CMatSystemSurface::SetFontGlyphSet(unsigned long,char const*,int,int,int,int,int,int,int)
  71. 68  _DWORD __cdecl CMatSystemSurface::SetFontGlyphSet_Extended(unsigned long,char const*,int,int,int,int,int,bool)
  72. 69  _DWORD __cdecl CMatSystemSurface::AddCustomFontFile(char const*,char const*)
  73. 70  _DWORD __cdecl CMatSystemSurface::GetFontTall(unsigned long)
  74. 71  _DWORD __cdecl CMatSystemSurface::GetFontTallRequested(unsigned long)
  75. 72  _DWORD __cdecl CMatSystemSurface::GetFontAscent(unsigned long,wchar_t)
  76. 73  _DWORD __cdecl CMatSystemSurface::IsFontAdditive(unsigned long)
  77. 74  _DWORD __cdecl CMatSystemSurface::GetCharABCwide(unsigned long,int,int &,int &,int &)
  78. 75  _DWORD __cdecl CMatSystemSurface::GetCharacterWidth(unsigned long,int)
  79. 76  _DWORD __cdecl CMatSystemSurface::GetTextSize(unsigned long,wchar_t const*,int &,int &)
  80. 77  _DWORD __cdecl CMatSystemSurface::GetNotifyPanel(void)
  81. 78  _DWORD __cdecl CMatSystemSurface::SetNotifyIcon(unsigned int,unsigned long,unsigned int,char const*)
  82. 79  _DWORD __cdecl CMatSystemSurface::PlaySound(char const*)
  83. 80  _DWORD __cdecl CMatSystemSurface::GetPopupCount(void)
  84. 81  _DWORD __cdecl CMatSystemSurface::GetPopup(int)
  85. 82  _DWORD __cdecl CMatSystemSurface::ShouldPaintChildPanel(unsigned int)
  86. 83  _DWORD __cdecl CMatSystemSurface::RecreateContext(unsigned int)
  87. 84  _DWORD __cdecl CMatSystemSurface::AddPanel(unsigned int)
  88. 85  _DWORD __cdecl CMatSystemSurface::ReleasePanel(unsigned int)
  89. 86  _DWORD __cdecl CMatSystemSurface::MovePopupToFront(unsigned int)
  90. 87  _DWORD __cdecl CMatSystemSurface::MovePopupToBack(unsigned int)
  91. 88  _DWORD __cdecl CMatSystemSurface::SolveTraverse(unsigned int,bool)
  92. 89  _DWORD __cdecl CMatSystemSurface::PaintTraverse(unsigned int)
  93. 90  _DWORD __cdecl CMatSystemSurface::EnableMouseCapture(unsigned int,bool)
  94. 91  _DWORD __cdecl CMatSystemSurface::GetWorkspaceBounds(int &,int &,int &,int &)
  95. 92  _DWORD __cdecl CMatSystemSurface::GetAbsoluteWindowBounds(int &,int &,int &,int &)
  96. 93  _DWORD __cdecl CMatSystemSurface::GetProportionalBase(int &,int &)
  97. 94  _DWORD __cdecl CMatSystemSurface::CalculateMouseVisible(void)
  98. 95  _DWORD __cdecl CMatSystemSurface::NeedKBInput(void)
  99. 96  _DWORD __cdecl CMatSystemSurface::HasCursorPosFunctions(void)
  100. 97  _DWORD __cdecl CMatSystemSurface::SurfaceGetCursorPos(int &,int &)
  101. 98  _DWORD __cdecl CMatSystemSurface::SurfaceSetCursorPos(int,int)
  102. 99  int __cdecl CMatSystemSurface::DrawTexturedLine(vgui::Vertex_t const&,vgui::Vertex_t const&)
  103. 100 _DWORD __cdecl CMatSystemSurface::DrawOutlinedCircle(int,int,int,int)
  104. 101 int __cdecl CMatSystemSurface::DrawTexturedPolyLine(vgui::Vertex_t const*,int)
  105. 102 _DWORD __cdecl CMatSystemSurface::DrawTexturedSubRect(int,int,int,int,float,float,float,float)
  106. 103 int __cdecl CMatSystemSurface::DrawTexturedPolygon(int,vgui::Vertex_t *,bool)
  107. 104 _DWORD __cdecl CMatSystemSurface::GetTitle(unsigned int)
  108. 105 _DWORD __cdecl CMatSystemSurface::IsCursorLocked(void)const
  109. 106 _DWORD __cdecl CMatSystemSurface::SetWorkspaceInsets(int,int,int,int)
  110. 107 int __cdecl CMatSystemSurface::DrawGetUnicodeCharRenderInfo(wchar_t,vgui::CharRenderInfo &)
  111. 108 int __cdecl CMatSystemSurface::DrawRenderCharFromInfo(vgui::CharRenderInfo const&)
  112. 109 _DWORD __cdecl CMatSystemSurface::DrawSetAlphaMultiplier(float)
  113. 110 _DWORD __cdecl CMatSystemSurface::DrawGetAlphaMultiplier(void)
  114. 111 _DWORD __cdecl CMatSystemSurface::SetAllowHTMLJavaScript(bool)
  115. 112 _DWORD __cdecl CMatSystemSurface::OnScreenSizeChanged(int,int)
  116. 113 _DWORD __cdecl CMatSystemSurface::CreateCursorFromFile(char const*,char const*)
  117. 114 _DWORD __cdecl CMatSystemSurface::DrawGetTextureMatInfoFactory(int)
  118. 115 _DWORD __cdecl CMatSystemSurface::PaintTraverseEx(unsigned int,bool)
  119. 116 _DWORD __cdecl CMatSystemSurface::GetZPos(void)const
  120. 117 _DWORD __cdecl CMatSystemSurface::SetPanelForInput(unsigned int)
  121. 118 _DWORD __cdecl CMatSystemSurface::DrawFilledRectFastFade(int,int,int,int,int,int,unsigned int,unsigned int,bool)
  122. 119 _DWORD __cdecl CMatSystemSurface::DrawFilledRectFade(int,int,int,int,unsigned int,unsigned int,bool)
  123. 120 int __cdecl CMatSystemSurface::DrawSetTextureRGBAEx(int,unsigned char const*,int,int,ImageFormat,int)
  124. 121 _DWORD __cdecl CMatSystemSurface::DrawSetTextScale(float,float)
  125. 122 _DWORD __cdecl CMatSystemSurface::SetBitmapFontGlyphSet(unsigned long,char const*,float,float,int)
  126. 123 _DWORD __cdecl CMatSystemSurface::AddBitmapFontFile(char const*)
  127. 124 _DWORD __cdecl CMatSystemSurface::SetBitmapFontName(char const*,char const*)
  128. 125 _DWORD __cdecl CMatSystemSurface::GetBitmapFontName(char const*)
  129. 126 _DWORD __cdecl CMatSystemSurface::ClearTemporaryFontCache(void)
  130. 127 _DWORD __cdecl CMatSystemSurface::GetIconImageForFullPath(char const*)
  131. 128 int __cdecl CMatSystemSurface::DrawUnicodeString(wchar_t const*,vgui::FontDrawType_t)
  132. 129 _DWORD __cdecl CMatSystemSurface::PrecacheFontCharacters(unsigned long,wchar_t const*)
  133. 130 _DWORD __cdecl CMatSystemSurface::GetResolutionKey(void)const
  134. 131 _DWORD __cdecl CMatSystemSurface::GetFontName(unsigned long)
  135. 132 _DWORD __cdecl CMatSystemSurface::GetFontFamilyName(unsigned long)
  136. 133 _DWORD __cdecl CMatSystemSurface::GetKernedCharWidth(unsigned long,wchar_t,wchar_t,wchar_t,float &,float &)
  137. 134 _DWORD __cdecl CMatSystemSurface::ForceScreenSizeOverride(bool,int,int)
  138. 135 _DWORD __cdecl CMatSystemSurface::ForceScreenPosOffset(bool,int,int)
  139. 136 _DWORD __cdecl CMatSystemSurface::OffsetAbsPos(int &,int &)
  140. 137 _DWORD __cdecl CMatSystemSurface::ResetFontCaches(void)
  141. 138 _DWORD __cdecl CMatSystemSurface::GetTextureNumFrames(int)
  142. 139 _DWORD __cdecl CMatSystemSurface::DrawSetTextureFrame(int,int,unsigned int *)
  143. 140 _DWORD __cdecl CMatSystemSurface::IsScreenSizeOverrideActive(void)
  144. 141 _DWORD __cdecl CMatSystemSurface::IsScreenPosOverrideActive(void)
  145. 142 _DWORD __cdecl CMatSystemSurface::DestroyTextureID(int)
  146. 143 int __cdecl CMatSystemSurface::DrawUpdateRegionTextureRGBA(int,int,int,unsigned char const*,int,int,ImageFormat)
  147. 144 int CMatSystemSurface::BHTMLWindowNeedsPaint(vgui::IHTML *)
  148. 145 _DWORD __cdecl CMatSystemSurface::GetWebkitHTMLUserAgentString(void)
  149. 146 _DWORD __cdecl CMatSystemSurface::AccessChromeHTMLController(void)
  150. 147 _DWORD __cdecl CMatSystemSurface::SetFullscreenViewport(int,int,int,int)
  151. 148 _DWORD __cdecl CMatSystemSurface::GetFullscreenViewport(int &,int &,int &,int &)
  152. 149 _DWORD __cdecl CMatSystemSurface::PushFullscreenViewport(void)
  153. 150 _DWORD __cdecl CMatSystemSurface::PopFullscreenViewport(void)
  154. 151 _DWORD __cdecl CMatSystemSurface::SetSoftwareCursor(bool)
  155. 152 _DWORD __cdecl CMatSystemSurface::PaintSoftwareCursor(void)
  156. 153 _DWORD __cdecl CMatSystemSurface::GMOD_ClearFontCache(void)
  157. 154 _DWORD __cdecl CMatSystemSurface::GMOD_GetTextSize(unsigned long,wchar_t const*,int &,int &)
  158. 155 _DWORD __cdecl CMatSystemSurface::GMOD_DrawGetColor(void)
  159. 156 _DWORD __cdecl CMatSystemSurface::GMOD_DrawGetTextColor(void)
  160. 157 _DWORD __cdecl CMatSystemSurface::AttachToWindow(void *,bool)
  161. 158 _DWORD __cdecl CMatSystemSurface::EnableWindowsMessages(bool)
  162. 159 _DWORD __cdecl CMatSystemSurface::Begin3DPaint(int,int,int,int,bool)
  163. 160 _DWORD __cdecl CMatSystemSurface::End3DPaint(void)
  164. 161 _DWORD __cdecl CMatSystemSurface::DisableClipping(bool)
  165. 162 _DWORD __cdecl CMatSystemSurface::GetClippingRect(int &,int &,int &,int &,bool &)
  166. 163 _DWORD __cdecl CMatSystemSurface::SetClippingRect(int,int,int,int)
  167. 164 _DWORD __cdecl CMatSystemSurface::SetMouseCallbacks(void (*)(int &,int &),void (*)(int,int))
  168. 165 _DWORD __cdecl CMatSystemSurface::InstallPlaySoundFunc(void (*)(char const*))
  169. 166 _DWORD __cdecl CMatSystemSurface::DrawColoredCircle(int,int,float,int,int,int,int)
  170. 167 _DWORD CMatSystemSurface::DrawColoredText(unsigned long,int,int,int,int,int,int,char const*,...)
  171. 168 _DWORD CMatSystemSurface::DrawColoredTextRect(unsigned long,int,int,int,int,int,int,int,int,char const*,...)
  172. 169 _DWORD CMatSystemSurface::DrawTextHeight(unsigned long,int,int &,char const*,...)
  173. 170 _DWORD CMatSystemSurface::DrawTextLen(unsigned long,char const*,...)
  174. 171 int __cdecl CMatSystemSurface::DrawPanelIn3DSpace(unsigned int,VMatrix const&,int,int,float,float)
  175. 172 int __cdecl CMatSystemSurface::DrawSetTextureMaterial(int,IMaterial *)
  176. 173 int __cdecl CMatSystemSurface::HandleInputEvent(InputEvent_t const&)
  177. 174 _DWORD __cdecl CMatSystemSurface::Set3DPaintTempRenderTarget(char const*)
  178. 175 _DWORD __cdecl CMatSystemSurface::Reset3DPaintTempRenderTarget(void)
  179. 176 _DWORD __cdecl CMatSystemSurface::DrawGetTextureMaterial(int)
  180. 177 _DWORD __cdecl CMatSystemSurface::~CMatSystemSurface()
  181. 178 _DWORD __cdecl CMatSystemSurface::~CMatSystemSurface()
  182. 179 _DWORD __cdecl CMatSystemSurface::InEngine(void)
  183. 180 _DWORD __cdecl CMatSystemSurface::IsInThink(unsigned int)
  184. 181 int dword_0
  185. 182 int dword_0
  186. 183 int dword_0
  187. 184 int dword_0
  188. 185 void * `typeinfo for'vgui::Panel
  189. 186 _DWORD __cdecl vgui::Panel::GetVPanel(void)
  190. 187 _DWORD __cdecl vgui::Panel::Think(void)
  191. 188 _DWORD __cdecl vgui::Panel::PerformApplySchemeSettings(void)
  192. 189 _DWORD __cdecl vgui::Panel::PaintTraverse(bool,bool)
  193. 190 _DWORD __cdecl vgui::Panel::Repaint(void)
  194. 191 _DWORD __cdecl vgui::Panel::IsWithinTraverse(int,int,bool)
  195. 192 _DWORD __cdecl vgui::Panel::GetInset(int &,int &,int &,int &)
  196. 193 _DWORD __cdecl vgui::Panel::GetClipRect(int &,int &,int &,int &)
  197. 194 _DWORD __cdecl vgui::Panel::OnChildAdded(unsigned int)
  198. 195 _DWORD __cdecl vgui::Panel::OnSizeChanged(int,int)
  199. 196 _DWORD __cdecl vgui::Panel::InternalFocusChanged(bool)
  200. 197 _DWORD __cdecl vgui::Panel::RequestInfo(KeyValues *)
  201. 198 _DWORD __cdecl vgui::Panel::RequestFocus(int)
  202. 199 _DWORD __cdecl vgui::Panel::RequestFocusPrev(unsigned int)
  203. 200 _DWORD __cdecl vgui::Panel::RequestFocusNext(unsigned int)
  204. 201 _DWORD __cdecl vgui::Panel::OnMessage(KeyValues const*,unsigned int)
  205. 202 _DWORD __cdecl vgui::Panel::GetCurrentKeyFocus(void)
  206. 203 _DWORD __cdecl vgui::Panel::GetTabPosition(void)
  207. 204 _DWORD __cdecl vgui::Panel::GetName(void)
  208. 205 _DWORD __cdecl vgui::Panel::GetClassName(void)
  209. 206 _DWORD __cdecl vgui::Panel::GetScheme(void)
  210. 207 _DWORD __cdecl vgui::Panel::IsProportional(void)
  211. 208 _DWORD __cdecl vgui::Panel::IsAutoDeleteSet(void)
  212. 209 _DWORD __cdecl vgui::Panel::DeletePanel(void)
  213. 210 int __cdecl vgui::Panel::QueryInterface(vgui::EInterfaceID)
  214. 211 _DWORD __cdecl vgui::Panel::GetPanel(void)
  215. 212 _DWORD __cdecl vgui::Panel::GetModuleName(void)
  216. 213 _DWORD __cdecl vgui::Panel::OnTick(void)
  217. 214 _DWORD __cdecl vgui::Panel::GetMessageMap(void)
  218. 215 _DWORD __cdecl vgui::Panel::GetAnimMap(void)
  219. 216 _DWORD __cdecl vgui::Panel::GetKBMap(void)
  220. 217 _DWORD __cdecl vgui::Panel::~Panel()
  221. 218 _DWORD __cdecl vgui::Panel::~Panel()
  222. 219 _DWORD __cdecl vgui::Panel::Init(int,int,int,int)
  223. 220 _DWORD __cdecl vgui::Panel::SetVisible(bool)
  224. 221 _DWORD __cdecl vgui::Panel::IsVisible(void)
  225. 222 _DWORD __cdecl vgui::Panel::PostMessage(unsigned int,KeyValues *,float)
  226. 223 _DWORD __cdecl vgui::Panel::OnMove(void)
  227. 224 _DWORD __cdecl vgui::Panel::GetParent(void)
  228. 225 _DWORD __cdecl vgui::Panel::GetVParent(void)
  229. 226 _DWORD __cdecl vgui::Panel::SetParent(vgui::Panel*)
  230. 227 _DWORD __cdecl vgui::Panel::SetParent(unsigned int)
  231. 228 _DWORD __cdecl vgui::Panel::HasParent(unsigned int)
  232. 229 _DWORD __cdecl vgui::Panel::GetChildren(void)
  233. 230 _DWORD __cdecl vgui::Panel::SetAutoDelete(bool)
  234. 231 _DWORD __cdecl vgui::Panel::AddActionSignalTarget(vgui::Panel*)
  235. 232 _DWORD __cdecl vgui::Panel::AddActionSignalTarget(unsigned int)
  236. 233 _DWORD __cdecl vgui::Panel::RemoveActionSignalTarget(vgui::Panel*)
  237. 234 _DWORD __cdecl vgui::Panel::PostActionSignal(KeyValues *)
  238. 235 _DWORD __cdecl vgui::Panel::RequestInfoFromChild(char const*,KeyValues *)
  239. 236 _DWORD __cdecl vgui::Panel::PostMessageToChild(char const*,KeyValues *)
  240. 237 _DWORD __cdecl vgui::Panel::PostMessage(vgui::Panel*,KeyValues *,float)
  241. 238 _DWORD __cdecl vgui::Panel::SetInfo(KeyValues *)
  242. 239 _DWORD __cdecl vgui::Panel::SetSilentMode(bool)
  243. 240 _DWORD __cdecl vgui::Panel::InstallMouseHandler(vgui::Panel*)
  244. 241 _DWORD __cdecl vgui::Panel::SetEnabled(bool)
  245. 242 _DWORD __cdecl vgui::Panel::IsEnabled(void)
  246. 243 _DWORD __cdecl vgui::Panel::IsPopup(void)
  247. 244 _DWORD __cdecl vgui::Panel::MoveToFront(void)
  248. 245 int __cdecl vgui::Panel::SetBgColor(Color)
  249. 246 int __cdecl vgui::Panel::SetFgColor(Color)
  250. 247 _DWORD __cdecl vgui::Panel::GetBgColor(void)
  251. 248 _DWORD __cdecl vgui::Panel::GetFgColor(void)
  252. 249 _DWORD __cdecl vgui::Panel::SetCursor(unsigned long)
  253. 250 _DWORD __cdecl vgui::Panel::GetCursor(void)
  254. 251 _DWORD __cdecl vgui::Panel::SetCursorAlwaysVisible(bool)
  255. 252 _DWORD __cdecl vgui::Panel::HasFocus(void)
  256. 253 _DWORD __cdecl vgui::Panel::InvalidateLayout(bool,bool)
  257. 254 _DWORD __cdecl vgui::Panel::SetTabPosition(int)
  258. 255 int __cdecl vgui::Panel::SetBorder(vgui::IBorder *)
  259. 256 _DWORD __cdecl vgui::Panel::GetBorder(void)
  260. 257 _DWORD __cdecl vgui::Panel::SetPaintBorderEnabled(bool)
  261. 258 _DWORD __cdecl vgui::Panel::SetPaintBackgroundEnabled(bool)
  262. 259 _DWORD __cdecl vgui::Panel::SetPaintEnabled(bool)
  263. 260 _DWORD __cdecl vgui::Panel::SetPostChildPaintEnabled(bool)
  264. 261 _DWORD __cdecl vgui::Panel::SetPaintBackgroundType(int)
  265. 262 _DWORD __cdecl vgui::Panel::GetPaintSize(int &,int &)
  266. 263 _DWORD __cdecl vgui::Panel::SetBuildGroup(vgui::BuildGroup *)
  267. 264 _DWORD __cdecl vgui::Panel::IsBuildGroupEnabled(void)
  268. 265 _DWORD __cdecl vgui::Panel::IsCursorNone(void)
  269. 266 _DWORD __cdecl vgui::Panel::IsCursorOver(void)
  270. 267 _DWORD __cdecl vgui::Panel::MarkForDeletion(void)
  271. 268 _DWORD __cdecl vgui::Panel::IsLayoutInvalid(void)
  272. 269 _DWORD __cdecl vgui::Panel::HasHotkey(wchar_t)
  273. 270 _DWORD __cdecl vgui::Panel::IsOpaque(void)
  274. 271 _DWORD __cdecl vgui::Panel::SetScheme(char const*)
  275. 272 _DWORD __cdecl vgui::Panel::SetScheme(unsigned long)
  276. 273 int __cdecl vgui::Panel::GetSchemeColor(char const*,vgui::IScheme *)
  277. 274 int __cdecl vgui::Panel::GetSchemeColor(char const*,Color,vgui::IScheme *)
  278. 275 int __cdecl vgui::Panel::ApplySchemeSettings(vgui::IScheme *)
  279. 276 _DWORD __cdecl vgui::Panel::ApplySettings(KeyValues *)
  280. 277 _DWORD __cdecl vgui::Panel::GetSettings(KeyValues *)
  281. 278 _DWORD __cdecl vgui::Panel::GetDescription(void)
  282. 279 _DWORD __cdecl vgui::Panel::ApplyUserConfigSettings(KeyValues *)
  283. 280 _DWORD __cdecl vgui::Panel::GetUserConfigSettings(KeyValues *)
  284. 281 _DWORD __cdecl vgui::Panel::HasUserConfigSettings(void)
  285. 282 _DWORD __cdecl vgui::Panel::OnCommand(char const*)
  286. 283 _DWORD __cdecl vgui::Panel::OnMouseCaptureLost(void)
  287. 284 _DWORD __cdecl vgui::Panel::OnSetFocus(void)
  288. 285 _DWORD __cdecl vgui::Panel::OnKillFocus(void)
  289. 286 _DWORD __cdecl vgui::Panel::OnDelete(void)
  290. 287 _DWORD __cdecl vgui::Panel::OnThink(void)
  291. 288 _DWORD __cdecl vgui::Panel::OnCursorMoved(int,int)
  292. 289 _DWORD __cdecl vgui::Panel::OnCursorEntered(void)
  293. 290 _DWORD __cdecl vgui::Panel::OnCursorExited(void)
  294. 291 int vgui::Panel::OnMousePressed(ButtonCode_t)
  295. 292 int __cdecl vgui::Panel::OnMouseDoublePressed(ButtonCode_t)
  296. 293 int vgui::Panel::OnMouseReleased(ButtonCode_t)
  297. 294 _DWORD __cdecl vgui::Panel::OnMouseWheeled(int)
  298. 295 _DWORD __cdecl vgui::Panel::SetTriplePressAllowed(bool)
  299. 296 _DWORD __cdecl vgui::Panel::IsTriplePressAllowed(void)const
  300. 297 int __cdecl vgui::Panel::OnMouseTriplePressed(ButtonCode_t)
  301. 298 int __cdecl vgui::Panel::SetKeyBindingsContext(vgui::KeyBindingContextHandle_t)
  302. 299 _DWORD __cdecl vgui::Panel::GetKeyBindingsContext(void)const
  303. 300 _DWORD __cdecl vgui::Panel::IsValidKeyBindingsContext(void)const
  304. 301 int __cdecl vgui::Panel::IsKeyRebound(ButtonCode_t,int)
  305. 302 int vgui::Panel::IsKeyOverridden(ButtonCode_t,int)
  306. 303 _DWORD __cdecl vgui::Panel::AddKeyBinding(char const*,int,int)
  307. 304 _DWORD __cdecl vgui::Panel::EditKeyBindings(void)
  308. 305 _DWORD __cdecl vgui::Panel::GetKeyBindingsFile(void)const
  309. 306 _DWORD __cdecl vgui::Panel::GetKeyBindingsFilePathID(void)const
  310. 307 int __cdecl vgui::Panel::OnKeyCodePressed(ButtonCode_t)
  311. 308 int __cdecl vgui::Panel::OnKeyCodeTyped(ButtonCode_t)
  312. 309 _DWORD __cdecl vgui::Panel::OnKeyTyped(wchar_t)
  313. 310 int __cdecl vgui::Panel::OnKeyCodeReleased(ButtonCode_t)
  314. 311 _DWORD __cdecl vgui::Panel::OnKeyFocusTicked(void)
  315. 312 _DWORD __cdecl vgui::Panel::OnMouseFocusTicked(void)
  316. 313 _DWORD __cdecl vgui::Panel::PaintBackground(void)
  317. 314 _DWORD __cdecl vgui::Panel::Paint(void)
  318. 315 _DWORD __cdecl vgui::Panel::PaintBorder(void)
  319. 316 _DWORD __cdecl vgui::Panel::PaintBuildOverlay(void)
  320. 317 _DWORD __cdecl vgui::Panel::PostChildPaint(void)
  321. 318 _DWORD __cdecl vgui::Panel::PerformLayout(void)
  322. 319 _DWORD __cdecl vgui::Panel::GetPanelMap(void)
  323. 320 _DWORD __cdecl vgui::Panel::SetProportional(bool)
  324. 321 _DWORD __cdecl vgui::Panel::SetMouseInputEnabled(bool)
  325. 322 _DWORD __cdecl vgui::Panel::SetKeyBoardInputEnabled(bool)
  326. 323 _DWORD __cdecl vgui::Panel::IsMouseInputEnabled(void)
  327. 324 _DWORD __cdecl vgui::Panel::IsKeyBoardInputEnabled(void)
  328. 325 int __cdecl vgui::Panel::DrawTexturedBox(int,int,int,int,Color,float)
  329. 326 int __cdecl vgui::Panel::DrawBox(int,int,int,int,Color,float,bool)
  330. 327 int __cdecl vgui::Panel::DrawBoxFade(int,int,int,int,Color,float,unsigned int,unsigned int,bool,bool)
  331. 328 int __cdecl vgui::Panel::DrawHollowBox(int,int,int,int,Color,float)
  332. 329 int __cdecl vgui::Panel::DrawHollowBox(int,int,int,int,Color,float,int,int)
  333. 330 _DWORD __cdecl vgui::Panel::SetDragEnabled(bool)
  334. 331 _DWORD __cdecl vgui::Panel::IsDragEnabled(void)const
  335. 332 _DWORD __cdecl vgui::Panel::SetShowDragHelper(bool)
  336. 333 int vgui::Panel::OnDragFailed(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  337. 334 _DWORD __cdecl vgui::Panel::SetBlockDragChaining(bool)
  338. 335 _DWORD __cdecl vgui::Panel::IsBlockingDragChaining(void)const
  339. 336 _DWORD __cdecl vgui::Panel::GetDragStartTolerance(void)const
  340. 337 _DWORD __cdecl vgui::Panel::SetDragSTartTolerance(int)
  341. 338 _DWORD __cdecl vgui::Panel::SetDropEnabled(bool,float)
  342. 339 _DWORD __cdecl vgui::Panel::IsDropEnabled(void)const
  343. 340 int vgui::Panel::GetDropContextMenu(vgui::Menu *,CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  344. 341 int vgui::Panel::OnDropContextHoverShow(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  345. 342 int vgui::Panel::OnDropContextHoverHide(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  346. 343 _DWORD __cdecl vgui::Panel::GetDragDropInfo(void)
  347. 344 int vgui::Panel::OnGetAdditionalDragPanels(CUtlVector<vgui::Panel*,CUtlMemory<vgui::Panel*,int>> &)
  348. 345 _DWORD __cdecl vgui::Panel::OnCreateDragData(KeyValues *)
  349. 346 int vgui::Panel::IsDroppable(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  350. 347 _DWORD __cdecl vgui::Panel::OnDraggablePanelPaint(void)
  351. 348 int __cdecl vgui::Panel::OnDroppablePanelPaint(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &,CUtlVector&<vgui::Panel*,CUtlMemory<CUtlVector&,int>>)
  352. 349 int vgui::Panel::OnPanelDropped(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  353. 350 int vgui::Panel::OnPanelEnteredDroppablePanel(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  354. 351 int vgui::Panel::OnPanelExitedDroppablePanel(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  355. 352 int __cdecl vgui::Panel::GetDropTarget(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  356. 353 _DWORD __cdecl vgui::Panel::GetDragPanel(void)
  357. 354 _DWORD __cdecl vgui::Panel::IsBeingDragged(void)
  358. 355 int vgui::Panel::GetDropCursor(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  359. 356 _DWORD __cdecl vgui::Panel::CanStartDragging(int,int,int,int)
  360. 357 int __cdecl vgui::Panel::FillRectSkippingPanel(Color const&,int,int,int,int,vgui::Panel*)
  361. 358 _DWORD __cdecl vgui::Panel::GetPaintBackgroundType(void)
  362. 359 _DWORD __cdecl vgui::Panel::GetCornerTextureSize(int &,int &)
  363. 360 _DWORD __cdecl vgui::Panel::SetSkipChildDuringPainting(vgui::Panel*)
  364. 361 _DWORD __cdecl vgui::Panel::NavigateUp(void)
  365. 362 _DWORD __cdecl vgui::Panel::NavigateDown(void)
  366. 363 _DWORD __cdecl vgui::Panel::NavigateLeft(void)
  367. 364 _DWORD __cdecl vgui::Panel::NavigateRight(void)
  368. 365 _DWORD __cdecl vgui::Panel::NavigateActivate(void)
  369. 366 _DWORD __cdecl vgui::Panel::NavigateBack(void)
  370. 367 _DWORD __cdecl vgui::Panel::NavigateTo(void)
  371. 368 _DWORD __cdecl vgui::Panel::NavigateFrom(void)
  372. 369 _DWORD __cdecl vgui::Panel::NavigateToChild(vgui::Panel*)
  373. 370 _DWORD __cdecl vgui::Panel::OnNavigateTo(char const*)
  374. 371 _DWORD __cdecl vgui::Panel::OnNavigateFrom(char const*)
  375. 372 _DWORD __cdecl vgui::Panel::OnStartDragging(void)
  376. 373 _DWORD __cdecl vgui::Panel::OnContinueDragging(void)
  377. 374 int __cdecl vgui::Panel::OnFinishDragging(bool,ButtonCode_t,bool)
  378. 375 _DWORD __cdecl vgui::Panel::DragDropStartDragging(void)
  379. 376 int __cdecl vgui::Panel::GetDragData(CUtlVector<KeyValues *,CUtlMemory<KeyValues *,int>> &)
  380. 377 _DWORD __cdecl vgui::Panel::CreateDragData(void)
  381. 378 _DWORD __cdecl vgui::Panel::OnRequestFocus(unsigned int,unsigned int)
  382. 379 _DWORD __cdecl vgui::Panel::OnScreenSizeChanged(int,int)
  383. 380 _DWORD __cdecl vgui::Panel::InternalCursorMoved(int,int)
  384. 381 _DWORD __cdecl vgui::Panel::InternalCursorEntered(void)
  385. 382 _DWORD __cdecl vgui::Panel::InternalCursorExited(void)
  386. 383 _DWORD __cdecl vgui::Panel::InternalMousePressed(int)
  387. 384 _DWORD __cdecl vgui::Panel::InternalMouseDoublePressed(int)
  388. 385 _DWORD __cdecl vgui::Panel::InternalMouseTriplePressed(int)
  389. 386 _DWORD __cdecl vgui::Panel::InternalMouseReleased(int)
  390. 387 _DWORD __cdecl vgui::Panel::InternalMouseWheeled(int)
  391. 388 _DWORD __cdecl vgui::Panel::InternalKeyCodePressed(int)
  392. 389 _DWORD __cdecl vgui::Panel::InternalKeyCodeTyped(int)
  393. 390 _DWORD __cdecl vgui::Panel::InternalKeyTyped(int)
  394. 391 _DWORD __cdecl vgui::Panel::InternalKeyCodeReleased(int)
  395. 392 _DWORD __cdecl vgui::Panel::InternalKeyFocusTicked(void)
  396. 393 _DWORD __cdecl vgui::Panel::InternalMouseFocusTicked(void)
  397. 394 _DWORD __cdecl vgui::Panel::InternalInvalidateLayout(void)
  398. 395 _DWORD __cdecl vgui::Panel::InternalMove(void)
  399. 396 int dword_0
  400. 397 void __cdecl __ZdaPv_0
  401. 398 char[20] `typeinfo name for'CMatEmbeddedPanel
  402. 399 void * `typeinfo for'vgui::Panel
  403. 400 int dword_0
  404. 401 void __cdecl __ZdaPv_0
  405. 402 char[20] `typeinfo name for'CMatSystemSurface
  406. 403 void * `typeinfo for'CTier3AppSystem<IMatSystemSurface,0>
  407. 404 int dword_0
  408. 405 int dword_0
  409. 406 void * `typeinfo for'CTextureDictionary
  410. 407 _DWORD __cdecl CTextureDictionary::CreateTexture(bool)
  411. 408 _DWORD __cdecl CTextureDictionary::DestroyTexture(int)
  412. 409 _DWORD __cdecl CTextureDictionary::DestroyAllTextures(void)
  413. 410 _DWORD __cdecl CTextureDictionary::IsValidId(int)const
  414. 411 _DWORD __cdecl CTextureDictionary::BindTextureToFile(int,char const*)
  415. 412 int __cdecl CTextureDictionary::BindTextureToMaterial(int,IMaterial *)
  416. 413 int __cdecl CTextureDictionary::BindTextureToMaterialReference(int,int,IMaterial *)
  417. 414 _DWORD __cdecl CTextureDictionary::GetTextureMaterial(int)
  418. 415 _DWORD __cdecl CTextureDictionary::GetTextureSize(int,int &,int &)
  419. 416 _DWORD __cdecl CTextureDictionary::GetTextureTexCoords(int,float &,float &,float &,float &)
  420. 417 _DWORD __cdecl CTextureDictionary::SetTextureRGBA(int,char const*,int,int)
  421. 418 _DWORD __cdecl CTextureDictionary::FindTextureIdForTextureFile(char const*)
  422. 419 _DWORD __cdecl CTextureDictionary::SetSubTextureRGBA(int,int,int,unsigned char const*,int,int)
  423. 420 int __cdecl CTextureDictionary::SetSubTextureRGBAEx(int,int,int,unsigned char const*,int,int,ImageFormat)
  424. 421 int __cdecl CTextureDictionary::SetTextureRGBAEx(int,char const*,int,int,ImageFormat,bool,int)
  425. 422 int __cdecl CTextureDictionary::UpdateSubTextureRGBA(int,int,int,unsigned char const*,int,int,ImageFormat)
  426. 423 void __cdecl __ZdaPv_0
  427. 424 char[21] `typeinfo name for'CTextureDictionary
  428. 425 void * `typeinfo for'ITextureDictionary
  429. 426 int dword_0
  430. 427 int dword_0
  431. 428 int dword_0
  432. 429 void * `typeinfo for'ConCommand
  433. 430 _DWORD __cdecl ConCommand::~ConCommand()
  434. 431 _DWORD __cdecl ConCommand::~ConCommand()
  435. 432 _DWORD __cdecl ConCommand::IsCommand(void)const
  436. 433 _DWORD __cdecl ConCommandBase::IsFlagSet(int)const
  437. 434 _DWORD __cdecl ConCommandBase::AddFlags(int)
  438. 435 _DWORD __cdecl ConCommandBase::GetName(void)const
  439. 436 _DWORD __cdecl ConCommandBase::GetHelpText(void)const
  440. 437 _DWORD __cdecl ConCommandBase::IsRegistered(void)const
  441. 438 _DWORD __cdecl ConCommandBase::GetDLLIdentifier(void)const
  442. 439 _DWORD __cdecl ConCommandBase::CreateBase(char const*,char const*,int)
  443. 440 _DWORD __cdecl ConCommandBase::Init(void)
  444. 441 int __cdecl ConCommand::AutoCompleteSuggest(char const*,CUtlVector<CUtlString,CUtlMemory<CUtlString,int>> &)
  445. 442 _DWORD __cdecl ConCommand::CanAutoComplete(void)
  446. 443 int __cdecl ConCommand::Dispatch(CCommand const&)
  447. 444 int dword_0
  448. 445 void * `typeinfo for'ConVar
  449. 446 _DWORD __cdecl ConVar::~ConVar()
  450. 447 _DWORD __cdecl ConVar::~ConVar()
  451. 448 _DWORD __cdecl ConVar::IsCommand(void)const
  452. 449 _DWORD __cdecl ConVar::IsFlagSet(int)const
  453. 450 _DWORD __cdecl ConVar::AddFlags(int)
  454. 451 _DWORD __cdecl ConVar::GetName(void)const
  455. 452 _DWORD __cdecl ConVar::GetHelpText(void)const
  456. 453 _DWORD __cdecl ConVar::IsRegistered(void)const
  457. 454 _DWORD __cdecl ConCommandBase::GetDLLIdentifier(void)const
  458. 455 _DWORD __cdecl ConCommandBase::CreateBase(char const*,char const*,int)
  459. 456 _DWORD __cdecl ConVar::Init(void)
  460. 457 _DWORD __cdecl ConVar::SetValue(char const*)
  461. 458 _DWORD __cdecl ConVar::SetValue(float)
  462. 459 _DWORD __cdecl ConVar::SetValue(int)
  463. 460 _DWORD __cdecl ConVar::InternalSetValue(char const*)
  464. 461 _DWORD __cdecl ConVar::InternalSetFloatValue(float)
  465. 462 _DWORD __cdecl ConVar::InternalSetIntValue(int)
  466. 463 _DWORD __cdecl ConVar::ClampValue(float &)
  467. 464 _DWORD __cdecl ConVar::ChangeStringValue(char const*,float)
  468. 465 int __cdecl ConVar::Create(char const*,char const*,int,char const*,bool,float,bool,float,void (*)(IConVar *,char const*,float))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement