#include <PasswordTextCtrl.hh>
Definition at line 30 of file PasswordTextCtrl.hh.
Public Member Functions | |
wxString | GetValue () const |
Gets the password text, sans spaces. | |
virtual void | SetValue (const wxString &value) |
Sets the password text, inserting the segment separators. | |
virtual void | Paste () |
Pastes the contents of the Clipboard onto this PasswordTextCtrl. | |
virtual void | Replace (long from, long to, const wxString &value) |
Replaces a section of this PasswordTextCtrl with a new value. | |
Private Member Functions | |
void | onChar (wxKeyEvent &event) |
Called when a char is typed into this PasswordTextCtrl. | |
void | onKeyDown (wxKeyEvent &event) |
Called when a key is pressed in this PasswordTextCtrl. |
|
Gets the password text, sans spaces.
Definition at line 47 of file PasswordTextCtrl.cc. |
|
Called when a char is typed into this PasswordTextCtrl.
Definition at line 125 of file PasswordTextCtrl.cc. |
|
Called when a key is pressed in this PasswordTextCtrl.
Definition at line 192 of file PasswordTextCtrl.cc. |
|
Pastes the contents of the Clipboard onto this PasswordTextCtrl.
Definition at line 69 of file PasswordTextCtrl.cc. |
|
Replaces a section of this PasswordTextCtrl with a new value.
Definition at line 111 of file PasswordTextCtrl.cc. |
|
Sets the password text, inserting the segment separators.
Definition at line 54 of file PasswordTextCtrl.cc. |