Planeshift
pepawsmanager.h
Go to the documentation of this file.
1 /*
2 * pepawsmanager.h
3 *
4 * Copyright (C) 2005 Atomic Blue (info@planeshift.it, http://www.atomicblue.org)
5 *
6 * Credits :
7 * Michael Cummings <cummings.michael@gmail.com>
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation (version 2
12 * of the License).
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 *
21 * Creation Date: 2/2/2005
22 * Description : specialized pawsmanager
23 *
24 */
25 #ifndef __PEPAWSMANAGER_H__
26 #define __PEPAWSMANAGER_H__
27 
28 #include "paws/pawsmanager.h"
29 
30 class pePawsManager : public PawsManager
31 {
32 public:
33  pePawsManager(iObjectRegistry* objectReg, const char* skin);
34  virtual ~pePawsManager(void);
35 
36  void ReloadStyles();
37 };
38 
39 #endif
iObjectRegistry * objectReg
The object registry.
Definition: pawsmanager.h:598
Main PlaneShift Window manager.
Definition: pawsmanager.h:82
virtual ~pePawsManager(void)
pePawsManager(iObjectRegistry *objectReg, const char *skin)
void ReloadStyles()