#include <filtask.hxx>
|
| MyProperty (const OUString &thePropertyName) |
|
| MyProperty (bool theIsNative, const OUString &thePropertyName, sal_Int32 theHandle, const css::uno::Type &theTyp, const css::uno::Any &theValue, const css::beans::PropertyState &theState, sal_Int16 theAttributes) |
|
const bool & | IsNative () const |
|
const OUString & | getPropertyName () const |
|
const sal_Int32 & | getHandle () const |
|
const css::uno::Type & | getType () const |
|
const css::uno::Any & | getValue () const |
|
const css::beans::PropertyState & | getState () const |
|
const sal_Int16 & | getAttributes () const |
|
void | setValue (css::uno::Any theValue) const |
|
void | setState (const css::beans::PropertyState &theState) const |
|
Definition at line 158 of file filtask.hxx.
◆ MyProperty() [1/2]
TaskManager::MyProperty::MyProperty |
( |
const OUString & |
thePropertyName | ) |
|
|
explicit |
◆ MyProperty() [2/2]
TaskManager::MyProperty::MyProperty |
( |
bool |
theIsNative, |
|
|
const OUString & |
thePropertyName, |
|
|
sal_Int32 |
theHandle, |
|
|
const css::uno::Type & |
theTyp, |
|
|
const css::uno::Any & |
theValue, |
|
|
const css::beans::PropertyState & |
theState, |
|
|
sal_Int16 |
theAttributes |
|
) |
| |
◆ getAttributes()
const sal_Int16 & TaskManager::MyProperty::getAttributes |
( |
| ) |
const |
|
inline |
◆ getHandle()
const sal_Int32 & TaskManager::MyProperty::getHandle |
( |
| ) |
const |
|
inline |
◆ getPropertyName()
const OUString & fileaccess::TaskManager::MyProperty::getPropertyName |
( |
| ) |
const |
|
inline |
◆ getState()
const css::beans::PropertyState & TaskManager::MyProperty::getState |
( |
| ) |
const |
|
inline |
◆ getType()
const css::uno::Type & TaskManager::MyProperty::getType |
( |
| ) |
const |
|
inline |
◆ getValue()
const css::uno::Any & TaskManager::MyProperty::getValue |
( |
| ) |
const |
|
inline |
◆ IsNative()
const bool & TaskManager::MyProperty::IsNative |
( |
| ) |
const |
|
inline |
◆ setState()
void TaskManager::MyProperty::setState |
( |
const css::beans::PropertyState & |
theState | ) |
const |
|
inline |
◆ setValue()
void TaskManager::MyProperty::setValue |
( |
css::uno::Any |
theValue | ) |
const |
|
inline |
◆ Attributes
sal_Int16 fileaccess::TaskManager::MyProperty::Attributes |
|
private |
◆ Handle
sal_Int32 fileaccess::TaskManager::MyProperty::Handle |
|
private |
◆ isNative
bool fileaccess::TaskManager::MyProperty::isNative |
|
private |
◆ PropertyName
OUString fileaccess::TaskManager::MyProperty::PropertyName |
|
private |
◆ State
css::beans::PropertyState fileaccess::TaskManager::MyProperty::State |
|
private |
◆ Typ
css::uno::Type fileaccess::TaskManager::MyProperty::Typ |
|
private |
◆ Value
css::uno::Any fileaccess::TaskManager::MyProperty::Value |
|
private |
The documentation for this class was generated from the following files: