okteta
Okteta::AddressComboBox Class Reference
#include <addresscombobox.h>
Inheritance diagram for Okteta::AddressComboBox:

Public Types | |
enum | Coding { InvalidCoding = -1, HexadecimalCoding =0, DecimalCoding =1, OctalCoding =2, BinaryCoding =3, CharCoding =4 } |
Signals | |
void | addressChanged (Okteta::Address address) |
void | addressTypeChanged (int newAddressType) |
void | formatChanged (int index) |
Public Member Functions | |
AddressComboBox (QWidget *parent=0) | |
virtual | ~AddressComboBox () |
Address | address () const |
int | addressType () const |
int | format () const |
void | rememberCurrentAddress () |
Protected Attributes | |
AddressComboBoxPrivate *const | d_ptr |
Detailed Description
Definition at line 42 of file addresscombobox.h.
Member Enumeration Documentation
Enumerator | |
---|---|
InvalidCoding | |
HexadecimalCoding | |
DecimalCoding | |
OctalCoding | |
BinaryCoding | |
CharCoding |
Definition at line 50 of file addresscombobox.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file addresscombobox.cpp.
|
virtual |
Definition at line 70 of file addresscombobox.cpp.
Member Function Documentation
Address Okteta::AddressComboBox::address | ( | ) | const |
Definition at line 41 of file addresscombobox.cpp.
|
signal |
int Okteta::AddressComboBox::addressType | ( | ) | const |
Is actually of type AddressValidator::AddressType.
Definition at line 48 of file addresscombobox.cpp.
|
signal |
int Okteta::AddressComboBox::format | ( | ) | const |
Definition at line 55 of file addresscombobox.cpp.
|
signal |
void Okteta::AddressComboBox::rememberCurrentAddress | ( | ) |
Definition at line 63 of file addresscombobox.cpp.
Member Data Documentation
|
protected |
Definition at line 71 of file addresscombobox.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.