FreeRDP
com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags Class Reference
Inheritance diagram for com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags:
Collaboration diagram for com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags:

Public Member Functions

 PerformanceFlags (Parcel parcel)
 
boolean getRemoteFX ()
 
void setRemoteFX (boolean remotefx)
 
boolean getGfx ()
 
void setGfx (boolean gfx)
 
boolean getH264 ()
 
void setH264 (boolean h264)
 
boolean getWallpaper ()
 
void setWallpaper (boolean wallpaper)
 
boolean getTheming ()
 
void setTheming (boolean theming)
 
boolean getFullWindowDrag ()
 
void setFullWindowDrag (boolean fullWindowDrag)
 
boolean getMenuAnimations ()
 
void setMenuAnimations (boolean menuAnimations)
 
boolean getFontSmoothing ()
 
void setFontSmoothing (boolean fontSmoothing)
 
boolean getDesktopComposition ()
 
void setDesktopComposition (boolean desktopComposition)
 
int describeContents ()
 
void writeToParcel (Parcel out, int flags)
 

Static Public Attributes

static final Parcelable.Creator< PerformanceFlagsCREATOR
 

Detailed Description

Definition at line 375 of file BookmarkBase.java.

Field Documentation

◆ CREATOR

final Parcelable.Creator<PerformanceFlags> com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.CREATOR
static
Initial value:
=
new Parcelable.Creator<PerformanceFlags>() {
public PerformanceFlags createFromParcel(Parcel in)
{
return new PerformanceFlags(in);
}
@Override public PerformanceFlags[] newArray(int size)
{
return new PerformanceFlags[size];
}
}

Definition at line 377 of file BookmarkBase.java.


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