Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
AddressTableEntry Struct Reference
+ Collaboration diagram for AddressTableEntry:

Public Types

enum  Type {
  Sending,
  Receiving,
  Hidden
}
 

Public Member Functions

 AddressTableEntry ()
 
 AddressTableEntry (Type type, const QString &label, const QString &address)
 

Public Attributes

Type type
 
QString label
 
QString address
 

Detailed Description

Definition at line 19 of file addresstablemodel.cpp.

Member Enumeration Documentation

Enumerator
Sending 
Receiving 
Hidden 

Definition at line 21 of file addresstablemodel.cpp.

Constructor & Destructor Documentation

AddressTableEntry::AddressTableEntry ( )
inline

Definition at line 31 of file addresstablemodel.cpp.

AddressTableEntry::AddressTableEntry ( Type  type,
const QString &  label,
const QString &  address 
)
inline

Definition at line 32 of file addresstablemodel.cpp.

Member Data Documentation

QString AddressTableEntry::address
QString AddressTableEntry::label

Definition at line 28 of file addresstablemodel.cpp.

Referenced by AddressTableModel::data(), and AddressTableModel::setData().

Type AddressTableEntry::type

The documentation for this struct was generated from the following file: