| | 331 | const Cursor& middlePanningCursor() |
|---|
| | 332 | { |
|---|
| | 333 | BalNotImplemented(); |
|---|
| | 334 | return pointerCursor(); |
|---|
| | 335 | } |
|---|
| | 336 | |
|---|
| | 337 | const Cursor& eastPanningCursor() |
|---|
| | 338 | { |
|---|
| | 339 | BalNotImplemented(); |
|---|
| | 340 | return pointerCursor(); |
|---|
| | 341 | } |
|---|
| | 342 | |
|---|
| | 343 | const Cursor& northPanningCursor() |
|---|
| | 344 | { |
|---|
| | 345 | BalNotImplemented(); |
|---|
| | 346 | return pointerCursor(); |
|---|
| | 347 | } |
|---|
| | 348 | |
|---|
| | 349 | const Cursor& northEastPanningCursor() |
|---|
| | 350 | { |
|---|
| | 351 | BalNotImplemented(); |
|---|
| | 352 | return pointerCursor(); |
|---|
| | 353 | } |
|---|
| | 354 | |
|---|
| | 355 | const Cursor& northWestPanningCursor() |
|---|
| | 356 | { |
|---|
| | 357 | BalNotImplemented(); |
|---|
| | 358 | return pointerCursor(); |
|---|
| | 359 | } |
|---|
| | 360 | |
|---|
| | 361 | const Cursor& southPanningCursor() |
|---|
| | 362 | { |
|---|
| | 363 | BalNotImplemented(); |
|---|
| | 364 | return pointerCursor(); |
|---|
| | 365 | } |
|---|
| | 366 | |
|---|
| | 367 | const Cursor& southEastPanningCursor() |
|---|
| | 368 | { |
|---|
| | 369 | BalNotImplemented(); |
|---|
| | 370 | return pointerCursor(); |
|---|
| | 371 | } |
|---|
| | 372 | |
|---|
| | 373 | const Cursor& southWestPanningCursor() |
|---|
| | 374 | { |
|---|
| | 375 | BalNotImplemented(); |
|---|
| | 376 | return pointerCursor(); |
|---|
| | 377 | } |
|---|
| | 378 | |
|---|
| | 379 | const Cursor& westPanningCursor() |
|---|
| | 380 | { |
|---|
| | 381 | BalNotImplemented(); |
|---|
| | 382 | return pointerCursor(); |
|---|
| | 383 | } |
|---|
| | 384 | |
|---|