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

Public Member Functions

 DebugSettings ()
 
 DebugSettings (Parcel parcel)
 
String getDebugLevel ()
 
void setDebugLevel (String debug)
 
boolean getAsyncUpdate ()
 
void setAsyncUpdate (boolean enabled)
 
boolean getAsyncChannel ()
 
void setAsyncChannel (boolean enabled)
 
int describeContents ()
 
void writeToParcel (Parcel out, int flags)
 

Static Public Attributes

static final Parcelable.Creator< DebugSettingsCREATOR
 

Constructor & Destructor Documentation

◆ DebugSettings() [1/2]

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

◆ DebugSettings() [2/2]

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

Member Function Documentation

◆ describeContents()

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

◆ getAsyncChannel()

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

◆ getAsyncUpdate()

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

◆ getDebugLevel()

String com.freerdp.freerdpcore.domain.BookmarkBase.DebugSettings.getDebugLevel ( )
inline
Here is the caller graph for this function:

◆ setAsyncChannel()

void com.freerdp.freerdpcore.domain.BookmarkBase.DebugSettings.setAsyncChannel ( boolean  enabled)
inline
Here is the caller graph for this function:

◆ setAsyncUpdate()

void com.freerdp.freerdpcore.domain.BookmarkBase.DebugSettings.setAsyncUpdate ( boolean  enabled)
inline
Here is the caller graph for this function:

◆ setDebugLevel()

void com.freerdp.freerdpcore.domain.BookmarkBase.DebugSettings.setDebugLevel ( String  debug)
inline
Here is the caller graph for this function:

◆ writeToParcel()

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

Field Documentation

◆ CREATOR

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

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