]>
Commit | Line | Data |
---|---|---|
c0a66d92 RR |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: include/mac/carbon/databrow.h | |
3 | // Purpose: Classes and functions for the Carbon data browser | |
4 | // Author: | |
5 | // Modified by: | |
6 | // Created: 2007-05-18 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | #ifndef _WX_DATABROW_H_ | |
13 | #define _WX_DATABROW_H_ | |
14 | ||
15 | #include "wx/defs.h" | |
16 | ||
17 | #ifdef __DARWIN__ | |
18 | # include <Carbon/Carbon.h> | |
19 | #else | |
20 | # include <Debugging.h> | |
21 | # include <Appearance.h> | |
22 | # include <Controls.h> | |
23 | # include <ControlDefinitions.h> | |
24 | # include <LowMem.h> | |
25 | # include <Gestalt.h> | |
26 | # include <CoreServices.h> | |
27 | #endif | |
28 | ||
29 | #if UNIVERSAL_INTERFACES_VERSION < 0x0342 | |
30 | #error "please update to Apple's latest universal headers from http://developer.apple.com/sdk/" | |
31 | #endif | |
32 | ||
33 | #ifndef MAC_OS_X_VERSION_10_3 | |
34 | #define MAC_OS_X_VERSION_10_3 1030 | |
35 | #endif | |
36 | ||
37 | #ifndef MAC_OS_X_VERSION_10_4 | |
38 | #define MAC_OS_X_VERSION_10_4 1040 | |
39 | #endif | |
40 | ||
41 | #ifndef MAC_OS_X_VERSION_10_5 | |
42 | #define MAC_OS_X_VERSION_10_5 1050 | |
43 | #endif | |
44 | ||
45 | #ifdef __WXMAC_CARBON__ | |
46 | # include "wx/mac/corefoundation/cfstring.h" | |
47 | #endif | |
48 | ||
49 | #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 | |
50 | typedef UInt32 URefCon; | |
51 | typedef SInt32 SRefCon; | |
52 | #endif | |
53 | ||
54 | #if wxUSE_GUI | |
55 | ||
c0a66d92 RR |
56 | #include "wx/mac/private.h" |
57 | ||
58 | WX_DEFINE_ARRAY_SIZE_T(size_t,wxArrayDataBrowserItemID); | |
59 | ||
60 | // ============================================================================ | |
194027ac | 61 | // wxMacDataBrowserTableViewControl |
c0a66d92 RR |
62 | // ============================================================================ |
63 | // | |
194027ac RR |
64 | // this is a wrapper class for the Mac OS X data browser environment, |
65 | // it covers all general data brower functionality, | |
c0a66d92 RR |
66 | // |
67 | ||
68 | // data browser's property IDs have a reserved ID range from 0 - 1023 | |
69 | // therefore, the first usable property ID is 'kMinPropertyID' | |
70 | DataBrowserPropertyID const kMinPropertyID = 1024; | |
71 | ||
72 | class wxMacDataBrowserTableViewControl : public wxMacControl | |
73 | { | |
74 | public: | |
75 | // | |
76 | // constructors / destructor | |
77 | // | |
78 | wxMacDataBrowserTableViewControl(wxWindow* peer, const wxPoint& pos, const wxSize& size, long style); | |
79 | wxMacDataBrowserTableViewControl(void) | |
80 | { | |
81 | } | |
82 | ||
83 | // | |
84 | // callback handling | |
85 | // | |
86 | OSStatus SetCallbacks (DataBrowserCallbacks const* callbacks); | |
87 | OSStatus SetCustomCallbacks(DataBrowserCustomCallbacks const* customCallbacks); | |
88 | ||
89 | // | |
90 | // header handling | |
91 | // | |
92 | OSStatus GetHeaderDesc(DataBrowserPropertyID property, DataBrowserListViewHeaderDesc* desc) const; | |
93 | ||
94 | OSStatus SetHeaderDesc(DataBrowserPropertyID property, DataBrowserListViewHeaderDesc* desc); | |
95 | ||
96 | // | |
97 | // layout handling | |
98 | // | |
99 | OSStatus AutoSizeColumns(); | |
100 | ||
101 | OSStatus EnableCellSizeModification(bool enableHeight=true, bool enableWidth=true); // enables or disables the column width and row height modification (default: false) | |
102 | ||
103 | #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 | |
104 | OSStatus GetAttributes (OptionBits* attributes); | |
105 | #endif | |
106 | OSStatus GetColumnWidth (DataBrowserPropertyID column, UInt16 *width ) const; // returns the column width in pixels | |
107 | OSStatus GetDefaultColumnWidth(UInt16 *width ) const; // returns the default column width in pixels | |
108 | OSStatus GetDefaultRowHeight (UInt16 * height ) const; | |
109 | OSStatus GetHeaderButtonHeight(UInt16 *height ); | |
110 | OSStatus GetRowHeight (DataBrowserItemID item , UInt16 *height) const; | |
111 | OSStatus GetScrollPosition (UInt32* top, UInt32 *left) const; | |
112 | ||
113 | #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 | |
114 | OSStatus SetAttributes (OptionBits attributes); | |
115 | #endif | |
116 | OSStatus SetColumnWidth(DataBrowserPropertyID column, UInt16 width); // sets the column width in pixels | |
117 | OSStatus SetDefaultColumnWidth( UInt16 width ); | |
118 | OSStatus SetDefaultRowHeight( UInt16 height ); | |
119 | OSStatus SetHasScrollBars( bool horiz, bool vert ); | |
120 | OSStatus SetHeaderButtonHeight( UInt16 height ); | |
121 | OSStatus SetHiliteStyle( DataBrowserTableViewHiliteStyle hiliteStyle ); | |
122 | OSStatus SetRowHeight( DataBrowserItemID item , UInt16 height); | |
123 | OSStatus SetScrollPosition( UInt32 top , UInt32 left ); | |
124 | ||
125 | // | |
126 | // column handling | |
127 | // | |
128 | OSStatus GetColumnCount (UInt32* numColumns) const; | |
194027ac RR |
129 | OSStatus GetColumnIndex (DataBrowserPropertyID propertyID, DataBrowserTableViewColumnIndex* index) const; // returns for the passed property the corresponding column index |
130 | OSStatus GetFreePropertyID(DataBrowserPropertyID* propertyID) const; // this method returns a property id that is valid and currently not used; if it cannot be found 'errDataBrowerPropertyNotSupported' is returned | |
c0a66d92 | 131 | OSStatus GetPropertyFlags (DataBrowserPropertyID propertyID, DataBrowserPropertyFlags *flags ) const; |
194027ac | 132 | OSStatus GetPropertyID (DataBrowserTableViewColumnIndex index, DataBrowserTableViewColumnID* propertyId); // returns for the passed column index the corresponding property ID |
c0a66d92 RR |
133 | |
134 | OSStatus IsUsedPropertyID(DataBrowserPropertyID propertyID) const; // checks if passed property id is used by the control; no error is returned if the id exists | |
135 | ||
194027ac | 136 | OSStatus RemoveColumn(DataBrowserTableViewColumnIndex index); |
c0a66d92 | 137 | |
194027ac RR |
138 | OSStatus SetColumnIndex (DataBrowserPropertyID propertyID, DataBrowserTableViewColumnIndex index); |
139 | OSStatus SetDisclosureColumn(DataBrowserPropertyID propertyID, Boolean expandableRows=true); | |
140 | OSStatus SetPropertyFlags (DataBrowserPropertyID propertyID, DataBrowserPropertyFlags flags); | |
c0a66d92 RR |
141 | |
142 | // | |
143 | // item handling | |
144 | // | |
145 | OSStatus AddItem(DataBrowserItemID container, DataBrowserItemID const* itemID) // adds a single item | |
146 | { | |
147 | return this->AddItems(container,1,itemID,kDataBrowserItemNoProperty); | |
148 | } | |
149 | OSStatus AddItems(DataBrowserItemID container, UInt32 numItems, DataBrowserItemID const* items, DataBrowserPropertyID preSortProperty); // adds items to the data browser | |
150 | ||
151 | OSStatus GetFreeItemID(DataBrowserItemID* id) const; // this method returns an item id that is valid and currently not used; if it cannot be found 'errDataBrowserItemNotAdded' is returned | |
152 | OSStatus GetItemCount (ItemCount* numItems) const | |
153 | { | |
154 | return this->GetItemCount(kDataBrowserNoItem,true,kDataBrowserItemAnyState,numItems); | |
155 | } | |
156 | OSStatus GetItemCount (DataBrowserItemID container, Boolean recurse, DataBrowserItemState state, ItemCount* numItems) const; | |
157 | OSStatus GetItemID (DataBrowserTableViewRowIndex row, DataBrowserItemID * item) const; | |
158 | OSStatus GetItems (DataBrowserItemID container, Boolean recurse, DataBrowserItemState state, Handle items) const; | |
159 | OSStatus GetItemRow (DataBrowserItemID item, DataBrowserTableViewRowIndex* row) const; | |
160 | ||
161 | OSStatus IsUsedItemID(DataBrowserItemID itemID) const; // checks if the passed id is in use | |
162 | ||
163 | OSStatus RevealItem(DataBrowserItemID item, DataBrowserPropertyID propertyID, DataBrowserRevealOptions options) const; | |
164 | ||
165 | OSStatus RemoveItem(DataBrowserItemID container, DataBrowserItemID const* itemID) // removes a single item | |
166 | { | |
167 | return this->RemoveItems(container,1,itemID,kDataBrowserItemNoProperty); | |
168 | } | |
169 | OSStatus RemoveItems(void) // removes all items | |
170 | { | |
171 | return this->RemoveItems(kDataBrowserNoItem,0,NULL,kDataBrowserItemNoProperty); | |
172 | } | |
173 | OSStatus RemoveItems(DataBrowserItemID container, UInt32 numItems, DataBrowserItemID const* items, DataBrowserPropertyID preSortProperty); | |
174 | ||
175 | OSStatus UpdateItems(void) // updates all items | |
176 | { | |
177 | return this->UpdateItems(kDataBrowserNoItem,0,NULL,kDataBrowserItemNoProperty,kDataBrowserNoItem); | |
178 | } | |
179 | OSStatus UpdateItems(DataBrowserItemID const* item) // updates all columns of item | |
180 | { | |
181 | return this->UpdateItems(kDataBrowserNoItem,1,item,kDataBrowserItemNoProperty,kDataBrowserNoItem); | |
182 | } | |
183 | OSStatus UpdateItems(DataBrowserItemID container, UInt32 numItems, DataBrowserItemID const* items, DataBrowserPropertyID preSortProperty, DataBrowserPropertyID propertyID) const; | |
184 | ||
185 | // | |
186 | // item selection | |
187 | // | |
188 | size_t GetSelectedItemIDs(wxArrayDataBrowserItemID& itemIDs) const; // returns the number of selected item and the item IDs in the array | |
189 | OSStatus GetSelectionAnchor(DataBrowserItemID *first, DataBrowserItemID *last) const; | |
190 | OSStatus GetSelectionFlags (DataBrowserSelectionFlags* flags) const; | |
191 | ||
192 | bool IsItemSelected(DataBrowserItemID item) const; | |
193 | ||
194 | OSStatus SetSelectionFlags(DataBrowserSelectionFlags flags); | |
195 | OSStatus SetSelectedItems (UInt32 numItems, DataBrowserItemID const* itemIDs, DataBrowserSetOption operation); | |
196 | ||
197 | // | |
198 | // item sorting | |
199 | // | |
200 | OSStatus GetSortOrder (DataBrowserSortOrder* order) const; | |
194027ac | 201 | OSStatus GetSortProperty(DataBrowserPropertyID* propertyID) const; |
c0a66d92 RR |
202 | |
203 | OSStatus SetSortOrder (DataBrowserSortOrder order); | |
194027ac | 204 | OSStatus SetSortProperty(DataBrowserPropertyID propertyID); |
c0a66d92 RR |
205 | |
206 | protected : | |
207 | // | |
208 | // callback functions | |
209 | // | |
210 | static pascal Boolean DataBrowserCompareProc (ControlRef browser, DataBrowserItemID itemOneID, DataBrowserItemID itemTwoID, DataBrowserPropertyID sortProperty); | |
211 | static pascal void DataBrowserDrawItemProc (ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState state, Rect const* rectangle, SInt16 bitDepth, Boolean colorDevice); | |
212 | static pascal OSStatus DataBrowserGetSetItemDataProc (ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemDataRef itemData, Boolean getValue); | |
213 | static pascal void DataBrowserItemNotificationProc(ControlRef browser, DataBrowserItemID itemID, DataBrowserItemNotification message, DataBrowserItemDataRef itemData); | |
214 | ||
215 | virtual Boolean DataBrowserCompareProc (DataBrowserItemID itemOneID, DataBrowserItemID itemTwoID, DataBrowserPropertyID sortProperty) = 0; | |
216 | virtual void DataBrowserDrawItemProc (DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState state, Rect const* rectangle, SInt16 bitDepth, Boolean colorDevice) = 0; | |
217 | virtual OSStatus DataBrowserGetSetItemDataProc (DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemDataRef itemData, Boolean getValue) = 0; | |
218 | virtual void DataBrowserItemNotificationProc(DataBrowserItemID itemID, DataBrowserItemNotification message, DataBrowserItemDataRef itemData) = 0; | |
219 | private: | |
220 | // | |
221 | // wxWidget internal stuff | |
222 | // | |
223 | DECLARE_ABSTRACT_CLASS(wxMacDataBrowserTableViewControl) | |
224 | }; | |
225 | ||
226 | // ============================================================================ | |
194027ac | 227 | // wxMacDataBrowserListViewControl |
c0a66d92 RR |
228 | // ============================================================================ |
229 | // | |
194027ac RR |
230 | // this class is a wrapper for a list view which incorporates all general |
231 | // data browser functionality of the inherited table view control class; | |
232 | // the term list view is in this case Mac OS X specific and is not related | |
233 | // to any wxWidget naming conventions | |
234 | // | |
c0a66d92 RR |
235 | class wxMacDataBrowserListViewControl : public wxMacDataBrowserTableViewControl |
236 | { | |
237 | public: | |
238 | // | |
239 | // constructors / destructor | |
240 | // | |
241 | wxMacDataBrowserListViewControl(wxWindow* peer, wxPoint const& pos, wxSize const& size, long style) : wxMacDataBrowserTableViewControl(peer,pos,size,style) | |
242 | { | |
243 | } | |
244 | ||
245 | // | |
246 | // column handling | |
247 | // | |
248 | OSStatus AddColumn(DataBrowserListViewColumnDesc *columnDesc, DataBrowserTableViewColumnIndex position); | |
249 | ||
250 | protected: | |
251 | private: | |
252 | }; | |
253 | ||
254 | ||
255 | // ============================================================================ | |
194027ac | 256 | // wxMacDataViewDataBrowserListViewControl |
c0a66d92 RR |
257 | // ============================================================================ |
258 | // | |
194027ac RR |
259 | // internal interface class between wxDataViewCtrl (wxWidget) and the data |
260 | // browser (Mac OS X) | |
c0a66d92 | 261 | // |
c0a66d92 RR |
262 | class wxMacDataViewDataBrowserListViewControl : public wxMacDataBrowserListViewControl |
263 | { | |
264 | public: | |
265 | // | |
266 | // constructors / destructor | |
c0a66d92 | 267 | // |
194027ac | 268 | wxMacDataViewDataBrowserListViewControl(wxWindow* peer, wxPoint const& pos, wxSize const& size, long style); |
c0a66d92 RR |
269 | |
270 | protected: | |
271 | // | |
272 | // callback functions (inherited from wxMacDataBrowserTableViewControl) | |
273 | // | |
274 | virtual Boolean DataBrowserCompareProc (DataBrowserItemID itemOneID, DataBrowserItemID itemTwoID, DataBrowserPropertyID sortProperty); | |
275 | virtual void DataBrowserDrawItemProc (DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState state, Rect const* rectangle, SInt16 bitDepth, Boolean colorDevice); | |
276 | virtual void DataBrowserItemNotificationProc(DataBrowserItemID itemID, DataBrowserItemNotification message, DataBrowserItemDataRef itemData); | |
277 | virtual OSStatus DataBrowserGetSetItemDataProc (DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemDataRef itemData, Boolean getValue); | |
278 | ||
279 | private: | |
c0a66d92 RR |
280 | }; |
281 | ||
282 | typedef wxMacDataViewDataBrowserListViewControl* wxMacDataViewDataBrowserListViewControlPointer; | |
283 | ||
284 | ||
285 | #endif // WX_GUI | |
286 | ||
287 | #endif // _WX_DATABROW_H_ |