Home
last modified time | relevance | path

Searched refs:Kis_Single_Input (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_windows.h229 Kis_Single_Input *hostname;
230 Kis_Single_Input *hostport;
252 Kis_Single_Input *options, *logname;
302 Kis_Single_Input *srcopts;
303 Kis_Single_Input *srciface;
304 Kis_Single_Input *srcname;
379 Kis_Single_Input *inpchannel, *inprate;
474 Kis_Single_Input *notetxt;
499 Kis_Single_Input *notetxt;
H A Dkis_panel_preferences.h166 Kis_Single_Input *hostname;
167 Kis_Single_Input *hostport;
314 Kis_Single_Input *directory;
340 Kis_Single_Input *sound_player;
361 Kis_Single_Input *speech_new, *speech_alert, *speech_gpslost, *speech_gpslock,
H A Dkis_panel_preferences.cc377 hostname = new Kis_Single_Input(globalreg, this); in Kis_AutoConPref_Panel()
378 hostport = new Kis_Single_Input(globalreg, this); in Kis_AutoConPref_Panel()
1094 directory = new Kis_Single_Input(globalreg, this);
1338 sound_player = new Kis_Single_Input(globalreg, this); in Kis_AudioPref_Panel()
1489 speech_new = new Kis_Single_Input(globalreg, this); in Kis_SpeechPref_Panel()
1497 speech_alert = new Kis_Single_Input(globalreg, this); in Kis_SpeechPref_Panel()
1505 speech_gpslost = new Kis_Single_Input(globalreg, this); in Kis_SpeechPref_Panel()
1513 speech_gpslock = new Kis_Single_Input(globalreg, this); in Kis_SpeechPref_Panel()
1527 speaker = new Kis_Single_Input(globalreg, this); in Kis_SpeechPref_Panel()
H A Dkis_panel_widgets.h657 class Kis_Single_Input : public Kis_Panel_Component {
659 Kis_Single_Input() { in Kis_Single_Input() function
663 Kis_Single_Input(GlobalRegistry *in_globalreg, Kis_Panel *in_panel);
664 virtual ~Kis_Single_Input();
H A Dkis_panel_widgets.cc2440 Kis_Single_Input::Kis_Single_Input(GlobalRegistry *in_globalreg, in Kis_Single_Input() function in Kis_Single_Input
2451 Kis_Single_Input::~Kis_Single_Input() { in ~Kis_Single_Input()
2455 void Kis_Single_Input::DrawComponent() { in DrawComponent()
2528 int Kis_Single_Input::KeyPress(int in_key) { in KeyPress()
2598 int Kis_Single_Input::MouseEvent(MEVENT *mevent) { in MouseEvent()
2616 void Kis_Single_Input::SetCharFilter(string in_charfilter) { in SetCharFilter()
2623 void Kis_Single_Input::SetLabel(string in_label, KisWidget_LabelPos in_pos) { in SetLabel()
2630 void Kis_Single_Input::SetTextLen(int in_len) { in SetTextLen()
2636 void Kis_Single_Input::SetText(string in_text, int dpos, int ipos) { in SetText()
2650 string Kis_Single_Input::GetText() { in GetText()
H A Dkis_panel_windows.cc1543 hostname = new Kis_Single_Input(globalreg, this); in Kis_Connect_Panel()
1544 hostport = new Kis_Single_Input(globalreg, this); in Kis_Connect_Panel()
1832 options = new Kis_Single_Input(globalreg, this); in Kis_Spawn_Panel()
1833 logname = new Kis_Single_Input(globalreg, this); in Kis_Spawn_Panel()
2048 srcopts = new Kis_Single_Input(globalreg, this); in Kis_AddCard_Panel()
2049 srciface = new Kis_Single_Input(globalreg, this); in Kis_AddCard_Panel()
2050 srcname = new Kis_Single_Input(globalreg, this); in Kis_AddCard_Panel()
2547 inpchannel = new Kis_Single_Input(globalreg, this); in Kis_Chanconf_Panel()
2556 inprate = new Kis_Single_Input(globalreg, this); in Kis_Chanconf_Panel()
3419 notetxt = new Kis_Single_Input(globalreg, this); in Kis_AddNetNote_Panel()
[all …]