36inline bind_item_t::bind_item_t()
44 this->command = command;
45 this->nameMaterial = nameMaterial;
58 int alternatekeywidth;
59 int alternatekeyheight;
87class bindlistener :
public Listener
93 CLASS_PROTOTYPE(bindlistener);
100 void Header(
Event *ev);
101 void Width(
Event *ev);
102 void FillWidth(
Event *ev);
103 void Height(
Event *ev);
104 void CommandWidth(
Event *ev);
105 void CommandHeight(
Event *ev);
106 void PrimaryKeyWidth(
Event *ev);
107 void PrimaryKeyHeight(
Event *ev);
108 void AlternateKeyWidth(
Event *ev);
109 void AlternateKeyHeight(
Event *ev);
110 void NewItem(
Event *ev);
111 void Align(
Event *ev);
112 void TitleForegroundColor(
Event *ev);
113 void TitleBackgroundColor(
Event *ev);
114 void InactiveForegroundColor(
Event *ev);
115 void InactiveBackgroundColor(
Event *ev);
116 void ActiveForegroundColor(
Event *ev);
117 void ActiveBackgroundColor(
Event *ev);
118 void ActiveBorderColor(
Event *ev);
119 void HighlightForegroundColor(
Event *ev);
120 void HighlightBackgroundColor(
Event *ev);
121 void SelectForegroundColor(
Event *ev);
122 void SelectBackgroundColor(
Event *ev);
123 void ChangeSound(
Event *ev);
124 void ActiveSound(
Event *ev);
125 void EnterSound(
Event *ev);
128bool CL_LoadBind(
const char *filename,
bind_t *bind);
Definition container.h:85
Definition listener.h:246
Definition cl_uibind.h:49