Home
last modified time | relevance | path

Searched refs:combostyle (Results 1 – 14 of 14) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/asciifile/
H A Dasciifile.h146 QString getStyleStr() { return combostyle->currentText();} in getStyleStr()
147 void setStyleIdx(int idx) { combostyle->setCurrentIndex(idx);} in setStyleIdx()
148 int getStyleIdx() { return combostyle->currentIndex();} in getStyleIdx()
160 QComboBox *combostyle;
H A Dasciifile.cpp195 combostyle = new QComboBox(); in textBox()
198 combostyle->addItems(txtstyles); in textBox()
207 flo->addRow( tr("Style:"), combostyle); in textBox()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DCustomTreeCtrl.py193 … self.combostyle = wx.ComboBox(self, -1, choices=penstyle, style=wx.CB_DROPDOWN|wx.CB_READONLY)
208 self.Bind(wx.EVT_COMBOBOX, self.OnStyle, self.combostyle)
222 self.combostyle.SetSelection(count)
264 stylesizer.Add(self.combostyle, 0, wx.ALL|wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 5)
290 style = eval(self.combostyle.GetValue())
294 if self.combostyle.GetSelection() == 5:
H A DHyperTreeList.py276 … self.combostyle = wx.ComboBox(self, -1, choices=penstyle, style=wx.CB_DROPDOWN|wx.CB_READONLY)
292 self.Bind(wx.EVT_COMBOBOX, self.OnStyle, self.combostyle)
306 self.combostyle.SetSelection(count)
348 stylesizer.Add(self.combostyle, 0, wx.ALL|wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 5)
401 style = eval(self.combostyle.GetValue())
405 if self.combostyle.GetSelection() == 5:
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1082 char combostyle:8; member
H A Dopenbor.c5501 newchar->combostyle = GET_INT_ARG(1); in load_cached_model()
13592 …if(((self->combostep[0]==1||self->modeldata.combostyle!=1) && self->modeldata.type==TYPE_PLAYER) |… in perform_atchain()
13593 …(self->modeldata.combostyle!=1 && normal_find_target(animattacks[self->modeldata.atchain[0]-1],0))… in perform_atchain()
13594 …(self->modeldata.combostyle==1 && normal_find_target(animattacks[self->modeldata.atchain[self->com… in perform_atchain()
13598 …else if(self->modeldata.combostyle==1 && self->combostep[0]!=1) // ranged combo? search for a vali… in perform_atchain()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1107 int combostyle:8;
H A Dopenbor.c5602 newchar->combostyle = GET_INT_ARG(1); in load_cached_model()
13896 …if(((self->combostep[0]==1||!(self->modeldata.combostyle&1)) && self->modeldata.type==TYPE_PLAYER)… in perform_atchain()
13897 …(!(self->modeldata.combostyle&1) && normal_find_target(animattacks[self->modeldata.atchain[0]-1],0… in perform_atchain()
13898 …((self->modeldata.combostyle&1) && normal_find_target(animattacks[self->modeldata.atchain[self->co… in perform_atchain()
13902 …else if((self->modeldata.combostyle&1) && self->combostep[0]!=1) // ranged combo? search for a val… in perform_atchain()
13925 if((self->modeldata.combostyle&2)) self->combotime = time + combodelay; in perform_atchain()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1137 int combostyle; member
H A Dopenbor.c8108 newchar->combostyle = GET_INT_ARG(1); in load_cached_model()
19095 …if(((self->combostep[0] == 1 || !(self->modeldata.combostyle & 1)) && (self->modeldata.type & TYPE… in perform_atchain()
19096 …(!(self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[0] - … in perform_atchain()
19097 …((self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[self->… in perform_atchain()
19101 …else if((self->modeldata.combostyle & 1) && self->combostep[0] != 1) // ranged combo? search for a… in perform_atchain()
19130 if((self->modeldata.combostyle & 2)) in perform_atchain()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1870 int combostyle; member
H A Dopenbor.c9413 newchar->combostyle = GET_INT_ARG(1); in load_cached_model()
22209 …if(((self->combostep[0] == 1 || !(self->modeldata.combostyle & 1)) && (self->modeldata.type & TYPE… in perform_atchain()
22211 …(!(self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[0] - … in perform_atchain()
22213 …((self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[self->… in perform_atchain()
22217 …else if((self->modeldata.combostyle & 1) && self->combostep[0] != 1) // ranged combo? search for a… in perform_atchain()
22247 if((self->modeldata.combostyle & 2)) in perform_atchain()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2355 int combostyle; member
H A Dopenbor.c9806 newchar->combostyle = GET_INT_ARG(1); in load_cached_model()
23806 …if(((self->combostep[0] == 1 || !(self->modeldata.combostyle & 1)) && (self->modeldata.type & TYPE… in perform_atchain()
23808 …(!(self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[0] - … in perform_atchain()
23810 …((self->modeldata.combostyle & 1) && normal_find_target(animattacks[self->modeldata.atchain[self->… in perform_atchain()
23814 …else if((self->modeldata.combostyle & 1) && self->combostep[0] != 1) // ranged combo? search for a… in perform_atchain()
23844 if((self->modeldata.combostyle & 2)) in perform_atchain()