This file is indexed.

/usr/share/doc/libsoqt-dev-common/html/classSoQtFullViewer.html is in libsoqt-dev-common 1.5.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SoQtFullViewer Class Reference</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head><body><table width="100%">
<tr>
  <td>
    <img src="Coin_logo.png" alt="Coin Logo">
  </td>
  <td align="right">
    <a href="http://www.sim.no">http://www.sim.no</a><br>
    <a href="http://www.coin3d.org/">http://www.coin3d.org</a>
  </td>
</tr>
</table>
<hr noshade>
<!-- Generated by Doxygen 1.7.6.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">SoQtFullViewer Class Reference<div class="ingroups"><a class="el" href="group__components.html">Qt Components</a> &#124; <a class="el" href="group__viewers.html">Qt Viewer Components</a></div></div>  </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="SoQtFullViewer" --><!-- doxytag: inherits="SoQtViewer" -->
<p>The <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a> class adds some user interface components to the viewer canvas.The <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a> is an abstract viewer class which extends it's superclass (the basic <a class="el" href="classSoQtViewer.html" title="The SoQtViewer class is the top level base viewer class.This is an abstract class, which adds the following features to it&#39;s SoQtRenderArea superclass: convenient methods for camera handling, an automatic headlight configuration.">SoQtViewer</a> class) with two major user interface additions:  
 <a href="classSoQtFullViewer.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="SoQtFullViewer_8h_source.html">Inventor/Qt/viewers/SoQtFullViewer.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for SoQtFullViewer:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classSoQtFullViewer.png" usemap="#SoQtFullViewer_map" alt=""/>
  <map id="SoQtFullViewer_map" name="SoQtFullViewer_map">
<area href="classSoQtViewer.html" title="The SoQtViewer class is the top level base viewer class.This is an abstract class, which adds the following features to it&#39;s SoQtRenderArea superclass: convenient methods for camera handling, an automatic headlight configuration." alt="SoQtViewer" shape="rect" coords="158,224,306,248"/>
<area href="classSoQtRenderArea.html" title="The SoQtRenderArea class adds scenegraph handling and event management.The SoQtRenderArea class is a ..." alt="SoQtRenderArea" shape="rect" coords="158,168,306,192"/>
<area href="classSoQtGLWidget.html" title="The SoQtGLWidget class manages OpenGL contexts.This is the basic, abstract component class which sets..." alt="SoQtGLWidget" shape="rect" coords="158,112,306,136"/>
<area href="classSoQtComponent.html" title="The SoQtComponent class is the base class for all GUI components." alt="SoQtComponent" shape="rect" coords="158,56,306,80"/>
<area href="classSoQtObject.html" title="The SoQtObject class is the common superclass for all SoQt component classes.The purpose of making th..." alt="SoQtObject" shape="rect" coords="158,0,306,24"/>
<area href="classSoQtConstrainedViewer.html" title="The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint..." alt="SoQtConstrainedViewer" shape="rect" coords="0,336,148,360"/>
<area href="classSoQtExaminerViewer.html" title="The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ..." alt="SoQtExaminerViewer" shape="rect" coords="158,336,306,360"/>
<area href="classSoQtPlaneViewer.html" title="The SoQtPlaneViewer class is for examining 3D models by moving the camera in orthogonal planes..." alt="SoQtPlaneViewer" shape="rect" coords="316,336,464,360"/>
<area href="classSoQtFlyViewer.html" title="The SoQtFlyViewer class implements controls for moving the camera in a &quot;flying&quot; motion.Controls:" alt="SoQtFlyViewer" shape="rect" coords="0,392,148,416"/>
</map>
 </div></div>

