Searched refs:Smb4KCustomOptions (Results 1 – 8 of 8) sorted by relevance
87 Smb4KCustomOptions::Smb4KCustomOptions(Smb4KHost *host) in Smb4KCustomOptions() function in Smb4KCustomOptions126 Smb4KCustomOptions::Smb4KCustomOptions(Smb4KShare *share) in Smb4KCustomOptions() function in Smb4KCustomOptions166 Smb4KCustomOptions::Smb4KCustomOptions(const Smb4KCustomOptions &o) in Smb4KCustomOptions() function in Smb4KCustomOptions173 Smb4KCustomOptions::Smb4KCustomOptions() in Smb4KCustomOptions() function in Smb4KCustomOptions210 Smb4KCustomOptions::~Smb4KCustomOptions() in ~Smb4KCustomOptions()314 QUrl Smb4KCustomOptions::url() const in url()399 int Smb4KCustomOptions::remount() const in remount()411 bool Smb4KCustomOptions::useUser() const in useUser()423 KUser Smb4KCustomOptions::user() const in user()704 int Smb4KCustomOptions::smbPort() const in smbPort()[all …]
54 class Q_DECL_EXPORT Smb4KCustomOptions62 explicit Smb4KCustomOptions(Smb4KHost *host);67 explicit Smb4KCustomOptions(Smb4KShare *share);72 Smb4KCustomOptions(const Smb4KCustomOptions &options);77 Smb4KCustomOptions();82 ~Smb4KCustomOptions();642 void update(Smb4KCustomOptions *options);
105 if (options->remount() != Smb4KCustomOptions::RemountAlways) in addRemount()107 … options->setRemount(always ? Smb4KCustomOptions::RemountAlways : Smb4KCustomOptions::RemountOnce); in addRemount()112 options = OptionsPtr(new Smb4KCustomOptions(share.data())); in addRemount()114 … options->setRemount(always ? Smb4KCustomOptions::RemountAlways : Smb4KCustomOptions::RemountOnce); in addRemount()141 if (options->remount() == Smb4KCustomOptions::RemountOnce) in removeRemount()143 options->setRemount(Smb4KCustomOptions::UndefinedRemount); in removeRemount()147 options->setRemount(Smb4KCustomOptions::UndefinedRemount); in removeRemount()174 if (options->remount() == Smb4KCustomOptions::RemountOnce) in clearRemounts()176 options->setRemount(Smb4KCustomOptions::UndefinedRemount); in clearRemounts()180 options->setRemount(Smb4KCustomOptions::UndefinedRemount); in clearRemounts()[all …]
44 class Smb4KCustomOptions; variable53 typedef QSharedPointer<Smb4KCustomOptions> OptionsPtr;
551 remountAlways->setChecked((m_options->remount() == Smb4KCustomOptions::RemountAlways));907 remountAlways->setChecked((m_options->remount() == Smb4KCustomOptions::RemountAlways));1824 m_options->setRemount(Smb4KCustomOptions::RemountAlways);1828 m_options->setRemount(Smb4KCustomOptions::UndefinedRemount);
167 … if (option->remount() == Smb4KCustomOptions::RemountOnce && !Smb4KMountSettings::remountShares()) in triggerRemounts()
1035 remountAlways->setChecked(m_currentOptions->remount() == Smb4KCustomOptions::RemountAlways); in populateEditors()1350 m_currentOptions->setRemount(Smb4KCustomOptions::RemountAlways); in commitChanges()1354 m_currentOptions->setRemount(Smb4KCustomOptions::UndefinedRemount); in commitChanges()
530 - Revised Smb4KCustomOptions class:836 - Added Smb4KCustomOptions class as a replacement for Smb4KSambaOptionsInfo class.