DrawController.hxx (67e470da) DrawController.hxx (65be1ea2)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 129 unchanged lines hidden (view full) ---

138 /** Call this method when the layer mode has changed.
139 */
140 void FireChangeLayerMode (bool bLayerMode) throw();
141
142 /** Call this method when there is a new current page.
143 */
144 void FireSwitchCurrentPage (SdPage* pCurrentPage) throw();
145
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 129 unchanged lines hidden (view full) ---

138 /** Call this method when the layer mode has changed.
139 */
140 void FireChangeLayerMode (bool bLayerMode) throw();
141
142 /** Call this method when there is a new current page.
143 */
144 void FireSwitchCurrentPage (SdPage* pCurrentPage) throw();
145
146 /** Broadcast a sidebar context change that is caused by a view
147 switch.
148 */
149 void BroadcastContextChange (void) const;
150
146 /** Return a pointer to the ViewShellBase object that the DrawController
147 is connected to.
148 @return
149 The returned pointer is <NULL/> after a call to
150 ReleaseViewShellBase().
151 */
152 ViewShellBase* GetViewShellBase (void);
153

--- 182 unchanged lines hidden ---
151 /** Return a pointer to the ViewShellBase object that the DrawController
152 is connected to.
153 @return
154 The returned pointer is <NULL/> after a call to
155 ReleaseViewShellBase().
156 */
157 ViewShellBase* GetViewShellBase (void);
158

--- 182 unchanged lines hidden ---