Holds the dimensions of the adaptor and the event causing popup menus. More...
#include <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. |
Holds the dimensions of the adaptor and the event causing popup menus.
Definition at line 18 of file vgui_adaptor_mixin.h.
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::height |
Cached height of adaptor render area.
Definition at line 29 of file vgui_adaptor_mixin.h.
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.
unsigned vgui_adaptor_mixin::width |
Cached width of adaptor render area.
Definition at line 27 of file vgui_adaptor_mixin.h.