~ubuntu-branches/ubuntu/oneiric/codeblocks/oneiric

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/properties/wxsproperties.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** \file wxsproperties.h
 
2
 *
 
3
 * This file includes all files needed for operating on properties, including
 
4
 * all standard properties and all extended ones
 
5
 */
 
6
 
 
7
// Main files
 
8
#include "wxsproperty.h"
 
9
#include "wxspropertycontainer.h"
 
10
#include "wxspropertygridmanager.h"
 
11
#include "wxspropertystream.h"
 
12
#include "wxsquickpropspanel.h"
 
13
 
 
14
// Base properties
 
15
#include "wxsarraystringproperty.h"
 
16
#include "wxsboolproperty.h"
 
17
#include "wxscustomeditorproperty.h"
 
18
#include "wxsemptyproperty.h"
 
19
#include "wxsenumproperty.h"
 
20
#include "wxsflagsproperty.h"
 
21
#include "wxslongproperty.h"
 
22
#include "wxsstringproperty.h"