![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 118 of file CocoaUtils.h.
Public Member Functions | |
NSScopeGuard () | |
NSScopeGuard (NSObject *nsObject) | |
~NSScopeGuard () | |
DerivedType * | Get () const |
void | Reset (NSObject *object) |
NSObject * | Release () |
Private Member Functions | |
NSScopeGuard (const NSScopeGuard &rhs) | |
NSScopeGuard & | operator= (const NSScopeGuard &rhs) |
Private Attributes | |
NSObject * | fNSObject |
#include <CocoaUtils.h>
|
inline |
Definition at line 120 of file CocoaUtils.h.
|
inlineexplicit |
Definition at line 125 of file CocoaUtils.h.
|
inline |
Definition at line 129 of file CocoaUtils.h.
|
private |
|
inline |
Definition at line 136 of file CocoaUtils.h.
Referenced by ROOT::MacOSX::X11::EventTranslator::CancelPointerGrab, ROOT::MacOSX::X11::EventTranslator::CheckUnmappedView, and ROOT::MacOSX::X11::EventTranslator::SetPointerGrab.
|
private |
|
inline |
Definition at line 149 of file CocoaUtils.h.
|
inline |
Definition at line 141 of file CocoaUtils.h.
|
private |
Definition at line 156 of file CocoaUtils.h.
Referenced by ROOT::MacOSX::Util::NSScopeGuard< ROOTApplicationDelegate >::Get, ROOT::MacOSX::Util::NSScopeGuard< ROOTApplicationDelegate >::Release, ROOT::MacOSX::Util::NSScopeGuard< ROOTApplicationDelegate >::Reset, and ROOT::MacOSX::Util::NSScopeGuard< ROOTApplicationDelegate >::~NSScopeGuard.