KDESu
sshprocess.h
32 explicit SshProcess(const QByteArray &host = QByteArray(), const QByteArray &user = QByteArray(), const QByteArray &command = QByteArray());
QByteArray display() override
This virtual function can be overloaded when special behavior is desired.
Definition sshprocess.cpp:234
void setStub(const QByteArray &stub)
Sets the location of the remote stub.
Definition sshprocess.cpp:57
int checkNeedPassword()
Checks if the current user@host needs a password.
Definition sshprocess.cpp:69
void virtual_hook(int id, void *data) override
Standard hack to add virtual methods in a BC way.
Definition sshprocess.cpp:244
int checkInstall(const char *password)
Checks if the stub is installed and if the password is correct.
Definition sshprocess.cpp:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.