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 ()
 
 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
 

Constructor & Destructor Documentation

◆ PerformanceFlags() [1/2]

com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.PerformanceFlags ( )
inline

◆ PerformanceFlags() [2/2]

com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.PerformanceFlags ( Parcel  parcel)
inline

Member Function Documentation

◆ describeContents()

int com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.describeContents ( )
inline

◆ getDesktopComposition()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getDesktopComposition ( )
inline
Here is the caller graph for this function:

◆ getFontSmoothing()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getFontSmoothing ( )
inline
Here is the caller graph for this function:

◆ getFullWindowDrag()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getFullWindowDrag ( )
inline
Here is the caller graph for this function:

◆ getGfx()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getGfx ( )
inline
Here is the caller graph for this function:

◆ getH264()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getH264 ( )
inline
Here is the caller graph for this function:

◆ getMenuAnimations()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getMenuAnimations ( )
inline
Here is the caller graph for this function:

◆ getRemoteFX()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getRemoteFX ( )
inline
Here is the caller graph for this function:

◆ getTheming()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getTheming ( )
inline
Here is the caller graph for this function:

◆ getWallpaper()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.getWallpaper ( )
inline
Here is the caller graph for this function:

◆ setDesktopComposition()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setDesktopComposition ( boolean  desktopComposition)
inline
Here is the caller graph for this function:

◆ setFontSmoothing()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setFontSmoothing ( boolean  fontSmoothing)
inline
Here is the caller graph for this function:

◆ setFullWindowDrag()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setFullWindowDrag ( boolean  fullWindowDrag)
inline
Here is the caller graph for this function:

◆ setGfx()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setGfx ( boolean  gfx)
inline
Here is the caller graph for this function:

◆ setH264()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setH264 ( boolean  h264)
inline
Here is the caller graph for this function:

◆ setMenuAnimations()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setMenuAnimations ( boolean  menuAnimations)
inline
Here is the caller graph for this function:

◆ setRemoteFX()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setRemoteFX ( boolean  remotefx)
inline
Here is the caller graph for this function:

◆ setTheming()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setTheming ( boolean  theming)
inline
Here is the caller graph for this function:

◆ setWallpaper()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.setWallpaper ( boolean  wallpaper)
inline
Here is the caller graph for this function:

◆ writeToParcel()

void com.freerdp.freerdpcore.domain.BookmarkBase.PerformanceFlags.writeToParcel ( Parcel  out,
int  flags 
)
inline

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];
}
}

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