KVIrc  4.9.2
DeveloperAPIs
Macros | Functions | Variables
KvsObject_lineEdit.cpp File Reference
#include "KviError.h"
#include "kvi_debug.h"
#include "KviLocale.h"
#include "KvsObject_lineEdit.h"
#include <QRegExpValidator>
#include <QLineEdit>
#include <QCompleter>

Macros

#define mode_num   (sizeof(mode_tbl) / sizeof(mode_tbl[0]))
 

Functions

 if (m_pCompleter)
 
 KVSO_CLASS_FUNCTION (lineEdit, text)
 
 KVSO_CLASS_FUNCTION (lineEdit, setText)
 
 KVSO_CLASS_FUNCTION (lineEdit, setInputValidator)
 
 KVSO_CLASS_FUNCTION (lineEdit, maxLength)
 
 KVSO_CLASS_FUNCTION (lineEdit, setMaxLength)
 
 KVSO_CLASS_FUNCTION (lineEdit, frame)
 
 KVSO_CLASS_FUNCTION (lineEdit, setFrame)
 
 KVSO_CLASS_FUNCTION (lineEdit, cursorPosition)
 
 KVSO_CLASS_FUNCTION (lineEdit, setCursorPosition)
 
 KVSO_CLASS_FUNCTION (lineEdit, selectAll)
 
 KVSO_CLASS_FUNCTION (lineEdit, setSelection)
 
 KVSO_CLASS_FUNCTION (lineEdit, copy)
 
 KVSO_CLASS_FUNCTION (lineEdit, cut)
 
 KVSO_CLASS_FUNCTION (lineEdit, paste)
 
 KVSO_CLASS_FUNCTION (lineEdit, echoMode)
 
 KVSO_CLASS_FUNCTION (lineEdit, setEchoMode)
 
 KVSO_CLASS_FUNCTION (lineEdit, clear)
 
 KVSO_CLASS_FUNCTION (lineEdit, dragAndDrop)
 
 KVSO_CLASS_FUNCTION (lineEdit, setReadOnly)
 
 KVSO_CLASS_FUNCTION (lineEdit, setInputMask)
 
 KVSO_CLASS_FUNCTION (lineEdit, setCompleter)
 
 KVSO_CLASS_FUNCTION (lineEdit, enableCompleter)
 
 KVSO_CLASS_FUNCTION (lineEdit, disableCompleter)
 
 KVSO_CLASS_FUNCTION (lineEdit, unsetCompleter)
 
 KVSO_CLASS_FUNCTION (lineEdit, returnPressedEvent)
 
 KVSO_CLASS_FUNCTION (lineEdit, lostFocusEvent)
 
 KVSO_CLASS_FUNCTION (lineEdit, textChangedEvent)
 

Variables

 m_pCompleter = nullptr
 
static const int mode_cod []
 
static const char * mode_tbl []
 

Macro Definition Documentation

#define mode_num   (sizeof(mode_tbl) / sizeof(mode_tbl[0]))

Referenced by KVSO_CLASS_FUNCTION().

Function Documentation

if ( m_pCompleter  )

References m_pCompleter.

KVSO_CLASS_FUNCTION ( lineEdit  ,
text   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( lineEdit  ,
setText   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setInputValidator   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
maxLength   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( lineEdit  ,
setMaxLength   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
frame   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( lineEdit  ,
setFrame   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
cursorPosition   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( lineEdit  ,
setCursorPosition   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
selectAll   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setSelection   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
copy   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
cut   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
paste   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
echoMode   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setEchoMode   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
clear   
)

References CHECK_INTERNAL_POINTER, and clear().

KVSO_CLASS_FUNCTION ( lineEdit  ,
dragAndDrop   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setReadOnly   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setInputMask   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
setCompleter   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
enableCompleter   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
disableCompleter   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
unsetCompleter   
)
KVSO_CLASS_FUNCTION ( lineEdit  ,
returnPressedEvent   
)

References c.

KVSO_CLASS_FUNCTION ( lineEdit  ,
lostFocusEvent   
)

References c.

KVSO_CLASS_FUNCTION ( lineEdit  ,
textChangedEvent   
)

References c.

Variable Documentation

m_pCompleter = nullptr

Referenced by if(), and KVSO_CLASS_FUNCTION().

const int mode_cod[]
static
Initial value:
= {
QLineEdit::NoEcho,
QLineEdit::Password
}
Definition: NotifierSettings.h:72

Referenced by KVSO_CLASS_FUNCTION().

const char* mode_tbl[]
static
Initial value:
= {
"Normal",
"NoEcho",
"Password"
}

Referenced by KVSO_CLASS_FUNCTION().