Defines image background style.
More...
#include <cadex/View/BackgroundStyle.hxx>
|
| enum class | FillMethod { Centered
, Tiled
, Stretch
} |
| |
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
|
|
| ImageBackgroundStyle (const std::string &theImage, const FillMethod &theFillMethod=FillMethod::Centered) |
| |
| size_t | Id () const |
| | Return unique identifier of public object.
|
| |
|
internal::BaseObjectImpl * | Impl () const |
| |
|
bool | IsNull () const |
| |
|
| operator bool () const |
| |
|
template<typename T > |
| bool | IsOfType () const |
| |
| template<typename T > |
| T * | Impl () const |
| | Reserved for internal use.
|
| |
|
|
static bool | CompareType (const BaseObject &theObject) |
| |
|
|
| BackgroundStyle (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
Defines image background style.