lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 448b5fe 6/7: Add several enumerations for col


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 448b5fe 6/7: Add several enumerations for column styles
Date: Sat, 19 May 2018 12:54:41 -0400 (EDT)

branch: master
commit 448b5fe198bb5961b472784ba5caf831fc2ddcf7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add several enumerations for column styles
---
 oecumenic_enumerations.hpp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/oecumenic_enumerations.hpp b/oecumenic_enumerations.hpp
index 098ec79..84d24c1 100644
--- a/oecumenic_enumerations.hpp
+++ b/oecumenic_enumerations.hpp
@@ -34,6 +34,12 @@ enum oenum_alb_or_anb
     ,oe_age_nearest_birthday_ties_older
     };
 
+enum oenum_alignment_horizontal
+    {oe_left
+    ,oe_center
+    ,oe_right
+    };
+
 enum oenum_allocation_method
     {oe_input_allocation
     ,oe_override_allocation
@@ -44,6 +50,11 @@ enum oenum_asset_charge_type
     ,oe_asset_charge_load
     };
 
+enum oenum_elasticity
+    {oe_inelastic
+    ,oe_elastic
+    };
+
 enum oenum_format_style
     {oe_format_normal
     ,oe_format_percentage
@@ -104,6 +115,11 @@ enum oenum_smoking_or_tobacco
     ,oe_tobacco_nontobacco
     };
 
+enum oenum_visibility
+    {oe_shown
+    ,oe_hidden
+    };
+
 enum oenum_waiver_charge_method
     {oe_waiver_times_deductions
     ,oe_waiver_times_specamt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]