///////////////////////////////////////////////////////////////////////////
| 40 | |
| 41 | //////////////////////////////////////////////////////////////////////////////// |
| 42 | ColumnProject::ColumnProject() { |
| 43 | _name = "project"; |
| 44 | _style = "full"; |
| 45 | _label = "Project"; |
| 46 | _styles = {"full", "parent", "indented"}; |
| 47 | _examples = {"home.garden", "home", " home.garden"}; |
| 48 | _hyphenate = Context::getContext().config.getBoolean("hyphenate"); |
| 49 | } |
| 50 | |
| 51 | //////////////////////////////////////////////////////////////////////////////// |
| 52 | // Set the minimum and maximum widths for the value. |
nothing calls this directly
no outgoing calls
no test coverage detected