comparison libgui/graphics/Table.h @ 31644:9089bd969b37 stable

merge adjacent octave namespace blocks in libgui/graphics header files * BaseControl.h, ButtonControl.h, ButtonGroup.h, Canvas.h, CheckBoxControl.h, ContextMenu.h, EditControl.h, Figure.h, GLCanvas.h, ListBoxControl.h, Menu.h, Object.h, Panel.h, PopupMenuControl.h, PushButtonControl.h, PushTool.h, RadioButtonControl.h, SliderControl.h, Table.h, TextControl.h, ToggleButtonControl.h, ToggleTool.h, ToolBar.h, ToolBarButton.h, qt-graphics-toolkit.h: Merge adjacent octave namespace blocks.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 14:23:21 -0500
parents c8ad083a5802
children bd9da634f00d c6d54dd31a7e
comparison
equal deleted inserted replaced
31642:670f3f17c280 31644:9089bd969b37
34 34
35 namespace octave 35 namespace octave
36 { 36 {
37 class base_qobject; 37 class base_qobject;
38 class interpreter; 38 class interpreter;
39 }
40
41 namespace octave
42 {
43 39
44 class Container; 40 class Container;
45 41
46 class Table : public Object 42 class Table : public Object
47 { 43 {