~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/oxygen/oxygenpropertynames.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef oxygenpropertynames_h
 
2
#define oxygenpropertynames_h
 
3
 
 
4
//////////////////////////////////////////////////////////////////////////////
 
5
// oxygenpropertynames.h
 
6
// hard-coded property names to disable some of oxygen features
 
7
// -------------------
 
8
//
 
9
// Copyright (c) 2010 Hugo Pereira Da Costa <hugo@oxygen-icons.org>
 
10
//
 
11
// Largely inspired from skulpture widget style
 
12
// Copyright (c) 2007-2009 Christoph Feck <christoph@maxiom.de>
 
13
//
 
14
// Permission is hereby granted, free of charge, to any person obtaining a copy
 
15
// of this software and associated documentation files (the "Software"), to
 
16
// deal in the Software without restriction, including without limitation the
 
17
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 
18
// sell copies of the Software, and to permit persons to whom the Software is
 
19
// furnished to do so, subject to the following conditions:
 
20
//
 
21
// The above copyright notice and this permission notice shall be included in
 
22
// all copies or substantial portions of the Software.
 
23
//
 
24
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
25
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
26
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
27
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
28
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
29
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 
30
// IN THE SOFTWARE.
 
31
//////////////////////////////////////////////////////////////////////////////
 
32
 
 
33
namespace Oxygen
 
34
{
 
35
 
 
36
    struct PropertyNames
 
37
    {
 
38
 
 
39
        static const char* const noAnimations;
 
40
        static const char* const noWindowGrab;
 
41
 
 
42
    };
 
43
 
 
44
}
 
45
 
 
46
#endif