mysocials-core 1.0
Public Member Functions

ProfileBrowser Class Reference

Profile browser widget. More...

#include <profilebrowser.h>

List of all members.

Public Member Functions

 ProfileBrowser (QWidget *parent=0)
 Default constructor.
 ProfileBrowser (Friend profile, QWidget *parent=0)
 Contructor with selected profile.
 ~ProfileBrowser ()
 The destructor.
void setProfile (Friend profile)
 Sets profile data.

Detailed Description

Profile browser widget.

Shows profile data.


Constructor & Destructor Documentation

ProfileBrowser::ProfileBrowser ( QWidget *  parent = 0) [explicit]

Default constructor.

Parameters:
parentThe pointer to parent widget.
ProfileBrowser::ProfileBrowser ( Friend  profile,
QWidget *  parent = 0 
) [explicit]

Contructor with selected profile.

Parameters:
profileThe Friend instance with owner data.
parentThe pointer to parent widget.

Member Function Documentation

void ProfileBrowser::setProfile ( Friend  profile)

Sets profile data.

Parameters:
profileThe Friend instance with owner data.

The documentation for this class was generated from the following files: