Qt Reference Documentation
Home
Modules
QtCore
QPair
List of All Members for QPair
This is the complete list of members for
QPair
, including inherited members.
typedef
first_type
typedef
second_type
QPair
()
QPair
( const T1 &, const T2 & )
first
: T1
second
: T2
operator=
( const QPair<T1, T2> & ) : QPair<T1, T2> &