#include <controlgrab.h>
Collaboration diagram for VGUI::ControlSet:

Public Member Functions | |
| ControlSet () | |
| ~ControlSet () | |
| string | GetName () |
| void | SetName (string new_name) |
| CONTROL & | GetControl () |
| void | SetControl (CONTROL &new_ctrl) |
| TEXTURE_HANDLE * | GetTex () |
| void | SetTex (TEXTURE_HANDLE *new_tex) |
| TEXTURE_HANDLE * | GetTexX () |
| void | SetTexX (TEXTURE_HANDLE *new_tex_x) |
Private Attributes | |
| string | name |
| CONTROL | ctrl |
| TEXTURE_HANDLE * | tex |
| TEXTURE_HANDLE * | tex_x |
Definition at line 10 of file controlgrab.h.
|
|
Definition at line 18 of file controlgrab.h. |
|
|
Definition at line 19 of file controlgrab.h. |
|
|
Definition at line 22 of file controlgrab.h. References ctrl. |
|
|
Definition at line 20 of file controlgrab.h. References name. |
|
|
Definition at line 24 of file controlgrab.h. References tex. |
|
|
Definition at line 26 of file controlgrab.h. References tex_x. |
|
|
Definition at line 23 of file controlgrab.h. References ctrl. Referenced by VGUI::ControlGrab::GrabJoyButton(), VGUI::ControlGrab::GrabJoyMove(), VGUI::ControlGrab::GrabKey(), VGUI::ControlGrab::GrabMouseButton(), and VGUI::ControlGrab::GrabMouseMovement(). |
|
|
Definition at line 21 of file controlgrab.h. References name. Referenced by VGUI::ControlGrab::GrabJoyButton(), VGUI::ControlGrab::GrabJoyMove(), VGUI::ControlGrab::GrabKey(), VGUI::ControlGrab::GrabMouseButton(), and VGUI::ControlGrab::GrabMouseMovement(). |
|
|
Definition at line 25 of file controlgrab.h. References tex. Referenced by VGUI::ControlGrab::GrabJoyButton(), VGUI::ControlGrab::GrabJoyMove(), VGUI::ControlGrab::GrabKey(), VGUI::ControlGrab::GrabMouseButton(), and VGUI::ControlGrab::GrabMouseMovement(). |
|
|
Definition at line 27 of file controlgrab.h. References tex_x. Referenced by VGUI::ControlGrab::GrabJoyButton(), VGUI::ControlGrab::GrabJoyMove(), VGUI::ControlGrab::GrabKey(), VGUI::ControlGrab::GrabMouseButton(), and VGUI::ControlGrab::GrabMouseMovement(). |
|
|
Definition at line 14 of file controlgrab.h. Referenced by GetControl(), and SetControl(). |
|
|
Definition at line 13 of file controlgrab.h. Referenced by ControlSet(), GetName(), and SetName(). |
|
|
Definition at line 15 of file controlgrab.h. Referenced by ControlSet(), GetTex(), and SetTex(). |
|
|
Definition at line 15 of file controlgrab.h. Referenced by ControlSet(), GetTexX(), and SetTexX(). |
1.4.6