Content for OpenOffice.org version 3.3.
| PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
:: com :: sun :: star :: uno :: class ContextLayer
- Base Classes
- None.
- Known Derived Classes
- None.
| virtual |
abstract |
interface |
template |
| NO |
NO |
NO |
NO |
- Description
Objects of this class are used for applying a current context until they are destructed, i.e.
the ctor of this class saves the previous and sets the given context while the dtor restores
the previous one upon destruction.
- File
- current_context.hxx
Public Members
-
Methods
|
ContextLayer( const Reference< XCurrentContext > & xNewContext = Reference < XCurrentContext > ) throw( ); |
Constructor: Saves the previous context and sets the new (given) one.
|
~ContextLayer( ) throw( ); |
Destructor: restores the previous context.
|
Reference< XCurrentContext >
getPreviousContext( ) const throw( ); |
Gets the previously set context.
|
Top of Page
Copyright © 2009 Sun Microsystems, Inc.