#include <videodisplayprofile.h>
Definition at line 22 of file videodisplayprofile.h.
Public Member Functions | |
| ProfileItem () | |
| ~ProfileItem () | |
| void | Clear (void) |
| void | SetProfileID (uint id) |
| void | Set (const QString &value, const QString &data) |
| uint | GetProfileID (void) const |
| QString | Get (const QString &value) const |
| uint | GetPriority (void) const |
| pref_map_t | GetAll (void) const |
| bool | IsMatch (const QSize &size, float rate) const |
| bool | IsValid (QString *reason=NULL) const |
| bool | operator< (const ProfileItem &other) const |
| QString | toString (void) const |
Private Attributes | |
| uint | profileid |
| pref_map_t | pref |
| ProfileItem::ProfileItem | ( | ) | [inline] |
Definition at line 25 of file videodisplayprofile.h.
| ProfileItem::~ProfileItem | ( | ) | [inline] |
Definition at line 26 of file videodisplayprofile.h.
| void ProfileItem::Clear | ( | void | ) | [inline] |
| void ProfileItem::SetProfileID | ( | uint | id | ) | [inline] |
| void ProfileItem::Set | ( | const QString & | value, | |
| const QString & | data | |||
| ) | [inline] |
Definition at line 32 of file videodisplayprofile.h.
Referenced by VideoDisplayProfile::LoadDB(), and PlaybackProfileItemConfig::save().
| uint ProfileItem::GetProfileID | ( | void | ) | const [inline] |
Definition at line 37 of file videodisplayprofile.h.
| QString ProfileItem::Get | ( | const QString & | value | ) | const [inline] |
Definition at line 39 of file videodisplayprofile.h.
Referenced by GetPriority(), IsMatch(), IsValid(), PlaybackProfileItemConfig::load(), and toString().
| uint ProfileItem::GetPriority | ( | void | ) | const [inline] |
| pref_map_t ProfileItem::GetAll | ( | void | ) | const [inline] |
Definition at line 53 of file videodisplayprofile.h.
| bool ProfileItem::IsMatch | ( | const QSize & | size, | |
| float | rate | |||
| ) | const |
Definition at line 8 of file videodisplayprofile.cpp.
| bool ProfileItem::IsValid | ( | QString * | reason = NULL |
) | const |
Definition at line 60 of file videodisplayprofile.cpp.
| bool ProfileItem::operator< | ( | const ProfileItem & | other | ) | const |
Definition at line 162 of file videodisplayprofile.cpp.
| QString ProfileItem::toString | ( | void | ) | const |
Definition at line 167 of file videodisplayprofile.cpp.
uint ProfileItem::profileid [private] |
Definition at line 64 of file videodisplayprofile.h.
Referenced by GetProfileID(), and SetProfileID().
pref_map_t ProfileItem::pref [private] |
1.5.5