Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

winbookmarks.h

Go to the documentation of this file.
00001 // winbookmarks.h
00002 // 
00003 // Copyright (C) 2002, Chris Laurel <claurel@shatters.net>
00004 //
00005 // Miscellaneous utilities for Locations UI implementation.
00006 //
00007 // This program is free software; you can redistribute it and/or
00008 // modify it under the terms of the GNU General Public License
00009 // as published by the Free Software Foundation; either version 2
00010 // of the License, or (at your option) any later version.
00011 
00012 #ifndef _CELESTIA_WINBOOKMARKS_H_
00013 #define _CELESTIA_WINBOOKMARKS_H_
00014 
00015 
00016 #include <windows.h>
00017 #include <commctrl.h>
00018 #include "favorites.h"
00019 #include "celestiacore.h"
00020 #include "odmenu.h"
00021 
00022 void BuildFavoritesMenu(HMENU, CelestiaCore*, HINSTANCE, ODMenu*);
00023 HTREEITEM PopulateBookmarkFolders(HWND, CelestiaCore*, HINSTANCE);
00024 HTREEITEM PopulateBookmarksTree(HWND, CelestiaCore*, HINSTANCE);
00025 void AddNewBookmarkFolderInTree(HWND, CelestiaCore*, char*);
00026 void SyncTreeFoldersWithFavoriteFolders(HWND, CelestiaCore*);
00027 void InsertBookmarkInFavorites(HWND, char*, CelestiaCore*);
00028 void DeleteBookmarkFromFavorites(HWND, CelestiaCore*);
00029 void RenameBookmarkInFavorites(HWND, char*, CelestiaCore*);
00030 void MoveBookmarkInFavorites(HWND, CelestiaCore*);
00031 bool isOrganizeBookmarksDragDropActive();
00032 void OrganizeBookmarksOnBeginDrag(HWND, LPNMTREEVIEW);
00033 void OrganizeBookmarksOnMouseMove(HWND, LONG, LONG);
00034 void OrganizeBookmarksOnLButtonUp(HWND);
00035 void DragDropAutoScroll(HWND);
00036 //HTREEITEM GetTreeViewItemHandle(HWND, char*, HTREEITEM);
00037 
00038 #endif // _CELESTIA_WINBOOKMARKS_H_

Generated on Sat Jan 14 22:30:31 2006 for Celestia by  doxygen 1.4.1