summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmthreestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmthreestate.h')
-rw-r--r--kpovmodeler/pmthreestate.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/kpovmodeler/pmthreestate.h b/kpovmodeler/pmthreestate.h
new file mode 100644
index 00000000..7dd04cf6
--- /dev/null
+++ b/kpovmodeler/pmthreestate.h
@@ -0,0 +1,26 @@
+/*
+**************************************************************************
+ description
+ --------------------
+ copyright : (C) 2002 by Andreas Zehender
+ email : zehender@kde.org
+**************************************************************************
+
+**************************************************************************
+* *
+* This program is free software; you can redistribute it and/or modify *
+* it under the terms of the GNU General Public License as published by *
+* the Free Software Foundation; either version 2 of the License, or *
+* (at your option) any later version. *
+* *
+**************************************************************************/
+
+#ifndef PMTHREESTATE_H
+#define PMTHREESTATE_H
+
+/**
+ * Type for three state attributes: true, false, unspecified
+ */
+enum PMThreeState { PMTrue, PMFalse, PMUnspecified };
+
+#endif