source --> event_loop_qt
Implementación QT de bicotiHomologousGraphic2DField
bicotiQT2DField
~bicotiQT2DField
FieldChanged
GetCursorPosition
ReturnPressed
SelectAll
SetCursorPosition
SetEchoMode
SetFrame
SetMaxLength
SetText
public bicotiQT2DField ( QWidget * parent = 0 ,
const char * name = 0 ) ;
Constructor
| parent | widget padre |
| name | nombre del homólogo |
public ~ bicotiQT2DField ( ) ;
Destructor
public void FieldChanged ( const char * new_text ) ;
Slot: se ejecuta cuando se modifica el contenido del campo
| new_text | texto modificado |
public void ReturnPressed ( ) ;
Slot: se ejecuta cuando se presiona enter
public void SetText ( const char * ) ;
public void SetFrame ( bool ) ;
public void SetEchoMode ( bicotiEchoMode ) ;
public void SetCursorPosition ( int ) ;
public int GetCursorPosition ( ) ;
public void SetMaxLength ( int ) ;
public void SelectAll ( ) ;
Claudio Risso Wilman Alarcon
Click here to return to the top of the page.