#include <vgui_adaptor_mixin.h>
Inheritance diagram for vgui_adaptor_mixin:

Definition at line 18 of file vgui_adaptor_mixin.h.
Public Member Functions | |
| vgui_adaptor_mixin () | |
| ~vgui_adaptor_mixin () | |
Public Attributes | |
| unsigned | width |
| Cached width of adaptor render area. | |
| unsigned | height |
| Cached height of adaptor render area. | |
| vgui_button | popup_button |
| Mouse button (used with popup_modifier) which causes the popup menu to appear. | |
| vgui_modifier | popup_modifier |
| Modifier (used with popup_button) which causes the popup menu to appear. | |
| vgui_adaptor_mixin::vgui_adaptor_mixin | ( | ) | [inline] |
Definition at line 21 of file vgui_adaptor_mixin.h.
| vgui_adaptor_mixin::~vgui_adaptor_mixin | ( | ) | [inline] |
Definition at line 24 of file vgui_adaptor_mixin.h.
| unsigned vgui_adaptor_mixin::width |
| unsigned vgui_adaptor_mixin::height |
Mouse button (used with popup_modifier) which causes the popup menu to appear.
Definition at line 34 of file vgui_adaptor_mixin.h.
Modifier (used with popup_button) which causes the popup menu to appear.
Definition at line 36 of file vgui_adaptor_mixin.h.
1.5.1