///////////////////////////////////////////////////////////////////////////
| 32 | |
| 33 | //////////////////////////////////////////////////////////////////////////////// |
| 34 | ColumnUUID::ColumnUUID() { |
| 35 | _name = "uuid"; |
| 36 | _style = "long"; |
| 37 | _label = "UUID"; |
| 38 | _modifiable = false; |
| 39 | _styles = {"long", "short"}; |
| 40 | _examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"}; |
| 41 | } |
| 42 | |
| 43 | //////////////////////////////////////////////////////////////////////////////// |
| 44 | // Set the minimum and maximum widths for the value. |
nothing calls this directly
no outgoing calls
no test coverage detected