Public Member Functions | Public Attributes
vgui_adaptor_mixin Class Reference

Holds the dimensions of the adaptor and the event causing popup menus. More...

#include <vgui_adaptor_mixin.h>

Inheritance diagram for vgui_adaptor_mixin:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Holds the dimensions of the adaptor and the event causing popup menus.

Definition at line 18 of file vgui_adaptor_mixin.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.

Cached width of adaptor render area.

Definition at line 27 of file vgui_adaptor_mixin.h.


The documentation for this class was generated from the following file: