ExecutableInfo

class mobase.ExecutableInfo(title, binary)

Bases: object

Methods Summary

arguments()

rtype:

Sequence[str]

asCustom()

rtype:

ExecutableInfo

binary()

rtype:

QFileInfo

isCustom()

rtype:

bool

isValid()

rtype:

bool

steamAppID()

rtype:

str

title()

rtype:

str

withArgument(argument)

rtype:

ExecutableInfo

withSteamAppId(app_id)

rtype:

ExecutableInfo

withWorkingDirectory(directory)

rtype:

ExecutableInfo

workingDirectory()

rtype:

QDir

Methods Documentation

arguments()
Return type:

Sequence[str]

asCustom()
Return type:

ExecutableInfo

binary()
Return type:

QFileInfo

isCustom()
Return type:

bool

isValid()
Return type:

bool

steamAppID()
Return type:

str

title()
Return type:

str

withArgument(argument)
Return type:

ExecutableInfo

withSteamAppId(app_id)
Return type:

ExecutableInfo

withWorkingDirectory(directory)
Return type:

ExecutableInfo

workingDirectory()
Return type:

QDir