Home
last modified time | relevance | path

Searched refs:Smb4KCustomOptions (Results 1 – 8 of 8) sorted by relevance

/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4kcustomoptions.cpp87 Smb4KCustomOptions::Smb4KCustomOptions(Smb4KHost *host) in Smb4KCustomOptions() function in Smb4KCustomOptions
126 Smb4KCustomOptions::Smb4KCustomOptions(Smb4KShare *share) in Smb4KCustomOptions() function in Smb4KCustomOptions
166 Smb4KCustomOptions::Smb4KCustomOptions(const Smb4KCustomOptions &o) in Smb4KCustomOptions() function in Smb4KCustomOptions
173 Smb4KCustomOptions::Smb4KCustomOptions() in Smb4KCustomOptions() function in Smb4KCustomOptions
210 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 …]
H A Dsmb4kcustomoptions.h54 class Q_DECL_EXPORT Smb4KCustomOptions
62 explicit Smb4KCustomOptions(Smb4KHost *host);
67 explicit Smb4KCustomOptions(Smb4KShare *share);
72 Smb4KCustomOptions(const Smb4KCustomOptions &options);
77 Smb4KCustomOptions();
82 ~Smb4KCustomOptions();
642 void update(Smb4KCustomOptions *options);
H A Dsmb4kcustomoptionsmanager.cpp105 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 …]
H A Dsmb4kglobal.h44 class Smb4KCustomOptions; variable
53 typedef QSharedPointer<Smb4KCustomOptions> OptionsPtr;
H A Dsmb4kcustomoptionsmanager_p.cpp551 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);
H A Dsmb4kmounter.cpp167 … if (option->remount() == Smb4KCustomOptions::RemountOnce && !Smb4KMountSettings::remountShares()) in triggerRemounts()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/smb4k/
H A Dsmb4kconfigpagecustomoptions.cpp1035 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()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/
H A DChangeLog530 - Revised Smb4KCustomOptions class:
836 - Added Smb4KCustomOptions class as a replacement for Smb4KSambaOptionsInfo class.