Classes | |
| class | control |
| Service exposing Columns UI control methods. More... | |
| class | global_variable |
| class | global_variable_list |
| class | titleformat_hook_global_variables |
Namespaces | |
| namespace | panels |
| Namespace containting standard Columns UI panel GUIDs. | |
| namespace | strings |
| Namespace containting Columns UI string GUIDs. | |
| namespace | toolbars |
| Namespace containting standard Columns UI toolbar GUIDs. | |
| namespace | visualisations |
| Namespace containting standard Columns UI visualisation GUIDs. | |
Typedefs | |
| typedef service_ptr_t< control > | control_ptr |
| Holds a pointer to the columns_ui::control service. | |
| typedef static_api_ptr_t< control > | static_control_ptr |
| Pointer to the columns_ui::control service, initialised in its constructor. | |
|
|
Pointer to the columns_ui::control service, initialised in its constructor. If you use the control service, you should make sure you handle the cases where the service is not available (no Columns UI installed / incompatible Columns UI installed) by handling the exceptions below.
|
1.4.6-NO