ExecutableInfo

class mobase.ExecutableInfo(title, binary)

Bases: object

Methods Summary

arguments()

asCustom()

binary()

isCustom()

isValid()

steamAppID()

title()

withArgument(argument)

withSteamAppId(app_id)

withWorkingDirectory(directory)

workingDirectory()

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