LibreOffice Module chart2 (master) 1
|
Public Member Functions | |
TheModelRef (TheModel *pTheModel, ::osl::Mutex &rMutex) | |
TheModelRef (const TheModelRef &rTheModel, ::osl::Mutex &rMutex) | |
TheModelRef & | operator= (ChartController::TheModel *pTheModel) |
TheModelRef & | operator= (const TheModelRef &rTheModel) |
~TheModelRef () | |
bool | is () const |
TheModel * | operator-> () const |
Private Attributes | |
rtl::Reference< TheModel > | m_xTheModel |
::osl::Mutex & | m_rModelMutex |
Definition at line 371 of file ChartController.hxx.
chart::ChartController::TheModelRef::TheModelRef | ( | TheModel * | pTheModel, |
::osl::Mutex & | rMutex | ||
) |
chart::ChartController::TheModelRef::TheModelRef | ( | const TheModelRef & | rTheModel, |
::osl::Mutex & | rMutex | ||
) |
Definition at line 204 of file ChartController.cxx.
References m_rModelMutex, and m_xTheModel.
chart::ChartController::TheModelRef::~TheModelRef | ( | ) |
Definition at line 222 of file ChartController.cxx.
bool chart::ChartController::TheModelRef::is | ( | ) | const |
Definition at line 227 of file ChartController.cxx.
Referenced by chart::ChartController::attachModel(), chart::ChartController::dispose(), chart::ChartController::getChartModel(), chart::ChartController::impl_releaseThisModel(), chart::ChartController::modeChanged(), chart::ChartController::queryClosing(), and chart::ChartController::requestQuickHelp().
|
inline |
Definition at line 380 of file ChartController.hxx.
References m_xTheModel.
ChartController::TheModelRef & chart::ChartController::TheModelRef::operator= | ( | ChartController::TheModel * | pTheModel | ) |
Definition at line 210 of file ChartController.cxx.
ChartController::TheModelRef & chart::ChartController::TheModelRef::operator= | ( | const TheModelRef & | rTheModel | ) |
Definition at line 216 of file ChartController.cxx.
|
private |
Definition at line 383 of file ChartController.hxx.
Referenced by TheModelRef().
|
private |
Definition at line 382 of file ChartController.hxx.
Referenced by operator->(), and TheModelRef().