Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: ui/views/controls/tree/tree_view.h

Issue 8687031: views: Move the remaining files to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/views/controls/throbber.cc ('k') | ui/views/examples/double_split_view_example.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_ 5 #ifndef UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_
6 #define UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_ 6 #define UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <windows.h> 9 #include <windows.h>
10 #include <commctrl.h> 10 #include <commctrl.h>
11 11
12 #include <map> 12 #include <map>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/compiler_specific.h" 15 #include "base/compiler_specific.h"
16 #include "ui/base/keycodes/keyboard_codes.h" 16 #include "ui/base/keycodes/keyboard_codes.h"
17 #include "ui/base/models/tree_model.h" 17 #include "ui/base/models/tree_model.h"
18 #include "views/controls/native_control.h" 18 #include "ui/views/controls/native_control.h"
19 19
20 namespace views { 20 namespace views {
21 21
22 class TreeView; 22 class TreeView;
23 23
24 // TreeViewController --------------------------------------------------------- 24 // TreeViewController ---------------------------------------------------------
25 25
26 // Controller for the treeview. 26 // Controller for the treeview.
27 class TreeViewController { 27 class TreeViewController {
28 public: 28 public:
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 bool has_custom_icons_; 333 bool has_custom_icons_;
334 334
335 HIMAGELIST image_list_; 335 HIMAGELIST image_list_;
336 336
337 DISALLOW_COPY_AND_ASSIGN(TreeView); 337 DISALLOW_COPY_AND_ASSIGN(TreeView);
338 }; 338 };
339 339
340 } // namespace views 340 } // namespace views
341 341
342 #endif // UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_ 342 #endif // UI_VIEWS_CONTROLS_TREE_TREE_VIEW_H_
OLDNEW
« no previous file with comments | « ui/views/controls/throbber.cc ('k') | ui/views/examples/double_split_view_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698