<p><a href="classSoQtFullViewer-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5">BuildFlag</a> { <a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5abe7a187fd6ff0ea947c0459d29725437">BUILD_NONE</a> =  0x00, 
<a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ac4062fe2e47a04655adc0c85f4beba15">BUILD_DECORATION</a> =  0x01, 
<a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ab9bbaa96ceebd6c36aef69fbcc48aee9">BUILD_POPUP</a> =  0x02, 
<a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ab782f50852b695adfc19f6d7dd569d7c">BUILD_ALL</a> =  (BUILD_DECORATION | BUILD_POPUP)
 }</td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a53f68e816906624bc49eb8aa8d24041f">setDecoration</a> (const SbBool on)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">SbBool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ad98c3dfd1e9da2a55b8db5b9ded427a1">isDecoration</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ac4499db0760907817765743b6a18300c">setPopupMenuEnabled</a> (const SbBool on)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">SbBool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">isPopupMenuEnabled</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton</a> (QWidget *newButton)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton</a> (QWidget *newButton, int index)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">removeAppPushButton</a> (QWidget *oldButton)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#abc8d33466121d7b0c3e7b03bbe1ce788">findAppPushButton</a> (QWidget *oldButton) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a8bfcddeffce43711ace5220efb08c955">lengthAppPushButton</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ade96dce9bc6010ec04e81eac594beed8">getRenderAreaWidget</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a0439d8c5a8da6f8633e0c5ce8543d424">setViewing</a> (SbBool on)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a5bba927317116a620e7d04ef3ab6be0e">setComponentCursor</a> (const <a class="el" href="classSoQtCursor.html">SoQtCursor</a> &amp;cursor)</td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer</a> (QWidget *parent, const char *name, SbBool embed, <a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5">BuildFlag</a> flag, <a class="el" href="classSoQtViewer.html#a32efa227cb447fa61252864bf83bf7cc">Type</a> type, SbBool build)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">~SoQtFullViewer</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aa03f21857ea5eb51601ad7f1983f502e">sizeChanged</a> (const SbVec2s &amp;size)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">buildWidget</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">buildLeftTrim</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">buildRightTrim</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a418a014088f6b9afc877be28e7ed3815">buildAppButtons</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aefd590490a156a92cc49fa3b3ac005ec">buildViewerButtons</a> (QWidget *parent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">createViewerButtons</a> (QWidget *parent, SbPList *buttonlist)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a50d374227b3db1ab4063428163c3fe4d">buildPopupMenu</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aac76d7ed4b81ba90ce4d60639572859e">setPopupMenuString</a> (const char *title)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">openPopupMenu</a> (const SbVec2s position)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">leftWheelMotion</a> (float)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ad19ed15719a9be4164bb22e4f464a01b">leftWheelFinish</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ae1cd236b4f746b3d34a24f8a8b34c216">getLeftWheelValue</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a39c1af87aebcef23a931de8d1ed6151b">setLeftWheelValue</a> (const float value)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">bottomWheelMotion</a> (float)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a3c77849cb669078dba1a9322d6ddd015">bottomWheelFinish</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#afa86474e8d0b7972a6ce2ad83ebd1bac">getBottomWheelValue</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a3e6fd677f3a8318d9f7ad69eb7ad6f4e">setBottomWheelValue</a> (const float value)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">rightWheelMotion</a> (float)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a9639b5f45868cbf259a6fc2e19c6bb59">rightWheelFinish</a> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a5c0d39d2de1dfbef3a10e5aba7fbc210">getRightWheelValue</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a79231bb0558c8b7b13f51698b4718fb4">setRightWheelValue</a> (const float value)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ad8e037a9697ecdbabd4d87a73bbcff7a">setLeftWheelString</a> (const char *const name)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#ad0115b60c545603d4fdd6f2af73d2964">getLeftWheelLabelWidget</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a9f411a0ee8cdcdff340a7c34c9929a7d">setBottomWheelString</a> (const char *const name)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a14cdfa44d52f55f93eb8f4eaae1695ec">getBottomWheelLabelWidget</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a97f96afce005073c09992904d3b1e6ea">setRightWheelString</a> (const char *const name)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="add5a830cc0c8543f71b4fb2f1d2488ed"></a><!-- doxytag: member="SoQtFullViewer::getRightWheelString" ref="add5a830cc0c8543f71b4fb2f1d2488ed" args="() const " -->
const char *&#160;</td><td class="memItemRight" valign="bottom"><b>getRightWheelString</b> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a2534852d0476ea4245a8fc68b92ee87f">getRightWheelLabelWidget</a> (void) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual SbBool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#aa950b900676529e2581d5a2fde46c9bc">processSoEvent</a> (const SoEvent *const event)</td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a1ff2e4c9f9aeab8420ea3f50e6e8793d">leftWheel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a6a00174033f2853c76fd68ede6ead7ad">rightWheel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a81f020d09e3cc3350204919e8b9dcc1d">bottomWheel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a6072157305a16a6690fede875c5578e9">leftDecoration</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a59cd4e65df58e464fc468df33e87ee03">rightDecoration</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a4c5b71c80b6ec6be7c80cb1cfcd4482f">bottomDecoration</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">leftWheelLabel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">leftWheelStr</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">rightWheelLabel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">rightWheelStr</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QWidget *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">bottomWheelLabel</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">bottomWheelStr</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">SoQtPopupMenu *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a></td></tr>
<tr><td colspan="2"><h2><a name="friends"></a>
Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab8318b1e2a8307b29ebd61072eeb43b0"></a><!-- doxytag: member="SoQtFullViewer::SoGuiFullViewerP" ref="ab8318b1e2a8307b29ebd61072eeb43b0" args="" -->
class&#160;</td><td class="memItemRight" valign="bottom"><b>SoGuiFullViewerP</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6c63a5521e4cbccaa90e47238300e083"></a><!-- doxytag: member="SoQtFullViewer::SoQtFullViewerP" ref="a6c63a5521e4cbccaa90e47238300e083" args="" -->
class&#160;</td><td class="memItemRight" valign="bottom"><b>SoQtFullViewerP</b></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a> class adds some user interface components to the viewer canvas.</p>
<p>The <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a> is an abstract viewer class which extends it's superclass (the basic <a class="el" href="classSoQtViewer.html" title="The SoQtViewer class is the top level base viewer class.This is an abstract class, which adds the following features to it&#39;s SoQtRenderArea superclass: convenient methods for camera handling, an automatic headlight configuration.">SoQtViewer</a> class) with two major user interface additions: </p>
<ul>
<li>
<p class="startli">decorations around the render canvas, with buttons and thumbwheels to control camera interaction and various other aspects of model / scene viewing</p>
<p class="endli"></p>
</li>
<li>
<p class="startli">a popup menu, invoked with the right mouse button, which controls yet more aspects of the rendering and the viewer</p>
<p class="endli"></p>
</li>
</ul>
<p>The user interface features listed above are the common parts of the user interfaces of the <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a>'s non-abstract subclasses.</p>
<p>For "real" application programs, the viewers / components from this class onwards and further down in the inheritance hierarchy is usually not all that interesting, as they enforces too much extra user interface cruft not compatible with the look and feel of the other parts of the application user interface. So most "real" applications will use either the <a class="el" href="classSoQtViewer.html" title="The SoQtViewer class is the top level base viewer class.This is an abstract class, which adds the following features to it&#39;s SoQtRenderArea superclass: convenient methods for camera handling, an automatic headlight configuration.">SoQtViewer</a> or the <a class="el" href="classSoQtRenderArea.html" title="The SoQtRenderArea class adds scenegraph handling and event management.The SoQtRenderArea class is a ...">SoQtRenderArea</a> as their base-level component, and then inherit one of these down into one's own "proper" viewer classes.</p>
<p>The non-abstract subclasses of the <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a> class are viewer components often used as a test-bed for prototyping / rapid application development when doing quick testing of scenes, stand-alone 3D-models, animation techniques, etc etc.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtConstrainedViewer.html" title="The SoQtConstrainedViewer class is the superclass for viewers with constrains on the viewpoint...">SoQtConstrainedViewer</a>, <a class="el" href="classSoQtExaminerViewer.html" title="The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...">SoQtExaminerViewer</a>, <a class="el" href="classSoQtPlaneViewer.html" title="The SoQtPlaneViewer class is for examining 3D models by moving the camera in orthogonal planes...">SoQtPlaneViewer</a> </dd></dl>
</div><hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="ab75195022820260aceb261253f549fb5"></a><!-- doxytag: member="SoQtFullViewer::BuildFlag" ref="ab75195022820260aceb261253f549fb5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5">SoQtFullViewer::BuildFlag</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Valid values for the constructor argument that decides how much of the user interface features to set up. The enum values are bitflags that can be OR'ed together. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="ab75195022820260aceb261253f549fb5abe7a187fd6ff0ea947c0459d29725437"></a><!-- doxytag: member="BUILD_NONE" ref="ab75195022820260aceb261253f549fb5abe7a187fd6ff0ea947c0459d29725437" args="" -->BUILD_NONE</em>&nbsp;</td><td>
<p>Do not add any of the user interface components. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ab75195022820260aceb261253f549fb5ac4062fe2e47a04655adc0c85f4beba15"></a><!-- doxytag: member="BUILD_DECORATION" ref="ab75195022820260aceb261253f549fb5ac4062fe2e47a04655adc0c85f4beba15" args="" -->BUILD_DECORATION</em>&nbsp;</td><td>
<p>Only build and set up the decorations around the OpenGL canvas. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ab75195022820260aceb261253f549fb5ab9bbaa96ceebd6c36aef69fbcc48aee9"></a><!-- doxytag: member="BUILD_POPUP" ref="ab75195022820260aceb261253f549fb5ab9bbaa96ceebd6c36aef69fbcc48aee9" args="" -->BUILD_POPUP</em>&nbsp;</td><td>
<p>Only build the popup menu. (Activated with the right mousebutton.) </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ab75195022820260aceb261253f549fb5ab782f50852b695adfc19f6d7dd569d7c"></a><!-- doxytag: member="BUILD_ALL" ref="ab75195022820260aceb261253f549fb5ab782f50852b695adfc19f6d7dd569d7c" args="" -->BUILD_ALL</em>&nbsp;</td><td>
<p>Build all user interface components of the <a class="el" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a>. </p>
</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="af71f274ecbcf0fecd9a083dce9714c8f"></a><!-- doxytag: member="SoQtFullViewer::SoQtFullViewer" ref="af71f274ecbcf0fecd9a083dce9714c8f" args="(QWidget *parent, const char *name, SbBool embed, BuildFlag flag, Type type, SbBool build)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer::SoQtFullViewer</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">SbBool&#160;</td>
          <td class="paramname"><em>embed</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5">SoQtFullViewer::BuildFlag</a>&#160;</td>
          <td class="paramname"><em>buildFlag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSoQtViewer.html#a32efa227cb447fa61252864bf83bf7cc">SoQtViewer::Type</a>&#160;</td>
          <td class="paramname"><em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">SbBool&#160;</td>
          <td class="paramname"><em>build</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Constructor. See parent class for explanation of arguments.</p>
<p>Subclasses will probably usually call with the <em>buildNow</em> flag set to <code>FALSE</code> to be able to do delayed building of the OpenGL canvas after other setup tasks has been performed. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a4c5b71c80b6ec6be7c80cb1cfcd4482f">bottomDecoration</a>, <a class="el" href="classSoQtFullViewer.html#a81f020d09e3cc3350204919e8b9dcc1d">bottomWheel</a>, <a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">bottomWheelLabel</a>, <a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">bottomWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a>, <a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ac4062fe2e47a04655adc0c85f4beba15">BUILD_DECORATION</a>, <a class="el" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ab9bbaa96ceebd6c36aef69fbcc48aee9">BUILD_POPUP</a>, <a class="el" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">buildWidget()</a>, <a class="el" href="classSoQtComponent.html#a85cf1a42d2e7b6395f0717d1c5fc2c3f">SoQtComponent::getParentWidget()</a>, <a class="el" href="classSoQtFullViewer.html#a6072157305a16a6690fede875c5578e9">leftDecoration</a>, <a class="el" href="classSoQtFullViewer.html#a1ff2e4c9f9aeab8420ea3f50e6e8793d">leftWheel</a>, <a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">leftWheelLabel</a>, <a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">leftWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a>, <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a>, <a class="el" href="classSoQtFullViewer.html#a59cd4e65df58e464fc468df33e87ee03">rightDecoration</a>, <a class="el" href="classSoQtFullViewer.html#a6a00174033f2853c76fd68ede6ead7ad">rightWheel</a>, <a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">rightWheelLabel</a>, <a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">rightWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a>, <a class="el" href="classSoQtComponent.html#a661180bf4d042606fabff6a7d91d690e">SoQtComponent::setBaseWidget()</a>, <a class="el" href="classSoQtFullViewer.html#a9f411a0ee8cdcdff340a7c34c9929a7d">setBottomWheelString()</a>, <a class="el" href="classSoQtComponent.html#a72e988b8723a1127a18381ce1f60405c">SoQtComponent::setClassName()</a>, <a class="el" href="classSoQtFullViewer.html#ad8e037a9697ecdbabd4d87a73bbcff7a">setLeftWheelString()</a>, <a class="el" href="classSoQtFullViewer.html#a97f96afce005073c09992904d3b1e6ea">setRightWheelString()</a>, and <a class="el" href="classSoQtComponent.html#a6cd8bc4ca7ee9a67a6b7dbbef2e6fc07">SoQtComponent::setSize()</a>.</p>

</div>
</div>
<a class="anchor" id="a1d847cfbf7303f1a6fe19b363f36b346"></a><!-- doxytag: member="SoQtFullViewer::~SoQtFullViewer" ref="a1d847cfbf7303f1a6fe19b363f36b346" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">SoQtFullViewer::~SoQtFullViewer</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Destructor. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">bottomWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">leftWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a>, <a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">rightWheelStr</a>, and <a class="el" href="classSoQtComponent.html#a1efd24a86fdf9c1afe8312cc742f024c">SoQtComponent::unregisterWidget()</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a53f68e816906624bc49eb8aa8d24041f"></a><!-- doxytag: member="SoQtFullViewer::setDecoration" ref="a53f68e816906624bc49eb8aa8d24041f" args="(const SbBool on)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a53f68e816906624bc49eb8aa8d24041f">SoQtFullViewer::setDecoration</a> </td>
          <td>(</td>
          <td class="paramtype">const SbBool&#160;</td>
          <td class="paramname"><em>enable</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Turn the viewer decorations on or off.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ad98c3dfd1e9da2a55b8db5b9ded427a1">isDecoration()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#ad98c3dfd1e9da2a55b8db5b9ded427a1">isDecoration()</a>.</p>

</div>
</div>
<a class="anchor" id="ad98c3dfd1e9da2a55b8db5b9ded427a1"></a><!-- doxytag: member="SoQtFullViewer::isDecoration" ref="ad98c3dfd1e9da2a55b8db5b9ded427a1" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SbBool <a class="el" href="classSoQtFullViewer.html#ad98c3dfd1e9da2a55b8db5b9ded427a1">SoQtFullViewer::isDecoration</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Return <code>TRUE</code> if the viewer decorations are on, otherwise <code>FALSE</code>.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a53f68e816906624bc49eb8aa8d24041f">setDecoration()</a> </dd></dl>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a53f68e816906624bc49eb8aa8d24041f">setDecoration()</a>.</p>

</div>
</div>
<a class="anchor" id="ac4499db0760907817765743b6a18300c"></a><!-- doxytag: member="SoQtFullViewer::setPopupMenuEnabled" ref="ac4499db0760907817765743b6a18300c" args="(const SbBool on)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#ac4499db0760907817765743b6a18300c">SoQtFullViewer::setPopupMenuEnabled</a> </td>
          <td>(</td>
          <td class="paramtype">const SbBool&#160;</td>
          <td class="paramname"><em>enable</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Decide whether or not if clicking with the right mouse button on the OpenGL canvas should reveal a preferences popup menu when in viewing mode.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">isPopupMenuEnabled()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">isPopupMenuEnabled()</a>.</p>

</div>
</div>
<a class="anchor" id="a84193dad75086a2db30235dc1f8e142e"></a><!-- doxytag: member="SoQtFullViewer::isPopupMenuEnabled" ref="a84193dad75086a2db30235dc1f8e142e" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SbBool <a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">SoQtFullViewer::isPopupMenuEnabled</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Return <code>TRUE</code> if the popup preferences menu is enabled, otherwise <code>FALSE</code>.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ac4499db0760907817765743b6a18300c">setPopupMenuEnabled()</a> </dd></dl>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">openPopupMenu()</a>, <a class="el" href="classSoQtFullViewer.html#aa950b900676529e2581d5a2fde46c9bc">processSoEvent()</a>, and <a class="el" href="classSoQtFullViewer.html#ac4499db0760907817765743b6a18300c">setPopupMenuEnabled()</a>.</p>

</div>
</div>
<a class="anchor" id="a22cb6b7cea8bfc90baaf0e87e38864f7"></a><!-- doxytag: member="SoQtFullViewer::getAppPushButtonParent" ref="a22cb6b7cea8bfc90baaf0e87e38864f7" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">SoQtFullViewer::getAppPushButtonParent</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the widget which is used as the parent of application specified buttons. The row of application buttons (if any) will be placed in the upper left corner.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">removeAppPushButton()</a> </dd></dl>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton()</a>, and <a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">removeAppPushButton()</a>.</p>

</div>
</div>
<a class="anchor" id="ae27d4de9ff472df9d66479780bbbfb0f"></a><!-- doxytag: member="SoQtFullViewer::addAppPushButton" ref="ae27d4de9ff472df9d66479780bbbfb0f" args="(QWidget *newButton)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">SoQtFullViewer::addAppPushButton</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>newButton</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Add an application specific push button to the viewer decorations. Application buttons will be laid out in a vertical row from the upper left corner.</p>
<p>The button will be added bottom-most.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">removeAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent()</a>.</p>

</div>
</div>
<a class="anchor" id="a8e58fd3a12f69041c03e5a2b77d95b1e"></a><!-- doxytag: member="SoQtFullViewer::insertAppPushButton" ref="a8e58fd3a12f69041c03e5a2b77d95b1e" args="(QWidget *newButton, int index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">SoQtFullViewer::insertAppPushButton</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>newButton</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>index</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Insert an application specific push button to the viewer decorations at the given <code>index</code>.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">removeAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent()</a>, and <a class="el" href="classSoQtFullViewer.html#a8bfcddeffce43711ace5220efb08c955">lengthAppPushButton()</a>.</p>

</div>
</div>
<a class="anchor" id="aa44964c0b99708a8589d3c48662a7b68"></a><!-- doxytag: member="SoQtFullViewer::removeAppPushButton" ref="aa44964c0b99708a8589d3c48662a7b68" args="(QWidget *oldButton)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#aa44964c0b99708a8589d3c48662a7b68">SoQtFullViewer::removeAppPushButton</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>oldButton</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Remove one of the application specific buttons.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a>, <a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a22cb6b7cea8bfc90baaf0e87e38864f7">getAppPushButtonParent()</a>.</p>

</div>
</div>
<a class="anchor" id="abc8d33466121d7b0c3e7b03bbe1ce788"></a><!-- doxytag: member="SoQtFullViewer::findAppPushButton" ref="abc8d33466121d7b0c3e7b03bbe1ce788" args="(QWidget *oldButton) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classSoQtFullViewer.html#abc8d33466121d7b0c3e7b03bbe1ce788">SoQtFullViewer::findAppPushButton</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>oldButton</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Return the index of a particular button that has been specified by the application, or -1 of the button has not been added.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a> </dd></dl>

</div>
</div>
<a class="anchor" id="a8bfcddeffce43711ace5220efb08c955"></a><!-- doxytag: member="SoQtFullViewer::lengthAppPushButton" ref="a8bfcddeffce43711ace5220efb08c955" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classSoQtFullViewer.html#a8bfcddeffce43711ace5220efb08c955">SoQtFullViewer::lengthAppPushButton</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Return number of application specific buttons added.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#ae27d4de9ff472df9d66479780bbbfb0f">addAppPushButton()</a>, insertAddAppPushButton() </dd></dl>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a418a014088f6b9afc877be28e7ed3815">buildAppButtons()</a>, and <a class="el" href="classSoQtFullViewer.html#a8e58fd3a12f69041c03e5a2b77d95b1e">insertAppPushButton()</a>.</p>

</div>
</div>
<a class="anchor" id="ade96dce9bc6010ec04e81eac594beed8"></a><!-- doxytag: member="SoQtFullViewer::getRenderAreaWidget" ref="ade96dce9bc6010ec04e81eac594beed8" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#ade96dce9bc6010ec04e81eac594beed8">SoQtFullViewer::getRenderAreaWidget</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Returns the render area OpenGL canvas widget. </p>

</div>
</div>
<a class="anchor" id="a0439d8c5a8da6f8633e0c5ce8543d424"></a><!-- doxytag: member="SoQtFullViewer::setViewing" ref="a0439d8c5a8da6f8633e0c5ce8543d424" args="(SbBool on)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a0439d8c5a8da6f8633e0c5ce8543d424">SoQtFullViewer::setViewing</a> </td>
          <td>(</td>
          <td class="paramtype">SbBool&#160;</td>
          <td class="paramname"><em>enable</em></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set view mode.</p>
<p>If the view mode is on, user events will be caught and used to influence the camera position / orientation. If view mode is off, all events in the viewer canvas (like for instance keypresses or mouseclicks and -movements) will be passed along to the scene graph.</p>
<p>Default is to have the view mode active.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtViewer.html#a8cb99700defb7de34b681c0728ead54e">isViewing()</a> </dd></dl>

<p>Reimplemented from <a class="el" href="classSoQtViewer.html#a691300c2c5464d216f438c62bda439ab">SoQtViewer</a>.</p>

<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#a82b8f81f39346ca99a5aca5498ea7db3">SoQtExaminerViewer</a>, <a class="el" href="classSoQtFlyViewer.html#a568b952591998f1857203c75e4976e03">SoQtFlyViewer</a>, and <a class="el" href="classSoQtPlaneViewer.html#a302e0e6b6f468ef5e4c922db190e6720">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a8cb99700defb7de34b681c0728ead54e">SoQtViewer::isViewing()</a>.</p>

</div>
</div>
<a class="anchor" id="a5bba927317116a620e7d04ef3ab6be0e"></a><!-- doxytag: member="SoQtFullViewer::setComponentCursor" ref="a5bba927317116a620e7d04ef3ab6be0e" args="(const SoQtCursor &amp;cursor)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a5bba927317116a620e7d04ef3ab6be0e">SoQtFullViewer::setComponentCursor</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classSoQtCursor.html">SoQtCursor</a> &amp;&#160;</td>
          <td class="paramname"><em>cursor</em></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Sets the cursor for this component.</p>
<p>Note: not part of the original SGI InventorXt API. </p>

<p>Reimplemented from <a class="el" href="classSoQtComponent.html#a14395837c352b822a6cb1e9367f81b42">SoQtComponent</a>.</p>

<p>References <a class="el" href="classSoQtGLWidget.html#ae9e6003cf8c2112b6793ff57b84573ef">SoQtGLWidget::getGLWidget()</a>, and <a class="el" href="classSoQtComponent.html#a35b5d3f9df5517926b3f2bb8fefe309a">SoQtComponent::setWidgetCursor()</a>.</p>

</div>
</div>
<a class="anchor" id="aa03f21857ea5eb51601ad7f1983f502e"></a><!-- doxytag: member="SoQtFullViewer::sizeChanged" ref="aa03f21857ea5eb51601ad7f1983f502e" args="(const SbVec2s &amp;size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#aa03f21857ea5eb51601ad7f1983f502e">SoQtFullViewer::sizeChanged</a> </td>
          <td>(</td>
          <td class="paramtype">const SbVec2s &amp;&#160;</td>
          <td class="paramname"><em>size</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called internally from within the <a class="el" href="classSoQt.html" title="The SoQt class takes care of Qt initialization and event dispatching.This is the &quot;application-wide&quot; c...">SoQt</a> library when the widget embedded in a component changes it size, which is usually triggered by end-user interaction.</p>
<p>This method is then invoked to notify the component that the size has changed. It is called from the top and all the way down to the bottom, the size being adjusted to take into account extra decorations having been added at each level in the component class hierarchy. </p>

<p>Reimplemented from <a class="el" href="classSoQtViewer.html#a1dfa709a4cf96b16143ab6eb6013d874">SoQtViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#a4c5b71c80b6ec6be7c80cb1cfcd4482f">bottomDecoration</a>, <a class="el" href="classSoQtFullViewer.html#a6072157305a16a6690fede875c5578e9">leftDecoration</a>, and <a class="el" href="classSoQtFullViewer.html#a59cd4e65df58e464fc468df33e87ee03">rightDecoration</a>.</p>

</div>
</div>
<a class="anchor" id="af7e13ac29c79d66067f8b4b80d43703e"></a><!-- doxytag: member="SoQtFullViewer::buildWidget" ref="af7e13ac29c79d66067f8b4b80d43703e" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">SoQtFullViewer::buildWidget</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This method builds the component contents in the given <em>parent</em> widget. For subclasses adding new user interface items, this method is typically overridden in the following manner:</p>
<div class="fragment"><pre class="fragment">  QWidget * <a class="code" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">MyOwnViewer::buildWidget</a>(QWidget * parent)
  {
     QWidget * superw = &lt;superclass&gt;<a class="code" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">::buildWidget</a>(parent);
     <span class="comment">// [then move superw within MyOwnViewer framework and add own</span>
     <span class="comment">// user interface components]</span>
  }
</pre></div> 
<p>Reimplemented from <a class="el" href="classSoQtRenderArea.html#a6448580392f5eabd1b172a6e7ef5a19f">SoQtRenderArea</a>.</p>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#a44d70b0997a5eea51e6b3b0c5ac2baa5">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>, <a class="el" href="classSoQtFullViewer.html#a50d374227b3db1ab4063428163c3fe4d">buildPopupMenu()</a>, and <a class="el" href="classSoQtComponent.html#a74d6b996abd793827fcafe31f2419ef2">SoQtComponent::registerWidget()</a>.</p>

<p>Referenced by <a class="el" href="classSoQtConstrainedViewer.html#a7b064491fa09a9ca3bd78e701691e682">SoQtConstrainedViewer::SoQtConstrainedViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a05474b7b4b442cac5ec047aa90df0404"></a><!-- doxytag: member="SoQtFullViewer::buildDecoration" ref="a05474b7b4b442cac5ec047aa90df0404" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">SoQtFullViewer::buildDecoration</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build viewer decorations. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a4c5b71c80b6ec6be7c80cb1cfcd4482f">bottomDecoration</a>, <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">buildLeftTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">buildRightTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a6072157305a16a6690fede875c5578e9">leftDecoration</a>, and <a class="el" href="classSoQtFullViewer.html#a59cd4e65df58e464fc468df33e87ee03">rightDecoration</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">buildWidget()</a>.</p>

</div>
</div>
<a class="anchor" id="a88ba00b167905856cf1bd71277d8c0a3"></a><!-- doxytag: member="SoQtFullViewer::buildLeftTrim" ref="a88ba00b167905856cf1bd71277d8c0a3" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">SoQtFullViewer::buildLeftTrim</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build decorations on the left of the render canvas. Override this method in subclasses if you want your own decorations on the viewer window.</p>
<p>The decoration will be 30 pixels wide. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a418a014088f6b9afc877be28e7ed3815">buildAppButtons()</a>, <a class="el" href="classSoQtFullViewer.html#a1ff2e4c9f9aeab8420ea3f50e6e8793d">leftWheel</a>, and <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>.</p>

</div>
</div>
<a class="anchor" id="a0d5efbbfe0c51a34ddbfbb431535dd19"></a><!-- doxytag: member="SoQtFullViewer::buildBottomTrim" ref="a0d5efbbfe0c51a34ddbfbb431535dd19" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">SoQtFullViewer::buildBottomTrim</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build decorations on the bottom of the render canvas. Override this method in subclasses if you want your own decorations on the viewer window. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a81f020d09e3cc3350204919e8b9dcc1d">bottomWheel</a>, <a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">bottomWheelLabel</a>, <a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">bottomWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a>, <a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">leftWheelLabel</a>, <a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">leftWheelStr</a>, <a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">rightWheelLabel</a>, and <a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">rightWheelStr</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>.</p>

</div>
</div>
<a class="anchor" id="a5de1e15ff56411a37be041bfb9e2b36e"></a><!-- doxytag: member="SoQtFullViewer::buildRightTrim" ref="a5de1e15ff56411a37be041bfb9e2b36e" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">SoQtFullViewer::buildRightTrim</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build decorations on the right side of the render canvas. Override this method in subclasses if you want your own decorations on the viewer window. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#aefd590490a156a92cc49fa3b3ac005ec">buildViewerButtons()</a>, <a class="el" href="classSoQtFullViewer.html#a6a00174033f2853c76fd68ede6ead7ad">rightWheel</a>, and <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>.</p>

</div>
</div>
<a class="anchor" id="a418a014088f6b9afc877be28e7ed3815"></a><!-- doxytag: member="SoQtFullViewer::buildAppButtons" ref="a418a014088f6b9afc877be28e7ed3815" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a418a014088f6b9afc877be28e7ed3815">SoQtFullViewer::buildAppButtons</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build the application specified button row (if any buttons were set up). </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a8bfcddeffce43711ace5220efb08c955">lengthAppPushButton()</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">buildLeftTrim()</a>.</p>

</div>
</div>
<a class="anchor" id="aefd590490a156a92cc49fa3b3ac005ec"></a><!-- doxytag: member="SoQtFullViewer::buildViewerButtons" ref="aefd590490a156a92cc49fa3b3ac005ec" args="(QWidget *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#aefd590490a156a92cc49fa3b3ac005ec">SoQtFullViewer::buildViewerButtons</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Build and layout viewer specified button row. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">createViewerButtons()</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">buildRightTrim()</a>.</p>

</div>
</div>
<a class="anchor" id="a2e3ed571d154891c2a2065e0b11fe06f"></a><!-- doxytag: member="SoQtFullViewer::createViewerButtons" ref="a2e3ed571d154891c2a2065e0b11fe06f" args="(QWidget *parent, SbPList *buttonlist)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">SoQtFullViewer::createViewerButtons</a> </td>
          <td>(</td>
          <td class="paramtype">QWidget *&#160;</td>
          <td class="paramname"><em>parent</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">SbPList *&#160;</td>
          <td class="paramname"><em>buttonlist</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set up the viewer buttons with pixmaps and event connections.</p>
<p>One important note if you want to override this method to add your own buttons to the list (in the explanation below, it is assumed that you know how virtual function table pointers are handled by C++):</p>
<p><a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">createViewerButtons()</a> is called (indirectly) from the constructors of the viewer classes. This means that you need to delay it's invocation until your own subclass's constructor is run, because otherwise your re-implementation won't have been added to the internal virtual function table yet.</p>
<p>Delaying a superclass viewer from building it's decorations is done by passing build==FALSE as the last argument of the protected constructors. You will then have to explicitly trigger the building in your own constructor.</p>
<p>Here's a minimal example that shows the steps needed to be able to override <a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">createViewerButtons()</a> from <a class="el" href="classSoQtExaminerViewer.html" title="The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...">SoQtExaminerViewer</a>:</p>
<div class="fragment"><pre class="fragment">  <span class="keyword">class </span>MyExaminerViewer : <span class="keyword">public</span> <a class="code" href="classSoQtExaminerViewer.html" title="The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...">SoQtExaminerViewer</a> {
  
  <span class="keyword">public</span>:
    MyExaminerViewer(QWidget * parent);
  
  <span class="keyword">protected</span>:
    <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">createViewerButtons</a>(QWidget * parent, SbPList * buttonlist);
  };
  
  MyExaminerViewer::MyExaminerViewer(QWidget * parent)
    : <a class="code" href="classSoQtExaminerViewer.html" title="The SoQtExaminerViewer class is a 3D-model examination viewer.This class is the viewer considered to ...">SoQtExaminerViewer</a>(parent, NULL, TRUE,
                            <a class="code" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a>::<a class="code" href="classSoQtFullViewer.html#ab75195022820260aceb261253f549fb5ab782f50852b695adfc19f6d7dd569d7c">BUILD_ALL</a>, <a class="code" href="classSoQtFullViewer.html" title="The SoQtFullViewer class adds some user interface components to the viewer canvas.The SoQtFullViewer is an abstract viewer class which extends it&#39;s superclass (the basic SoQtViewer class) with two major user interface additions:">SoQtFullViewer</a>::<a class="code" href="classSoQtViewer.html#a32efa227cb447fa61252864bf83bf7cca5d49f3319893db58a8d8e7a86e4b7530">BROWSER</a>,
                            <span class="comment">// build == FALSE, to delay creation of decorations</span>
                            FALSE)
  {
    <span class="comment">// Explicitly trigger the construction of viewer decorations.</span>
    QWidget * widget = this-&gt;<a class="code" href="classSoQtRenderArea.html#a6448580392f5eabd1b172a6e7ef5a19f">buildWidget</a>(this-&gt;<a class="code" href="classSoQtComponent.html#a85cf1a42d2e7b6395f0717d1c5fc2c3f">getParentWidget</a>());
    this-&gt;<a class="code" href="classSoQtComponent.html#a661180bf4d042606fabff6a7d91d690e">setBaseWidget</a>(widget);
  }
  
  <span class="keywordtype">void</span>
  <a class="code" href="classSoQtExaminerViewer.html#ad0b4b183e3d513704cba9717e6c5efa9">MyExaminerViewer::createViewerButtons</a>(QWidget * parent, SbPList * buttonlist)
  {
    <a class="code" href="classSoQtExaminerViewer.html#ad0b4b183e3d513704cba9717e6c5efa9">SoQtExaminerViewer::createViewerButtons</a>(parent, buttonlist);
    <span class="comment">// [now add your own button(s) to the buttonlist]</span>
  }
</pre></div> 
<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#ad0b4b183e3d513704cba9717e6c5efa9">SoQtExaminerViewer</a>, and <a class="el" href="classSoQtPlaneViewer.html#a72b2f40dd27f8cd5cfb37f53acf7f313">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a8cb99700defb7de34b681c0728ead54e">SoQtViewer::isViewing()</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#aefd590490a156a92cc49fa3b3ac005ec">buildViewerButtons()</a>.</p>

</div>
</div>
<a class="anchor" id="a50d374227b3db1ab4063428163c3fe4d"></a><!-- doxytag: member="SoQtFullViewer::buildPopupMenu" ref="a50d374227b3db1ab4063428163c3fe4d" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a50d374227b3db1ab4063428163c3fe4d">SoQtFullViewer::buildPopupMenu</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Make a popup menu with preferences settings.</p>
<p>One important note as for when you want to override this function in a subclass: be aware that it will usually be invoked (indirectly) from this class's constructor. That is <em>before</em> the table of virtual function pointers has been set up for the subclass, and because of this, the function will not be called in the subclass even though it is virtual.</p>
<p>To make the overriding actually be in effect, you need to delay building the widgets of this class. For information on how to do that, see the documentation of <a class="el" href="classSoQtFullViewer.html#a2e3ed571d154891c2a2065e0b11fe06f">SoQtFullViewer::createViewerButtons()</a>. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#af7e13ac29c79d66067f8b4b80d43703e">buildWidget()</a>, and <a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">openPopupMenu()</a>.</p>

</div>
</div>
<a class="anchor" id="aac76d7ed4b81ba90ce4d60639572859e"></a><!-- doxytag: member="SoQtFullViewer::setPopupMenuString" ref="aac76d7ed4b81ba90ce4d60639572859e" args="(const char *title)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#aac76d7ed4b81ba90ce4d60639572859e">SoQtFullViewer::setPopupMenuString</a> </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>name</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set title of popup menu. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a>.</p>

</div>
</div>
<a class="anchor" id="a54a8b37164778e316179d355ee5142b3"></a><!-- doxytag: member="SoQtFullViewer::openPopupMenu" ref="a54a8b37164778e316179d355ee5142b3" args="(const SbVec2s position)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">SoQtFullViewer::openPopupMenu</a> </td>
          <td>(</td>
          <td class="paramtype">const SbVec2s&#160;</td>
          <td class="paramname"><em>position</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>NOTE: This method is not part of the original InventorXt API. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a50d374227b3db1ab4063428163c3fe4d">buildPopupMenu()</a>, <a class="el" href="classSoQtGLWidget.html#a4d21974aa516e557f99e2c2907c1c8df">SoQtGLWidget::getGLSize()</a>, <a class="el" href="classSoQtGLWidget.html#ae9e6003cf8c2112b6793ff57b84573ef">SoQtGLWidget::getGLWidget()</a>, <a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">isPopupMenuEnabled()</a>, and <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">prefmenu</a>.</p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#aa950b900676529e2581d5a2fde46c9bc">processSoEvent()</a>.</p>

</div>
</div>
<a class="anchor" id="a17ba00e68e4ad314fe85fbc2d76611d5"></a><!-- doxytag: member="SoQtFullViewer::leftWheelStart" ref="a17ba00e68e4ad314fe85fbc2d76611d5" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">SoQtFullViewer::leftWheelStart</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called when the user start to drag the thumbwheel in the left frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">leftWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#ad19ed15719a9be4164bb22e4f464a01b">leftWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#a6336e9f3caee5ebd0018451fe02154c2">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a121e149fe5098b4f7fc8b33cc13e7e26">SoQtViewer::interactiveCountInc()</a>.</p>

</div>
</div>
<a class="anchor" id="a3bd193f30235cb53588b98b69f8fe272"></a><!-- doxytag: member="SoQtFullViewer::leftWheelMotion" ref="a3bd193f30235cb53588b98b69f8fe272" args="(float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">SoQtFullViewer::leftWheelMotion</a> </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called repeatedly as the user drags the thumbwheel in the left frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#ad19ed15719a9be4164bb22e4f464a01b">leftWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#a370fdfbccba375dc98e00ef7fa7bdbae">SoQtExaminerViewer</a>, <a class="el" href="classSoQtPlaneViewer.html#adbaf68622a25370edd3289517cfe6c3c">SoQtPlaneViewer</a>, and <a class="el" href="classSoQtConstrainedViewer.html#a1e0c27e274b15fc774da6647b48d2bb4">SoQtConstrainedViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a>.</p>

</div>
</div>
<a class="anchor" id="ad19ed15719a9be4164bb22e4f464a01b"></a><!-- doxytag: member="SoQtFullViewer::leftWheelFinish" ref="ad19ed15719a9be4164bb22e4f464a01b" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#ad19ed15719a9be4164bb22e4f464a01b">SoQtFullViewer::leftWheelFinish</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called as the user let go of the thumbwheel in the left frame after a drag operation. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">leftWheelMotion()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#a163f4b904687d473216f5a769e6210f8">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a7a97f84c08553f820129f526377e94a0">SoQtViewer::interactiveCountDec()</a>.</p>

</div>
</div>
<a class="anchor" id="ae1cd236b4f746b3d34a24f8a8b34c216"></a><!-- doxytag: member="SoQtFullViewer::getLeftWheelValue" ref="ae1cd236b4f746b3d34a24f8a8b34c216" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#ae1cd236b4f746b3d34a24f8a8b34c216">SoQtFullViewer::getLeftWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Get current value of the left thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">leftWheelMotion()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtConstrainedViewer.html#a1e0c27e274b15fc774da6647b48d2bb4">SoQtConstrainedViewer::leftWheelMotion()</a>, <a class="el" href="classSoQtPlaneViewer.html#adbaf68622a25370edd3289517cfe6c3c">SoQtPlaneViewer::leftWheelMotion()</a>, and <a class="el" href="classSoQtExaminerViewer.html#a370fdfbccba375dc98e00ef7fa7bdbae">SoQtExaminerViewer::leftWheelMotion()</a>.</p>

</div>
</div>
<a class="anchor" id="a39c1af87aebcef23a931de8d1ed6151b"></a><!-- doxytag: member="SoQtFullViewer::setLeftWheelValue" ref="a39c1af87aebcef23a931de8d1ed6151b" args="(const float value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a39c1af87aebcef23a931de8d1ed6151b">SoQtFullViewer::setLeftWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">const float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set a new value for the left thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a1ff2e4c9f9aeab8420ea3f50e6e8793d">leftWheel</a>, and <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">leftWheelVal</a>.</p>

</div>
</div>
<a class="anchor" id="a6c28d095a3a3f814beed9b0ec1690aba"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelStart" ref="a6c28d095a3a3f814beed9b0ec1690aba" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">SoQtFullViewer::bottomWheelStart</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called when the user start to drag the thumbwheel in the bottom frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">bottomWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#a3c77849cb669078dba1a9322d6ddd015">bottomWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#aaf4596183d1e65eb8bbfc2cf8ee7722f">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a121e149fe5098b4f7fc8b33cc13e7e26">SoQtViewer::interactiveCountInc()</a>.</p>

</div>
</div>
<a class="anchor" id="aeeb625ea871817c8037ff3b7de364778"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelMotion" ref="aeeb625ea871817c8037ff3b7de364778" args="(float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">SoQtFullViewer::bottomWheelMotion</a> </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called repeatedly as the user drags the thumbwheel in the bottom frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a3c77849cb669078dba1a9322d6ddd015">bottomWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#aa01b6871fb998040729acc8d08467392">SoQtExaminerViewer</a>, <a class="el" href="classSoQtPlaneViewer.html#ae2c796726eec48d5b04f42eef62a4a15">SoQtPlaneViewer</a>, and <a class="el" href="classSoQtConstrainedViewer.html#a9ecd9d0a8b731d8f9aee5e171a1c91d7">SoQtConstrainedViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a>.</p>

</div>
</div>
<a class="anchor" id="a3c77849cb669078dba1a9322d6ddd015"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelFinish" ref="a3c77849cb669078dba1a9322d6ddd015" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a3c77849cb669078dba1a9322d6ddd015">SoQtFullViewer::bottomWheelFinish</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called as the user let go of the thumbwheel in the bottom frame after a drag operation. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">bottomWheelMotion()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#ac370fca5e233dfbb629618d1f73c0c01">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a7a97f84c08553f820129f526377e94a0">SoQtViewer::interactiveCountDec()</a>.</p>

</div>
</div>
<a class="anchor" id="afa86474e8d0b7972a6ce2ad83ebd1bac"></a><!-- doxytag: member="SoQtFullViewer::getBottomWheelValue" ref="afa86474e8d0b7972a6ce2ad83ebd1bac" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#afa86474e8d0b7972a6ce2ad83ebd1bac">SoQtFullViewer::getBottomWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Get current value of the bottom thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">bottomWheelMotion()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtConstrainedViewer.html#a9ecd9d0a8b731d8f9aee5e171a1c91d7">SoQtConstrainedViewer::bottomWheelMotion()</a>, <a class="el" href="classSoQtPlaneViewer.html#ae2c796726eec48d5b04f42eef62a4a15">SoQtPlaneViewer::bottomWheelMotion()</a>, and <a class="el" href="classSoQtExaminerViewer.html#aa01b6871fb998040729acc8d08467392">SoQtExaminerViewer::bottomWheelMotion()</a>.</p>

</div>
</div>
<a class="anchor" id="a3e6fd677f3a8318d9f7ad69eb7ad6f4e"></a><!-- doxytag: member="SoQtFullViewer::setBottomWheelValue" ref="a3e6fd677f3a8318d9f7ad69eb7ad6f4e" args="(const float value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a3e6fd677f3a8318d9f7ad69eb7ad6f4e">SoQtFullViewer::setBottomWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">const float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set a new value for the bottom thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a81f020d09e3cc3350204919e8b9dcc1d">bottomWheel</a>, and <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">bottomWheelVal</a>.</p>

</div>
</div>
<a class="anchor" id="a58ce9d5708eec5ad39130b092c918db0"></a><!-- doxytag: member="SoQtFullViewer::rightWheelStart" ref="a58ce9d5708eec5ad39130b092c918db0" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">SoQtFullViewer::rightWheelStart</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called when the user start to drag the thumbwheel in the right frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">rightWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#a9639b5f45868cbf259a6fc2e19c6bb59">rightWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#a8ed4ce19a02435a5f13928da2a980999">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a121e149fe5098b4f7fc8b33cc13e7e26">SoQtViewer::interactiveCountInc()</a>.</p>

</div>
</div>
<a class="anchor" id="a98072a7783cb4a6a9746398b64c3ec65"></a><!-- doxytag: member="SoQtFullViewer::rightWheelMotion" ref="a98072a7783cb4a6a9746398b64c3ec65" args="(float)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">SoQtFullViewer::rightWheelMotion</a> </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called repeatedly as the user drags the thumbwheel in the right frame. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a9639b5f45868cbf259a6fc2e19c6bb59">rightWheelFinish()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#a124b2e35178345f110a0c71a897635b8">SoQtExaminerViewer</a>, <a class="el" href="classSoQtPlaneViewer.html#a62b25dd463ceabfed2820417291dccca">SoQtPlaneViewer</a>, and <a class="el" href="classSoQtFlyViewer.html#a569b6bdcd535d7e61d90dc02393073c8">SoQtFlyViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a>.</p>

</div>
</div>
<a class="anchor" id="a9639b5f45868cbf259a6fc2e19c6bb59"></a><!-- doxytag: member="SoQtFullViewer::rightWheelFinish" ref="a9639b5f45868cbf259a6fc2e19c6bb59" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a9639b5f45868cbf259a6fc2e19c6bb59">SoQtFullViewer::rightWheelFinish</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Called as the user let go of the thumbwheel in the right frame after a drag operation. Override this method in subclassed viewers to provide your own functionality on the thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a58ce9d5708eec5ad39130b092c918db0">rightWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">rightWheelMotion()</a> </dd>
<dd>
<a class="el" href="classSoQtFullViewer.html#a17ba00e68e4ad314fe85fbc2d76611d5">leftWheelStart()</a>, <a class="el" href="classSoQtFullViewer.html#a6c28d095a3a3f814beed9b0ec1690aba">bottomWheelStart()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classSoQtPlaneViewer.html#ab416ab5996ccafea0e0fee9758e76ff1">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtViewer.html#a7a97f84c08553f820129f526377e94a0">SoQtViewer::interactiveCountDec()</a>.</p>

</div>
</div>
<a class="anchor" id="a5c0d39d2de1dfbef3a10e5aba7fbc210"></a><!-- doxytag: member="SoQtFullViewer::getRightWheelValue" ref="a5c0d39d2de1dfbef3a10e5aba7fbc210" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#a5c0d39d2de1dfbef3a10e5aba7fbc210">SoQtFullViewer::getRightWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Get current value of the right thumbwheel.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">rightWheelMotion()</a> </dd></dl>

<p>References <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtPlaneViewer.html#a0c5e3729318106df8b8884998c840d98">SoQtPlaneViewer::processSoEvent()</a>, <a class="el" href="classSoQtFlyViewer.html#a569b6bdcd535d7e61d90dc02393073c8">SoQtFlyViewer::rightWheelMotion()</a>, <a class="el" href="classSoQtPlaneViewer.html#a62b25dd463ceabfed2820417291dccca">SoQtPlaneViewer::rightWheelMotion()</a>, and <a class="el" href="classSoQtExaminerViewer.html#a124b2e35178345f110a0c71a897635b8">SoQtExaminerViewer::rightWheelMotion()</a>.</p>

</div>
</div>
<a class="anchor" id="a79231bb0558c8b7b13f51698b4718fb4"></a><!-- doxytag: member="SoQtFullViewer::setRightWheelValue" ref="a79231bb0558c8b7b13f51698b4718fb4" args="(const float value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a79231bb0558c8b7b13f51698b4718fb4">SoQtFullViewer::setRightWheelValue</a> </td>
          <td>(</td>
          <td class="paramtype">const float&#160;</td>
          <td class="paramname"><em>value</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set a new value for the right thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a6a00174033f2853c76fd68ede6ead7ad">rightWheel</a>, and <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">rightWheelVal</a>.</p>

<p>Referenced by <a class="el" href="classSoQtPlaneViewer.html#a0c5e3729318106df8b8884998c840d98">SoQtPlaneViewer::processSoEvent()</a>.</p>

</div>
</div>
<a class="anchor" id="ad8e037a9697ecdbabd4d87a73bbcff7a"></a><!-- doxytag: member="SoQtFullViewer::setLeftWheelString" ref="ad8e037a9697ecdbabd4d87a73bbcff7a" args="(const char *const name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#ad8e037a9697ecdbabd4d87a73bbcff7a">SoQtFullViewer::setLeftWheelString</a> </td>
          <td>(</td>
          <td class="paramtype">const char *const&#160;</td>
          <td class="paramname"><em>string</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set label of the left thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">leftWheelLabel</a>, and <a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">leftWheelStr</a>.</p>

<p>Referenced by <a class="el" href="classSoQtConstrainedViewer.html#a7b064491fa09a9ca3bd78e701691e682">SoQtConstrainedViewer::SoQtConstrainedViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="ad0115b60c545603d4fdd6f2af73d2964"></a><!-- doxytag: member="SoQtFullViewer::getLeftWheelLabelWidget" ref="ad0115b60c545603d4fdd6f2af73d2964" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#ad0115b60c545603d4fdd6f2af73d2964">SoQtFullViewer::getLeftWheelLabelWidget</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This method returns the native widget for the label below the left thumb wheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">leftWheelLabel</a>.</p>

</div>
</div>
<a class="anchor" id="a9f411a0ee8cdcdff340a7c34c9929a7d"></a><!-- doxytag: member="SoQtFullViewer::setBottomWheelString" ref="a9f411a0ee8cdcdff340a7c34c9929a7d" args="(const char *const name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a9f411a0ee8cdcdff340a7c34c9929a7d">SoQtFullViewer::setBottomWheelString</a> </td>
          <td>(</td>
          <td class="paramtype">const char *const&#160;</td>
          <td class="paramname"><em>string</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set label of the bottom thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">bottomWheelLabel</a>, and <a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">bottomWheelStr</a>.</p>

<p>Referenced by <a class="el" href="classSoQtConstrainedViewer.html#a7b064491fa09a9ca3bd78e701691e682">SoQtConstrainedViewer::SoQtConstrainedViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a14cdfa44d52f55f93eb8f4eaae1695ec"></a><!-- doxytag: member="SoQtFullViewer::getBottomWheelLabelWidget" ref="a14cdfa44d52f55f93eb8f4eaae1695ec" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a14cdfa44d52f55f93eb8f4eaae1695ec">SoQtFullViewer::getBottomWheelLabelWidget</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This method returns the native widget for the label beside the bottom thumb wheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">bottomWheelLabel</a>.</p>

</div>
</div>
<a class="anchor" id="a97f96afce005073c09992904d3b1e6ea"></a><!-- doxytag: member="SoQtFullViewer::setRightWheelString" ref="a97f96afce005073c09992904d3b1e6ea" args="(const char *const name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classSoQtFullViewer.html#a97f96afce005073c09992904d3b1e6ea">SoQtFullViewer::setRightWheelString</a> </td>
          <td>(</td>
          <td class="paramtype">const char *const&#160;</td>
          <td class="paramname"><em>string</em></td><td>)</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Set label of the right thumbwheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">rightWheelLabel</a>, and <a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">rightWheelStr</a>.</p>

<p>Referenced by <a class="el" href="classSoQtPlaneViewer.html#a98d698e38378c59d691653132a89f014">SoQtPlaneViewer::setCamera()</a>, <a class="el" href="classSoQtExaminerViewer.html#a30dda69aff834348f3bb348724dbf653">SoQtExaminerViewer::setCamera()</a>, <a class="el" href="classSoQtConstrainedViewer.html#a7b064491fa09a9ca3bd78e701691e682">SoQtConstrainedViewer::SoQtConstrainedViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a2534852d0476ea4245a8fc68b92ee87f"></a><!-- doxytag: member="SoQtFullViewer::getRightWheelLabelWidget" ref="a2534852d0476ea4245a8fc68b92ee87f" args="(void) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a2534852d0476ea4245a8fc68b92ee87f">SoQtFullViewer::getRightWheelLabelWidget</a> </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This method returns the native widget for the label below the right thumb wheel. </p>

<p>References <a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">rightWheelLabel</a>.</p>

</div>
</div>
<a class="anchor" id="aa950b900676529e2581d5a2fde46c9bc"></a><!-- doxytag: member="SoQtFullViewer::processSoEvent" ref="aa950b900676529e2581d5a2fde46c9bc" args="(const SoEvent *const event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SbBool <a class="el" href="classSoQtFullViewer.html#aa950b900676529e2581d5a2fde46c9bc">SoQtFullViewer::processSoEvent</a> </td>
          <td>(</td>
          <td class="paramtype">const SoEvent *const&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Toolkit-native events are attempted converted to Coin-generic events in the <a class="el" href="classSoQtRenderArea.html#a082e7b7cbc19504a81c08ba4ea41d865">SoQtRenderArea::processEvent()</a> method. If this succeeds, they are forwarded to this method.</p>
<p>This is a virtual method, and is overridden in it's subclasses to catch events of particular interest to the viewer classes, for instance.</p>
<p>Return <code>TRUE</code> iff the event was processed. If not it should be passed on further up in the inheritance hierarchy by the caller. This last point is extremely important to take note of if you are expanding the toolkit with your own viewer class.</p>
<p>This method is not part of the original SGI InventorXt API. Note that you can still override the toolkit-native <a class="el" href="classSoQtRenderArea.html#a082e7b7cbc19504a81c08ba4ea41d865">processEvent()</a> method instead of this "generic" method. </p>

<p>Reimplemented from <a class="el" href="classSoQtViewer.html#a3837a121cfcfc927b2c1424fbd86b7a9">SoQtViewer</a>.</p>

<p>Reimplemented in <a class="el" href="classSoQtExaminerViewer.html#adc0d763160ae55bdfe3f2fa082591ac7">SoQtExaminerViewer</a>, <a class="el" href="classSoQtFlyViewer.html#a2294f838d154c817861ce0b6acbc0690">SoQtFlyViewer</a>, and <a class="el" href="classSoQtPlaneViewer.html#a0c5e3729318106df8b8884998c840d98">SoQtPlaneViewer</a>.</p>

<p>References <a class="el" href="classSoQtFullViewer.html#a84193dad75086a2db30235dc1f8e142e">isPopupMenuEnabled()</a>, <a class="el" href="classSoQtViewer.html#a8cb99700defb7de34b681c0728ead54e">SoQtViewer::isViewing()</a>, and <a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">openPopupMenu()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a1ff2e4c9f9aeab8420ea3f50e6e8793d"></a><!-- doxytag: member="SoQtFullViewer::leftWheel" ref="a1ff2e4c9f9aeab8420ea3f50e6e8793d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a1ff2e4c9f9aeab8420ea3f50e6e8793d">SoQtFullViewer::leftWheel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The widget representing the thumbwheel left of the render canvas. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">buildLeftTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a39c1af87aebcef23a931de8d1ed6151b">setLeftWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a6a00174033f2853c76fd68ede6ead7ad"></a><!-- doxytag: member="SoQtFullViewer::rightWheel" ref="a6a00174033f2853c76fd68ede6ead7ad" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a6a00174033f2853c76fd68ede6ead7ad">SoQtFullViewer::rightWheel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The widget representing the thumbwheel on the right side of the render canvas. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">buildRightTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a79231bb0558c8b7b13f51698b4718fb4">setRightWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a81f020d09e3cc3350204919e8b9dcc1d"></a><!-- doxytag: member="SoQtFullViewer::bottomWheel" ref="a81f020d09e3cc3350204919e8b9dcc1d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a81f020d09e3cc3350204919e8b9dcc1d">SoQtFullViewer::bottomWheel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The widget representing the thumbwheel below the render canvas. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a3e6fd677f3a8318d9f7ad69eb7ad6f4e">setBottomWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a6072157305a16a6690fede875c5578e9"></a><!-- doxytag: member="SoQtFullViewer::leftDecoration" ref="a6072157305a16a6690fede875c5578e9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a6072157305a16a6690fede875c5578e9">SoQtFullViewer::leftDecoration</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The root widget for the left-side decorations. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>, <a class="el" href="classSoQtFullViewer.html#aa03f21857ea5eb51601ad7f1983f502e">sizeChanged()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a59cd4e65df58e464fc468df33e87ee03"></a><!-- doxytag: member="SoQtFullViewer::rightDecoration" ref="a59cd4e65df58e464fc468df33e87ee03" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a59cd4e65df58e464fc468df33e87ee03">SoQtFullViewer::rightDecoration</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The root widget for the right-side decorations. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>, <a class="el" href="classSoQtFullViewer.html#aa03f21857ea5eb51601ad7f1983f502e">sizeChanged()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a4c5b71c80b6ec6be7c80cb1cfcd4482f"></a><!-- doxytag: member="SoQtFullViewer::bottomDecoration" ref="a4c5b71c80b6ec6be7c80cb1cfcd4482f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a4c5b71c80b6ec6be7c80cb1cfcd4482f">SoQtFullViewer::bottomDecoration</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The root widget for the bottom decorations. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a05474b7b4b442cac5ec047aa90df0404">buildDecoration()</a>, <a class="el" href="classSoQtFullViewer.html#aa03f21857ea5eb51601ad7f1983f502e">sizeChanged()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a3b97daef9a21ef400e8f91e9f92d5a93"></a><!-- doxytag: member="SoQtFullViewer::leftWheelLabel" ref="a3b97daef9a21ef400e8f91e9f92d5a93" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a3b97daef9a21ef400e8f91e9f92d5a93">SoQtFullViewer::leftWheelLabel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Label widget of left wheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#ad0115b60c545603d4fdd6f2af73d2964">getLeftWheelLabelWidget()</a>, <a class="el" href="classSoQtFullViewer.html#ad8e037a9697ecdbabd4d87a73bbcff7a">setLeftWheelString()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="af99486aee2c8290fdf4072967533567b"></a><!-- doxytag: member="SoQtFullViewer::leftWheelStr" ref="af99486aee2c8290fdf4072967533567b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char * <a class="el" href="classSoQtFullViewer.html#af99486aee2c8290fdf4072967533567b">SoQtFullViewer::leftWheelStr</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Text of left thumbwheel's label. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#ad8e037a9697ecdbabd4d87a73bbcff7a">setLeftWheelString()</a>, <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">~SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="acce92543ab63d65055b87ced6abd4ee9"></a><!-- doxytag: member="SoQtFullViewer::leftWheelVal" ref="acce92543ab63d65055b87ced6abd4ee9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#acce92543ab63d65055b87ced6abd4ee9">SoQtFullViewer::leftWheelVal</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Current value of the left thumbwheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a88ba00b167905856cf1bd71277d8c0a3">buildLeftTrim()</a>, <a class="el" href="classSoQtFullViewer.html#ae1cd236b4f746b3d34a24f8a8b34c216">getLeftWheelValue()</a>, <a class="el" href="classSoQtFullViewer.html#a3bd193f30235cb53588b98b69f8fe272">leftWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#a39c1af87aebcef23a931de8d1ed6151b">setLeftWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a0ec3c9478d59ef5ae0a438595d1b36e0"></a><!-- doxytag: member="SoQtFullViewer::rightWheelLabel" ref="a0ec3c9478d59ef5ae0a438595d1b36e0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a0ec3c9478d59ef5ae0a438595d1b36e0">SoQtFullViewer::rightWheelLabel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Label widget of right wheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a2534852d0476ea4245a8fc68b92ee87f">getRightWheelLabelWidget()</a>, <a class="el" href="classSoQtFullViewer.html#a97f96afce005073c09992904d3b1e6ea">setRightWheelString()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a58eeee643515e9c91675eb307d62b793"></a><!-- doxytag: member="SoQtFullViewer::rightWheelStr" ref="a58eeee643515e9c91675eb307d62b793" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char * <a class="el" href="classSoQtFullViewer.html#a58eeee643515e9c91675eb307d62b793">SoQtFullViewer::rightWheelStr</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Text of right thumbwheel's label. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a97f96afce005073c09992904d3b1e6ea">setRightWheelString()</a>, <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">~SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a684b7763bd81275bc5367de109022c5d"></a><!-- doxytag: member="SoQtFullViewer::rightWheelVal" ref="a684b7763bd81275bc5367de109022c5d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#a684b7763bd81275bc5367de109022c5d">SoQtFullViewer::rightWheelVal</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Current value of the right-side thumbwheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a5de1e15ff56411a37be041bfb9e2b36e">buildRightTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a5c0d39d2de1dfbef3a10e5aba7fbc210">getRightWheelValue()</a>, <a class="el" href="classSoQtFullViewer.html#a98072a7783cb4a6a9746398b64c3ec65">rightWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#a79231bb0558c8b7b13f51698b4718fb4">setRightWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a6ca0303f16c75024a7510dc887a5fecb"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelLabel" ref="a6ca0303f16c75024a7510dc887a5fecb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QWidget * <a class="el" href="classSoQtFullViewer.html#a6ca0303f16c75024a7510dc887a5fecb">SoQtFullViewer::bottomWheelLabel</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Label widget of bottom wheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a14cdfa44d52f55f93eb8f4eaae1695ec">getBottomWheelLabelWidget()</a>, <a class="el" href="classSoQtFullViewer.html#a9f411a0ee8cdcdff340a7c34c9929a7d">setBottomWheelString()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a61d33cffa14ad78db34ac426fb25b430"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelStr" ref="a61d33cffa14ad78db34ac426fb25b430" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char * <a class="el" href="classSoQtFullViewer.html#a61d33cffa14ad78db34ac426fb25b430">SoQtFullViewer::bottomWheelStr</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Text of bottom thumbwheel's label. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#a9f411a0ee8cdcdff340a7c34c9929a7d">setBottomWheelString()</a>, <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">~SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a868147226cb4857eb1567a4df66ede0f"></a><!-- doxytag: member="SoQtFullViewer::bottomWheelVal" ref="a868147226cb4857eb1567a4df66ede0f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float <a class="el" href="classSoQtFullViewer.html#a868147226cb4857eb1567a4df66ede0f">SoQtFullViewer::bottomWheelVal</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Current value of the bottom thumbwheel. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#aeeb625ea871817c8037ff3b7de364778">bottomWheelMotion()</a>, <a class="el" href="classSoQtFullViewer.html#a0d5efbbfe0c51a34ddbfbb431535dd19">buildBottomTrim()</a>, <a class="el" href="classSoQtFullViewer.html#afa86474e8d0b7972a6ce2ad83ebd1bac">getBottomWheelValue()</a>, <a class="el" href="classSoQtFullViewer.html#a3e6fd677f3a8318d9f7ad69eb7ad6f4e">setBottomWheelValue()</a>, and <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>.</p>

</div>
</div>
<a class="anchor" id="a30f2de0bb3ab5513aba743c55a16375d"></a><!-- doxytag: member="SoQtFullViewer::prefmenu" ref="a30f2de0bb3ab5513aba743c55a16375d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SoQtPopupMenu * <a class="el" href="classSoQtFullViewer.html#a30f2de0bb3ab5513aba743c55a16375d">SoQtFullViewer::prefmenu</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Pointer to the popup menu instance. </p>

<p>Referenced by <a class="el" href="classSoQtFullViewer.html#a50d374227b3db1ab4063428163c3fe4d">buildPopupMenu()</a>, <a class="el" href="classSoQtFullViewer.html#a54a8b37164778e316179d355ee5142b3">openPopupMenu()</a>, <a class="el" href="classSoQtFullViewer.html#aac76d7ed4b81ba90ce4d60639572859e">setPopupMenuString()</a>, <a class="el" href="classSoQtFullViewer.html#af71f274ecbcf0fecd9a083dce9714c8f">SoQtFullViewer()</a>, and <a class="el" href="classSoQtFullViewer.html#a1d847cfbf7303f1a6fe19b363f36b346">~SoQtFullViewer()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="SoQtFullViewer_8h_source.html">SoQtFullViewer.h</a></li>
<li>SoQtFullViewer.cpp</li>
<li>FullViewer.cpp</li>
</ul>
</div><!-- contents -->
<hr noshade>
<p align="right">Copyright &copy 1998-2010 by <a href="http://http://www.kongsberg.com/kogt">Kongsberg Oil & Gas Technologies</a>. All rights reserved.</p>
<address style="align: right;"><small>
Generated on Mon Dec 26 2011 20:28:36 for SoQt by <a href="http://www.doxygen.org/">Doxygen</a> 1.7.6.1.</small></address>
</body>
</html>