libzypp
13.10.6
|
Collects PoolItems of same kind and name. More...
#include <Selectable.h>
Classes | |
struct | Impl |
Selectable implementation. More... | |
Public Types | |
typedef intrusive_ptr< Selectable > | Ptr |
typedef intrusive_ptr< const Selectable > | constPtr |
typedef SelectableTraits::available_iterator | available_iterator |
Iterates over ResObject::constPtr. More... | |
typedef SelectableTraits::available_size_type | available_size_type |
typedef SelectableTraits::installed_iterator | installed_iterator |
typedef SelectableTraits::installed_size_type | installed_size_type |
typedef SelectableTraits::picklist_iterator | picklist_iterator |
typedef SelectableTraits::picklist_size_type | picklist_size_type |
typedef shared_ptr< Impl > | Impl_Ptr |
Public Member Functions | |
IdString | ident () const |
The identifier. More... | |
ResObject::Kind | kind () const |
The ResObjects kind. More... | |
const std::string & | name () const |
The ResObjects name. More... | |
PoolItem | installedObj () const |
The last Installed object. More... | |
PoolItem | candidateObj () const |
The 'best' or 'most interesting' among all available objects. More... | |
PoolItem | candidateObjFrom (Repository repo_r) const |
The best candidate provided by a specific Repository, if there is one. More... | |
PoolItem | updateCandidateObj () const |
The best candidate for update, if there is one. More... | |
PoolItem | highestAvailableVersionObj () const |
Simply the highest available version, ignoring priorities and policies. More... | |
bool | identicalAvailable (const PoolItem &rhs) const |
True if rhs is installed and one with the same content is available. More... | |
bool | identicalInstalled (const PoolItem &rhs) const |
True if rhs has the same content as an installed one. More... | |
bool | identicalInstalledCandidate () const |
True if the candidateObj is installed (same content). More... | |
bool | identicalInstalledUpdateCandidate () const |
True if the updateCandidateObj is installed (same content). More... | |
PoolItem | identicalAvailableObj (const PoolItem &rhs) const |
Return an available Object with the same content as rhs . More... | |
PoolItem | identicalInstalledObj (const PoolItem &rhs) const |
an installed Object with the same content as rhs . More... | |
template<class _Res > | |
ResTraits< _Res >::constPtrType | installedAsKind () const |
Return the installedObj resolvable casted to a specific kind. More... | |
template<class _Res > | |
ResTraits< _Res >::constPtrType | candidateAsKind () const |
Return the candidateObj resolvable casted to a specific kind. More... | |
PoolItem | setCandidate (const PoolItem &newCandidate_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Set a candidate (out of available objects). More... | |
PoolItem | setCandidate (ResObject::constPtr newCandidate_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
bool | setOnSystem (const PoolItem &newCandidate_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Arrange the specified candidate (out of available objects) to be on system after commit. More... | |
PoolItem | theObj () const |
An object you could use as pars pro toto. More... | |
bool | isUnmaintained () const |
True if this package has no replacement from the available repositories. More... | |
Selectable (Impl_Ptr pimpl_r) | |
Default ctor. More... | |
Available objects iterators. | |
Oredered according to solver policy. 'Best' first. | |
bool | availableEmpty () const |
available_size_type | availableSize () const |
available_iterator | availableBegin () const |
available_iterator | availableEnd () const |
Installed objects iterators. | |
Ordered by install time. Latest first. | |
bool | installedEmpty () const |
installed_size_type | installedSize () const |
installed_iterator | installedBegin () const |
installed_iterator | installedEnd () const |
picklist iterators. | |
This is basically the available items list prepended by those installed items, that are nolonger identicalAvailable. | |
bool | picklistEmpty () const |
picklist_size_type | picklistSize () const |
picklist_iterator | picklistBegin () const |
picklist_iterator | picklistEnd () const |
Query for objects within this Selectable. | |
bool | hasObject () const |
True if either installed or candidate object is present. More... | |
bool | hasInstalledObj () const |
True if installed object is present. More... | |
bool | hasCandidateObj () const |
True if candidate object is present. More... | |
bool | hasBothObjects () const |
True if installed and candidate object is present. More... | |
bool | hasInstalledObjOnly () const |
True if installed object is present but no candidate. More... | |
bool | hasCandidateObjOnly () const |
True if candidate object is present but no installed. More... | |
Multiversion install. | |
Using pickInstall or pickDelete with non-multiversionInstall items is possible, but additional constraints will apply. E.g. selecting one item for install will deselect any other. | |
bool | multiversionInstall () const |
Whether different versions of this package can be installed at the same time. More... | |
bool | pickInstall (const PoolItem &pi_r, ResStatus::TransactByValue causer_r=ResStatus::USER, bool yesno_r=true) |
Select a specific available item for installation. More... | |
bool | pickNoInstall (const PoolItem &pi_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Deselect a specific available item from installation. More... | |
bool | pickDelete (const PoolItem &pi_r, ResStatus::TransactByValue causer_r=ResStatus::USER, bool yesno_r=true) |
Select a specific installed item for deletion. More... | |
bool | pickNoDelete (const PoolItem &pi_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Deselect a specific installed item from deletion. More... | |
Status | pickStatus (const PoolItem &pi_r) const |
Compute the ui::Status for an individual PoolItem. More... | |
bool | setPickStatus (const PoolItem &pi_r, Status state_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Assign a new status to a specific item. More... | |
Classification of available patches (pseudo installed items). | |
A patch is either The same applies to other pseudo installed kinds.
| |
bool | isUndetermined () const |
Returns true for packages, because packages are not classified by the solver. More... | |
bool | isRelevant () const |
Returns true if the patch is relevant which means that at least one package of the patch is installed. More... | |
bool | isSatisfied () const |
Whether a relevant patchs requirements are met. More... | |
bool | isBroken () const |
Whether a relevant patchs requirements are broken. More... | |
bool | isNeeded () const |
This includes unlocked broken patches, as well as those already selected to be installed. More... | |
bool | isUnwanted () const |
Broken (needed) but locked patches. More... | |
Special inteface for Y2UI. | |
| |
Status | status () const |
Return the current Status. More... | |
bool | setStatus (Status state_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
Try to set a new Status. More... | |
ResStatus::TransactByValue | modifiedBy () const |
Return who caused the modification. More... | |
bool | hasLicenceConfirmed () const |
Return value of LicenceConfirmed bit. More... | |
void | setLicenceConfirmed (bool val_r=true) |
Set LicenceConfirmed bit. More... | |
Public Member Functions inherited from zypp::base::ReferenceCounted | |
ReferenceCounted () | |
Default ctor. More... | |
ReferenceCounted (const ReferenceCounted &rhs) | |
Copy ctor. More... | |
virtual | ~ReferenceCounted () |
Dtor. More... | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
Assignment. More... | |
unsigned | refCount () const |
Return reference counter value. More... | |
void | ref () const |
Add a reference. More... | |
void | unref () const |
Release a reference. More... | |
Static Public Member Functions | |
Static ctor substitues picking the item from the pool. | |
* Selectable::Ptr item;
* item = Selectable::get( "amarok ); // package amamrok
* item = Selectable::get( ResKind::patch, "amarok ); // patch amamrok
*
| |
static Ptr | get (const pool::ByIdent &ident_r) |
Get the Selctable. More... | |
static Ptr | get (IdString ident_r) |
Get the Selctable by it's sat-identifyer . More... | |
static Ptr | get (ResKind kind_r, const std::string &name_r) |
Get the Selctable by kind and name . More... | |
static Ptr | get (const std::string &name_r) |
Get the Package Selctable by name . More... | |
static Ptr | get (const sat::Solvable &solv_r) |
Get the Selctable containing a specific sat::Solvable. More... | |
static Ptr | get (const ResObject::constPtr &resolvable_r) |
Get the Selctable containing a specific ResObject. More... | |
static Ptr | get (const PoolItem &pi_r) |
Get the Selctable containing a specific PoolItem. More... | |
Static Public Member Functions inherited from zypp::base::ReferenceCounted | |
static void | add_ref (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
static void | release (const ReferenceCounted *ptr_r) |
Called by zypp::intrusive_ptr to add a reference. More... | |
Private Member Functions | |
~Selectable () | |
Dtor. More... | |
Private Attributes | |
RW_pointer< Impl > | _pimpl |
Pointer to implementation. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &str, const Selectable &obj) |
std::ostream & | dumpOn (std::ostream &str, const Selectable &obj) |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const Selectable &obj) |
std::ostream & | dumpOn (std::ostream &str, const Selectable &obj) |
Related Functions inherited from zypp::base::ReferenceCounted | |
void | intrusive_ptr_add_ref (const ReferenceCounted *ptr_r) |
void | intrusive_ptr_release (const ReferenceCounted *ptr_r) |
std::ostream & | operator<< (std::ostream &str, const ReferenceCounted &obj) |
Query and maip objects fate in case of commit. | |
enum | Fate { TO_DELETE = -1, UNMODIFIED = 0, TO_INSTALL = 1 } |
Fate | fate () const |
bool | unmodified () const |
True if neither to delete or to install. More... | |
bool | locked () const |
True if locked (subclass of unmodified). More... | |
bool | toModify () const |
True if either to delete or to install. More... | |
bool | toDelete () const |
True if to delete. More... | |
bool | toInstall () const |
True if to install. More... | |
bool | onSystem () const |
True if would be on system after commit. More... | |
bool | offSystem () const |
True if would be off system after commit. More... | |
bool | setFate (Fate fate_r, ResStatus::TransactByValue causer_r=ResStatus::USER) |
bool | setToInstall (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Set the item to be installed (new- or re-install). More... | |
bool | setInstalled (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Take care the item gets installed if it is not. More... | |
bool | setUpToDate (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Take care the item gets installed if it is not, or is older. More... | |
bool | setToDelete (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Set the item to be deleted (must be installed). More... | |
bool | setDeleted (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Take care the item gets deleted if it is installed. More... | |
bool | unset (ResStatus::TransactByValue causer_r=ResStatus::USER) |
Set the item to stay unmodified. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from zypp::base::ReferenceCounted | |
virtual std::ostream & | dumpOn (std::ostream &str) const |
Overload to realize std::ostream & operator<<. More... | |
virtual void | ref_to (unsigned) const |
Trigger derived classes after refCount was increased. More... | |
virtual void | unref_to (unsigned) const |
Trigger derived classes after refCount was decreased. More... | |
Collects PoolItems of same kind and name.
Selectable is a status wrapper. The ui::Status is calculated from (and transated to) PoolItems individual ResStatus values.
Available objects are sorted according the solver policies, 'best' packages first (e.g. by repository priority, then Arch, then Edition).
Installed objects are sorted according the installation date, newer install time first.
Definition at line 51 of file Selectable.h.
Definition at line 57 of file Selectable.h.
typedef intrusive_ptr<const Selectable> zypp::ui::Selectable::constPtr |
Definition at line 58 of file Selectable.h.
Iterates over ResObject::constPtr.
Definition at line 61 of file Selectable.h.
Definition at line 62 of file Selectable.h.
Definition at line 64 of file Selectable.h.
Definition at line 65 of file Selectable.h.
Definition at line 67 of file Selectable.h.
Definition at line 68 of file Selectable.h.
typedef shared_ptr<Impl> zypp::ui::Selectable::Impl_Ptr |
Definition at line 497 of file Selectable.h.
Enumerator | |
---|---|
TO_DELETE | |
UNMODIFIED | |
TO_INSTALL |
Definition at line 406 of file Selectable.h.
zypp::ui::Selectable::Selectable | ( | Impl_Ptr | pimpl_r | ) |
Default ctor.
Definition at line 36 of file Selectable.cc.
|
private |
Dtor.
Definition at line 45 of file Selectable.cc.
|
static |
Get the Selctable.
Definition at line 28 of file Selectable.cc.
Get the Selctable by it's sat-identifyer
.
Definition at line 84 of file Selectable.h.
Get the Selctable by kind
and name
.
Definition at line 88 of file Selectable.h.
|
inlinestatic |
Get the Package
Selctable by name
.
Definition at line 92 of file Selectable.h.
|
inlinestatic |
Get the Selctable containing a specific sat::Solvable.
Definition at line 96 of file Selectable.h.
|
inlinestatic |
Get the Selctable containing a specific ResObject.
Definition at line 100 of file Selectable.h.
Get the Selctable containing a specific PoolItem.
Definition at line 104 of file Selectable.h.
IdString zypp::ui::Selectable::ident | ( | ) | const |
The identifier.
This is the solvables name, except for packages and source packes, prefixed by it's kind.
Definition at line 55 of file Selectable.cc.
ResObject::Kind zypp::ui::Selectable::kind | ( | ) | const |
The ResObjects kind.
Definition at line 58 of file Selectable.cc.
const std::string & zypp::ui::Selectable::name | ( | ) | const |
The ResObjects name.
Definition at line 61 of file Selectable.cc.
PoolItem zypp::ui::Selectable::installedObj | ( | ) | const |
The last Installed object.
Definition at line 70 of file Selectable.cc.
PoolItem zypp::ui::Selectable::candidateObj | ( | ) | const |
The 'best' or 'most interesting' among all available objects.
One that is, or is likely to be, chosen for installation, unless it violated any solver policy (see updateCandidateObj).
Definition at line 73 of file Selectable.cc.
PoolItem zypp::ui::Selectable::candidateObjFrom | ( | Repository | repo_r | ) | const |
The best candidate provided by a specific Repository, if there is one.
In contrary to candidateObj, this may return no item even if there are available objects. This simply means the Repository does not provide this object.
Definition at line 76 of file Selectable.cc.
PoolItem zypp::ui::Selectable::updateCandidateObj | ( | ) | const |
The best candidate for update, if there is one.
In contrary to candidateObj, this may return no item even if there are available objects. This simply means the best object is already installed, and all available objects violate at least one update policy.
Definition at line 79 of file Selectable.cc.
PoolItem zypp::ui::Selectable::highestAvailableVersionObj | ( | ) | const |
Simply the highest available version, ignoring priorities and policies.
It's doubtful whether solely looking at the version makes a good candidate, but apps ask for it. Beware that different vendors may use different (uncomparable) version schemata.
Definition at line 82 of file Selectable.cc.
bool zypp::ui::Selectable::identicalAvailable | ( | const PoolItem & | rhs | ) | const |
True
if rhs is installed and one with the same content is available.
Basically the same name, edition, arch, vendor and buildtime.
Definition at line 85 of file Selectable.cc.
bool zypp::ui::Selectable::identicalInstalled | ( | const PoolItem & | rhs | ) | const |
True
if rhs has the same content as an installed one.
Basically the same name, edition, arch, vendor and buildtime.
Definition at line 88 of file Selectable.cc.
|
inline |
True
if the candidateObj is installed (same content).
Definition at line 168 of file Selectable.h.
|
inline |
True
if the updateCandidateObj is installed (same content).
Definition at line 174 of file Selectable.h.
Return an available Object with the same content as rhs
.
Basically the same name, edition, arch, vendor and buildtime.
Definition at line 91 of file Selectable.cc.
an installed Object with the same content as rhs
.
Basically the same name, edition, arch, vendor and buildtime.
Definition at line 94 of file Selectable.cc.
|
inline |
Return the installedObj resolvable casted to a specific kind.
Definition at line 196 of file Selectable.h.
|
inline |
Return the candidateObj resolvable casted to a specific kind.
Definition at line 206 of file Selectable.h.
PoolItem zypp::ui::Selectable::setCandidate | ( | const PoolItem & | newCandidate_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
Set a candidate (out of available objects).
ResStatus::USER
the operation may also fail if there are insufficient permissions to change a transacting candidate. Definition at line 97 of file Selectable.cc.
PoolItem zypp::ui::Selectable::setCandidate | ( | ResObject::constPtr | newCandidate_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 100 of file Selectable.cc.
bool zypp::ui::Selectable::setOnSystem | ( | const PoolItem & | newCandidate_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
Arrange the specified candidate (out of available objects) to be on system after commit.
If the specified candidate is not already installed (identicalInstalled), and the causer_r has sufficient permisssion, then newCandidate_r is set as the new candidate (setCandidate) and selected for installation.
True
if newCandidate_r is already installed or sucessfully selected for installation. Definition at line 103 of file Selectable.cc.
PoolItem zypp::ui::Selectable::theObj | ( | ) | const |
An object you could use as pars pro toto.
Definition at line 110 of file Selectable.cc.
bool zypp::ui::Selectable::availableEmpty | ( | ) | const |
Definition at line 115 of file Selectable.cc.
Selectable::available_size_type zypp::ui::Selectable::availableSize | ( | ) | const |
Definition at line 118 of file Selectable.cc.
Selectable::available_iterator zypp::ui::Selectable::availableBegin | ( | ) | const |
Definition at line 121 of file Selectable.cc.
Selectable::available_iterator zypp::ui::Selectable::availableEnd | ( | ) | const |
Definition at line 124 of file Selectable.cc.
bool zypp::ui::Selectable::installedEmpty | ( | ) | const |
Definition at line 129 of file Selectable.cc.
Selectable::installed_size_type zypp::ui::Selectable::installedSize | ( | ) | const |
Definition at line 132 of file Selectable.cc.
Selectable::installed_iterator zypp::ui::Selectable::installedBegin | ( | ) | const |
Definition at line 135 of file Selectable.cc.
Selectable::installed_iterator zypp::ui::Selectable::installedEnd | ( | ) | const |
Definition at line 138 of file Selectable.cc.
bool zypp::ui::Selectable::picklistEmpty | ( | ) | const |
Definition at line 143 of file Selectable.cc.
Selectable::picklist_size_type zypp::ui::Selectable::picklistSize | ( | ) | const |
Definition at line 146 of file Selectable.cc.
Selectable::picklist_iterator zypp::ui::Selectable::picklistBegin | ( | ) | const |
Definition at line 149 of file Selectable.cc.
Selectable::picklist_iterator zypp::ui::Selectable::picklistEnd | ( | ) | const |
Definition at line 152 of file Selectable.cc.
|
inline |
True if either installed or candidate object is present.
Definition at line 280 of file Selectable.h.
|
inline |
True if installed object is present.
Definition at line 284 of file Selectable.h.
|
inline |
True if candidate object is present.
Definition at line 288 of file Selectable.h.
|
inline |
True if installed and candidate object is present.
Definition at line 292 of file Selectable.h.
|
inline |
True if installed object is present but no candidate.
Definition at line 296 of file Selectable.h.
|
inline |
True if candidate object is present but no installed.
Definition at line 300 of file Selectable.h.
bool zypp::ui::Selectable::isUnmaintained | ( | ) | const |
True if this package has no replacement from the available repositories.
Definition at line 157 of file Selectable.cc.
bool zypp::ui::Selectable::multiversionInstall | ( | ) | const |
Whether different versions of this package can be installed at the same time.
Per default false
.
Definition at line 160 of file Selectable.cc.
bool zypp::ui::Selectable::pickInstall | ( | const PoolItem & | pi_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER , |
||
bool | yesno_r = true |
||
) |
Select a specific available item for installation.
Definition at line 163 of file Selectable.cc.
|
inline |
Deselect a specific available item from installation.
Definition at line 328 of file Selectable.h.
bool zypp::ui::Selectable::pickDelete | ( | const PoolItem & | pi_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER , |
||
bool | yesno_r = true |
||
) |
Select a specific installed item for deletion.
Definition at line 166 of file Selectable.cc.
|
inline |
Deselect a specific installed item from deletion.
Definition at line 337 of file Selectable.h.
Compute the ui::Status for an individual PoolItem.
This just takes into account the item and any identical installed (or available) one.
Definition at line 169 of file Selectable.cc.
bool zypp::ui::Selectable::setPickStatus | ( | const PoolItem & | pi_r, |
Status | state_r, | ||
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
Assign a new status to a specific item.
Definition at line 172 of file Selectable.cc.
bool zypp::ui::Selectable::isUndetermined | ( | ) | const |
Returns true for packages, because packages are not classified by the solver.
Definition at line 177 of file Selectable.cc.
bool zypp::ui::Selectable::isRelevant | ( | ) | const |
Returns true if the patch is relevant which means that at least one package of the patch is installed.
Definition at line 180 of file Selectable.cc.
bool zypp::ui::Selectable::isSatisfied | ( | ) | const |
Whether a relevant patchs requirements are met.
Definition at line 183 of file Selectable.cc.
bool zypp::ui::Selectable::isBroken | ( | ) | const |
Whether a relevant patchs requirements are broken.
Definition at line 186 of file Selectable.cc.
bool zypp::ui::Selectable::isNeeded | ( | ) | const |
This includes unlocked
broken patches, as well as those already selected to be installed.
This is because already selected patches will be classified as satisfied
. Locked
but broken patches will be classified as isUnwanted.
Definition at line 189 of file Selectable.cc.
bool zypp::ui::Selectable::isUnwanted | ( | ) | const |
Broken (needed) but locked patches.
Definition at line 194 of file Selectable.cc.
Selectable::Fate zypp::ui::Selectable::fate | ( | ) | const |
Definition at line 209 of file Selectable.cc.
|
inline |
True if neither to delete or to install.
Definition at line 415 of file Selectable.h.
|
inline |
True if locked (subclass of unmodified).
Definition at line 419 of file Selectable.h.
|
inline |
True if either to delete or to install.
Definition at line 423 of file Selectable.h.
|
inline |
True if to delete.
Definition at line 427 of file Selectable.h.
|
inline |
True if to install.
Definition at line 431 of file Selectable.h.
|
inline |
True if would be on system after commit.
Definition at line 435 of file Selectable.h.
|
inline |
True if would be off system after commit.
Definition at line 440 of file Selectable.h.
bool zypp::ui::Selectable::setFate | ( | Fate | fate_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
Definition at line 233 of file Selectable.cc.
|
inline |
Set the item to be installed (new- or re-install).
Definition at line 447 of file Selectable.h.
bool zypp::ui::Selectable::setInstalled | ( | ResStatus::TransactByValue | causer_r = ResStatus::USER | ) |
Take care the item gets installed if it is not.
Definition at line 260 of file Selectable.cc.
bool zypp::ui::Selectable::setUpToDate | ( | ResStatus::TransactByValue | causer_r = ResStatus::USER | ) |
Take care the item gets installed if it is not, or is older.
Definition at line 265 of file Selectable.cc.
|
inline |
Set the item to be deleted (must be installed).
Definition at line 457 of file Selectable.h.
bool zypp::ui::Selectable::setDeleted | ( | ResStatus::TransactByValue | causer_r = ResStatus::USER | ) |
Take care the item gets deleted if it is installed.
Definition at line 278 of file Selectable.cc.
|
inline |
Set the item to stay unmodified.
Definition at line 464 of file Selectable.h.
Status zypp::ui::Selectable::status | ( | ) | const |
Return the current Status.
Definition at line 64 of file Selectable.cc.
bool zypp::ui::Selectable::setStatus | ( | Status | state_r, |
ResStatus::TransactByValue | causer_r = ResStatus::USER |
||
) |
Try to set a new Status.
Returns false
if the transitions is not allowed.
Definition at line 67 of file Selectable.cc.
ResStatus::TransactByValue zypp::ui::Selectable::modifiedBy | ( | ) | const |
Return who caused the modification.
Definition at line 199 of file Selectable.cc.
bool zypp::ui::Selectable::hasLicenceConfirmed | ( | ) | const |
Return value of LicenceConfirmed bit.
Definition at line 202 of file Selectable.cc.
void zypp::ui::Selectable::setLicenceConfirmed | ( | bool | val_r = true | ) |
Set LicenceConfirmed bit.
Definition at line 205 of file Selectable.cc.
|
friend |
Definition at line 288 of file Selectable.cc.
|
friend |
Definition at line 291 of file Selectable.cc.
|
related |
Stream output
Definition at line 288 of file Selectable.cc.
|
related |
More verbose stream output
Definition at line 291 of file Selectable.cc.
|
private |
Pointer to implementation.
Definition at line 506 of file Selectable.h.