#include <GUIDir.hh>
Collaboration diagram for clGUIDir:

Public Member Functions | |
| clGUIDir (int *, char ***) | |
| ~clGUIDir () | |
| int | Exec () |
| gint | OnDelete (GtkWidget *, GdkEventAny *) |
| void | OnHideToggled (GtkToggleButton *, gpointer) |
| gint | OnConnectClick (GtkWidget *, gpointer gpData) |
| void | OnFreezeToggled (GtkToggleButton *, gpointer) |
| gint | OnExposeWorm (GtkWidget *, GdkEventExpose *) |
| gint | OnMotionWorm (GtkWidget *, GdkEventMotion *) |
| gint | OnPaletteActivate (GtkWidget *, gpointer) |
| void | OnSaveClicks (GtkWidget *, gpointer) |
| void | OnGdkInput (gpointer, gint, GdkInputCondition) |
Private Member Functions | |
| bool | Build () |
| bool | ConnectSignals () |
| bool | BuildTable1 () |
| bool | BuildTable2 () |
| bool | BuildTable3 () |
| bool | BuildTable4 () |
| bool | BuildTableWorm () |
| bool | BuildDrawingPrims () |
| void | FreeDrawingPrims () |
| bool | ParseServerStr (char *, int *, const char *) |
| bool | InitConnection (const char *, int) |
| void | GetSettings () |
| bool | SendSettings () |
| void | PrintStatus () |
| void | SaveInfo (const char *, time_t) |
| void | StartNewImgFile () |
Private Attributes | |
| volatile bool | bRun |
| volatile bool | bConnected |
| volatile bool | bFreezed |
| bool | bSaving |
| int | iSockH |
| int | iDirectionScale |
| int | iHistoryLines |
| int | iPalette |
| int | iClips |
| int | iWormWidth |
| int | iWormHeight |
| int | iCursorX |
| int | iCursorY |
| int | iTIFFCompression |
| int | iJPEGQuality |
| int | iCompressMode |
| int | iContSaveScans |
| int | iScanCount |
| int | iImgCount |
| long | lResultMsgBufSize |
| long | lResultCount |
| float | fSoundSpeed |
| float | fLeftDirDeg |
| float | fRightDirDeg |
| GDT | fIntegrationTime |
| stDirReq | sDirRq |
| stDirRes | sResultHeader |
| GList * | glServers |
| gint | giGdkTag |
| guint | guSbCtxt |
| GtkWidget * | gwWindow |
| GtkWidget * | gwVBox |
| GtkWidget * | gwCBHide |
| GtkWidget * | gwStatusBar |
| GtkWidget * | gwTable1 |
| GtkWidget * | gwLServer |
| GtkWidget * | gwCServer |
| GtkWidget * | gwBConnect |
| GtkWidget * | gwBDisconnect |
| GtkWidget * | gwCBFreeze |
| GtkWidget * | gwTable2 |
| GtkWidget * | gwLAlgorithm |
| GtkWidget * | gwOMAlgorithm |
| GtkWidget * | gwMAlgorithm |
| GtkWidget * | gwaMIAlgorithm [DGUI_ALGORITHM_ITEMS] |
| GtkWidget * | gwLSoundSpeed |
| GtkWidget * | gwESoundSpeed |
| GtkWidget * | gwLLowFrequencyLimit |
| GtkWidget * | gwELowFrequencyLimit |
| GtkWidget * | gwLIntegrationTime |
| GtkWidget * | gwEIntegrationTime |
| GtkWidget * | gwTable3 |
| GtkWidget * | gwLScaling |
| GtkWidget * | gwOMScaling |
| GtkWidget * | gwMScaling |
| GtkWidget * | gwaMIScaling [DGUI_SCALING_ITEMS] |
| GtkWidget * | gwLScalingExponent |
| GtkWidget * | gwEScalingExponent |
| GtkWidget * | gwLRemoveNoise |
| GtkWidget * | gwOMRemoveNoise |
| GtkWidget * | gwMRemoveNoise |
| GtkWidget * | gwaMIRemoveNoise [DGUI_REMOVE_NOISE_ITEMS] |
| GtkWidget * | gwLAlpha |
| GtkWidget * | gwEAlpha |
| GtkWidget * | gwLMeanLength |
| GtkWidget * | gwEMeanLength |
| GtkWidget * | gwLGapLength |
| GtkWidget * | gwEGapLength |
| GtkWidget * | gwCBNoFilter |
| GtkWidget * | gwCBNormalize |
| GtkWidget * | gwLPalette |
| GtkWidget * | gwOMPalette |
| GtkWidget * | gwMPalette |
| GtkWidget * | gwaMIPalette [DGUI_PALETTE_ITEMS] |
| GtkWidget * | gwTable4 |
| GtkWidget * | gwLLeftDirection |
| GtkWidget * | gwELeftDirection |
| GtkWidget * | gwLRightDirection |
| GtkWidget * | gwERightDirection |
| GtkWidget * | gwLSectorCount |
| GtkWidget * | gwESectorCount |
| GtkWidget * | gwLDirectionScale |
| GtkWidget * | gwEDirectionScale |
| GtkWidget * | gwCBSaving |
| GtkWidget * | gwBSave |
| GtkWidget * | gwFSSave |
| GtkWidget * | gwTableWorm |
| GtkWidget * | gwHRDirection |
| GtkWidget * | gwVRTime |
| GtkWidget * | gwDAWorm |
| GdkGC * | ggcWormBG |
| GdkGC * | ggcWormFG |
| GdkCursor * | gcCrossHair |
| std::string | strImgFileName |
| clAlloc | Results |
| clAlloc | ResultMsgBuf |
| clAlloc | ScaledResults |
| clCfgFile * | Cfg |
| clFrameBuf | FBDir |
| clGtkUtils | GtkUtils |
| clSockClie | SClient |
| clSockOp * | SOp |
| clDirMsg | DirMsg |
| clDSPOp | DSP |
Definition at line 77 of file GUIDir.hh.
|
||||||||||||
|
Definition at line 1016 of file GUIDir.cc. References bConnected, bFreezed, bRun, Cfg, cpWindowTxt, DGUI_CFGFILE, DGUI_PAL_DIR, DGUI_VER_MAJ, DGUI_VER_MIN, DGUI_VER_PL, clCfgFile::GetInt(), glServers, and iPalette. |
|
|
Definition at line 1038 of file GUIDir.cc. References Cfg. |
|
|
Definition at line 147 of file GUIDir.cc. References BuildDrawingPrims(), BuildTable1(), BuildTable2(), BuildTable3(), BuildTable4(), BuildTableWorm(), cpWindowTxt, DGUI_PADDING, clGtkUtils::EnableBackingStore(), gcCrossHair, GtkUtils, guSbCtxt, gwCBHide, gwDAWorm, gwHRDirection, gwStatusBar, gwVBox, gwVRTime, gwWindow, iDirectionScale, and iHistoryLines. Referenced by Exec(). |
|
|
Definition at line 214 of file GUIDir.cc. References clGtkUtils::ConnectMotionEvent(), DGUI_PALETTE_ITEMS, GtkUtils, gwaMIPalette, gwBConnect, gwBDisconnect, gwBSave, gwCBFreeze, gwCBHide, gwCBSaving, gwDAWorm, gwFSSave, gwHRDirection, gwVRTime, gwWindow, WrapOnConnectClick(), WrapOnDelete(), WrapOnExposeWorm(), WrapOnFreezeToggled(), WrapOnHideToggled(), WrapOnMotionWorm(), WrapOnPaletteActivate(), and WrapOnSaveClicks(). Referenced by Exec(). |
|
|
Definition at line 258 of file GUIDir.cc. References clGtkUtils::ComboListFromFile(), cpBConnectTxt, cpBDisconnectTxt, cpCBFreezeTxt, cpLServerTxt, DGUI_HOSTFILE, DGUI_PADDING, DGUI_SERVER_MAXLEN, glServers, GtkUtils, gwBConnect, gwBDisconnect, gwCBFreeze, gwCServer, gwLServer, gwTable1, and gwVBox. Referenced by Build(). |
|
|
Definition at line 318 of file GUIDir.cc. References clGtkUtils::BuildOptionMenu(), cpaLAlgorithmMenu, cpLAlgorithmTxt, cpLIntegrationTimeTxt, cpLLowFrequencyLimitTxt, cpLSoundSpeedTxt, DGUI_ALGORITHM_ITEMS, DGUI_CONV_BUF_SIZE, DGUI_ENTRY_WIDTH, DGUI_PADDING, fSoundSpeed, GtkUtils, gwaMIAlgorithm, gwEIntegrationTime, gwELowFrequencyLimit, gwESoundSpeed, gwLAlgorithm, gwLIntegrationTime, gwLLowFrequencyLimit, gwLSoundSpeed, gwMAlgorithm, gwOMAlgorithm, gwTable2, and gwVBox. Referenced by Build(). |
|
|
|
Definition at line 571 of file GUIDir.cc. References cpBSaveTxt, cpCBSavingTxt, cpFSSaveTxt, cpLDirectionScaleTxt, cpLLeftDirectionTxt, cpLRightDirectionTxt, cpLSectorCountTxt, DGUI_CONV_BUF_SIZE, DGUI_ENTRY_WIDTH, DGUI_PADDING, gwBSave, gwCBSaving, gwEDirectionScale, gwELeftDirection, gwERightDirection, gwESectorCount, gwFSSave, gwLDirectionScale, gwLLeftDirection, gwLRightDirection, gwLSectorCount, gwTable4, gwVBox, and iDirectionScale. Referenced by Build(). |
|
|
Definition at line 684 of file GUIDir.cc. References gwDAWorm, gwHRDirection, gwTableWorm, gwVBox, gwVRTime, iDirectionScale, and iHistoryLines. Referenced by Build(). |
|
|
Definition at line 733 of file GUIDir.cc. References DGUI_PAL_BW, DGUI_PAL_DIR, DGUI_PAL_GREEN, DGUI_PAL_GREEN2, DGUI_PAL_HSV, DGUI_PAL_LIGHT, DGUI_PAL_PUREGREEN, DGUI_PAL_TEMP, DGUI_PAL_WB, DGUI_WORM_BG, DGUI_WORM_FG, FBDir, gcCrossHair, ggcWormBG, ggcWormFG, gwDAWorm, iPalette, clFrameBuf::PalGenBW(), clFrameBuf::PalGenDir(), clFrameBuf::PalGenGreen(), clFrameBuf::PalGenGreen2(), clFrameBuf::PalGenHSV(), clFrameBuf::PalGenLight(), clFrameBuf::PalGenPureGreen(), clFrameBuf::PalGenTemp(), and clFrameBuf::PalGenWB(). Referenced by Build(). |
|
|
Definition at line 789 of file GUIDir.cc. References gcCrossHair, ggcWormBG, and ggcWormFG. Referenced by Exec(). |
|
||||||||||||||||
|
Definition at line 797 of file GUIDir.cc. References DGUI_SERVER_MAXLEN. Referenced by OnConnectClick(). |
|
||||||||||||
|
Definition at line 820 of file GUIDir.cc. References bConnected, clSockClie::Connect(), DGUI_REQ_PROC, DGUI_REQ_PROC2, FBDir, GDT, clFrameBuf::GetCurPtr(), clFrameBuf::GetRowStride(), GetSettings(), ggcWormFG, giGdkTag, GLOBAL_HEADER_LEN, gwDAWorm, gwHRDirection, gwVRTime, _stDirReq::iAlgorithm, iClips, iDirectionScale, iHistoryLines, iSockH, iWormHeight, iWormWidth, lResultCount, lResultMsgBufSize, MSG_DIR_ALG_BEAM, MSG_DIR_ALG_CORR, MSG_DIR_ALG_SPECT, ResultMsgBuf, Results, ScaledResults, SClient, sDirRq, SendSettings(), clFrameBuf::SetSize(), SOp, WrapOnGdkInput(), and clSockOp::WriteN(). Referenced by OnConnectClick(). |
|
|
|
Definition at line 930 of file GUIDir.cc. References DirMsg, clSockOp::GetErrno(), GLOBAL_HEADER_LEN, sDirRq, clDirMsg::SetRequest(), SOp, and clSockOp::WriteN(). Referenced by InitConnection(). |
|
|
Definition at line 945 of file GUIDir.cc. References DGUI_CONV_BUF_SIZE, fIntegrationTime, fLeftDirDeg, _stDirRes::fPeakLevel, fRightDirDeg, guSbCtxt, gwStatusBar, iClips, iCursorX, iCursorY, iDirectionScale, _stDirRes::lSectorCount, and sResultHeader. Referenced by OnGdkInput(), and OnMotionWorm(). |
|
||||||||||||
|
Definition at line 976 of file GUIDir.cc. References FB_TIFF_MODE, _stDirRes::fHighFreqLimit, _stDirRes::fIntegrationTime, _stDirReq::fLeftDir, _stDirReq::fRightDir, _stDirRes::lSectorCount, sDirRq, and sResultHeader. Referenced by OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 997 of file GUIDir.cc. References bSaving, FB_TIFF_CONT_VERTICAL, FBDir, gwCBSaving, iCompressMode, iImgCount, iJPEGQuality, SaveInfo(), clFrameBuf::StartSaveToFile(), clFrameBuf::StopSaveToFile(), and strImgFileName. Referenced by OnGdkInput(). |
|
|
Definition at line 1044 of file GUIDir.cc. References Build(), Cfg, clFrameBuf::Clear(), ConnectSignals(), DGUI_DEF_LINES, DGUI_DEF_SOUNDSPEED, FB_TIFF_COMPRESS_DEFLATE, FB_TIFF_COMPRESS_JPEG, FB_TIFF_COMPRESS_LZW, FB_TIFF_COMPRESS_NONE, FB_TIFF_COMPRESS_RLE, FBDir, FreeDrawingPrims(), fSoundSpeed, clCfgFile::GetFlt(), clCfgFile::GetInt(), iCompressMode, iContSaveScans, iDirectionScale, iHistoryLines, iJPEGQuality, iPalette, iTIFFCompression, iWormHeight, iWormWidth, and clFrameBuf::SetSize(). Referenced by main(). |
|
||||||||||||
|
Definition at line 1100 of file GUIDir.cc. References bRun, bSaving, FBDir, and clFrameBuf::StopSaveToFile(). Referenced by WrapOnDelete(). |
|
||||||||||||
|
Definition at line 1112 of file GUIDir.cc. References gwTable1, gwTable2, gwTable3, and gwTable4. Referenced by WrapOnHideToggled(). |
|
||||||||||||
|
Definition at line 1131 of file GUIDir.cc. References bConnected, DGUI_SERVER_MAXLEN, giGdkTag, gwBConnect, gwCServer, InitConnection(), ParseServerStr(), clSockOp::Shutdown(), and SOp. Referenced by WrapOnConnectClick(). |
|
||||||||||||
|
Definition at line 1169 of file GUIDir.cc. References bFreezed. Referenced by WrapOnFreezeToggled(). |
|
||||||||||||
|
Definition at line 1175 of file GUIDir.cc. References FBDir, clFrameBuf::GetCurPtr(), clFrameBuf::GetRowStride(), ggcWormFG, gwDAWorm, iWormHeight, and iWormWidth. Referenced by WrapOnExposeWorm(). |
|
||||||||||||
|
Definition at line 1196 of file GUIDir.cc. References iCursorX, iCursorY, and PrintStatus(). Referenced by WrapOnMotionWorm(). |
|
||||||||||||
|
Definition at line 1205 of file GUIDir.cc. References Cfg, DGUI_PAL_BW, DGUI_PAL_DIR, DGUI_PAL_GREEN, DGUI_PAL_GREEN2, DGUI_PAL_HSV, DGUI_PAL_LIGHT, DGUI_PAL_PUREGREEN, DGUI_PAL_TEMP, DGUI_PAL_WB, FBDir, clCfgFile::GetInt(), gwaMIPalette, clFrameBuf::PalGenBW(), clFrameBuf::PalGenDir(), clFrameBuf::PalGenGreen(), clFrameBuf::PalGenGreen2(), clFrameBuf::PalGenHSV(), clFrameBuf::PalGenLight(), clFrameBuf::PalGenPureGreen(), clFrameBuf::PalGenTemp(), and clFrameBuf::PalGenWB(). Referenced by WrapOnPaletteActivate(). |
|
||||||||||||
|
Definition at line 1277 of file GUIDir.cc. References bSaving, FB_TIFF_CONT_VERTICAL, FBDir, _stDirRes::fIntegrationTime, clFrameBuf::GetHeight(), gwCBSaving, gwFSSave, iCompressMode, iImgCount, iJPEGQuality, iScanCount, SaveInfo(), clFrameBuf::SaveToFile(), sResultHeader, clFrameBuf::StartSaveToFile(), clFrameBuf::StopSaveToFile(), and strImgFileName. Referenced by WrapOnSaveClicks(). |
|
||||||||||||||||
|
Definition at line 1361 of file GUIDir.cc. References bConnected, bFreezed, bRun, bSaving, DGUI_CONV_BUF_SIZE, DirMsg, clFrameBuf::DrawLine(), DSP, FBDir, _stDirRes::fIntegrationTime, fIntegrationTime, _stDirRes::fPeakLevel, GDT, clFrameBuf::GetCurPtr(), clSockOp::GetErrno(), clDirMsg::GetResult(), clFrameBuf::GetRowStride(), ggcWormFG, giGdkTag, gwDAWorm, gwEIntegrationTime, gwVRTime, iClips, iContSaveScans, iDirectionScale, iHistoryLines, iImgCount, iScanCount, iWormHeight, iWormWidth, lResultCount, lResultMsgBufSize, _stDirRes::lSectorCount, PrintStatus(), clSockOp::ReadN(), ResultMsgBuf, Results, ScaledResults, clSockOp::Shutdown(), SOp, sResultHeader, and StartNewImgFile(). Referenced by WrapOnGdkInput(). |
|
|
Definition at line 80 of file GUIDir.hh. Referenced by clGUIDir(), OnDelete(), and OnGdkInput(). |
|
|
Definition at line 81 of file GUIDir.hh. Referenced by clGUIDir(), InitConnection(), OnConnectClick(), and OnGdkInput(). |
|
|
Definition at line 82 of file GUIDir.hh. Referenced by clGUIDir(), OnFreezeToggled(), and OnGdkInput(). |
|
|
Definition at line 83 of file GUIDir.hh. Referenced by OnDelete(), OnGdkInput(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 84 of file GUIDir.hh. Referenced by InitConnection(). |
|
|
Definition at line 85 of file GUIDir.hh. Referenced by Build(), BuildTable4(), BuildTableWorm(), Exec(), GetSettings(), InitConnection(), OnGdkInput(), and PrintStatus(). |
|
|
Definition at line 86 of file GUIDir.hh. Referenced by Build(), BuildTableWorm(), Exec(), GetSettings(), InitConnection(), and OnGdkInput(). |
|
|
Definition at line 87 of file GUIDir.hh. Referenced by BuildDrawingPrims(), BuildTable3(), clGUIDir(), and Exec(). |
|
|
Definition at line 88 of file GUIDir.hh. Referenced by InitConnection(), OnGdkInput(), and PrintStatus(). |
|
|
Definition at line 89 of file GUIDir.hh. Referenced by Exec(), InitConnection(), OnExposeWorm(), and OnGdkInput(). |
|
|
Definition at line 90 of file GUIDir.hh. Referenced by Exec(), InitConnection(), OnExposeWorm(), and OnGdkInput(). |
|
|
Definition at line 91 of file GUIDir.hh. Referenced by OnMotionWorm(), and PrintStatus(). |
|
|
Definition at line 92 of file GUIDir.hh. Referenced by OnMotionWorm(), and PrintStatus(). |
|
|
Definition at line 93 of file GUIDir.hh. Referenced by Exec(). |
|
|
Definition at line 94 of file GUIDir.hh. Referenced by Exec(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 95 of file GUIDir.hh. Referenced by Exec(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 96 of file GUIDir.hh. Referenced by Exec(), and OnGdkInput(). |
|
|
Definition at line 97 of file GUIDir.hh. Referenced by OnGdkInput(), and OnSaveClicks(). |
|
|
Definition at line 98 of file GUIDir.hh. Referenced by OnGdkInput(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 99 of file GUIDir.hh. Referenced by InitConnection(), and OnGdkInput(). |
|
|
Definition at line 100 of file GUIDir.hh. Referenced by GetSettings(), InitConnection(), and OnGdkInput(). |
|
|
Definition at line 101 of file GUIDir.hh. Referenced by BuildTable2(), and Exec(). |
|
|
Definition at line 102 of file GUIDir.hh. Referenced by GetSettings(), and PrintStatus(). |
|
|
Definition at line 103 of file GUIDir.hh. Referenced by GetSettings(), and PrintStatus(). |
|
|
Definition at line 104 of file GUIDir.hh. Referenced by GetSettings(), OnGdkInput(), and PrintStatus(). |
|
|
Definition at line 105 of file GUIDir.hh. Referenced by GetSettings(), InitConnection(), SaveInfo(), and SendSettings(). |
|
|
Definition at line 106 of file GUIDir.hh. Referenced by OnGdkInput(), OnSaveClicks(), PrintStatus(), and SaveInfo(). |
|
|
Definition at line 108 of file GUIDir.hh. Referenced by BuildTable1(), and clGUIDir(). |
|
|
Definition at line 110 of file GUIDir.hh. Referenced by InitConnection(), OnConnectClick(), and OnGdkInput(). |
|
|
Definition at line 111 of file GUIDir.hh. Referenced by Build(), and PrintStatus(). |
|
|
Definition at line 113 of file GUIDir.hh. Referenced by Build(), and ConnectSignals(). |
|
|
Definition at line 114 of file GUIDir.hh. Referenced by Build(), BuildTable1(), BuildTable2(), BuildTable3(), BuildTable4(), and BuildTableWorm(). |
|
|
Definition at line 115 of file GUIDir.hh. Referenced by Build(), and ConnectSignals(). |
|
|
Definition at line 116 of file GUIDir.hh. Referenced by Build(), and PrintStatus(). |
|
|
Definition at line 118 of file GUIDir.hh. Referenced by BuildTable1(), and OnHideToggled(). |
|
|
Definition at line 119 of file GUIDir.hh. Referenced by BuildTable1(). |
|
|
Definition at line 120 of file GUIDir.hh. Referenced by BuildTable1(), and OnConnectClick(). |
|
|
Definition at line 121 of file GUIDir.hh. Referenced by BuildTable1(), ConnectSignals(), and OnConnectClick(). |
|
|
Definition at line 122 of file GUIDir.hh. Referenced by BuildTable1(), and ConnectSignals(). |
|
|
Definition at line 123 of file GUIDir.hh. Referenced by BuildTable1(), and ConnectSignals(). |
|
|
Definition at line 125 of file GUIDir.hh. Referenced by BuildTable2(), and OnHideToggled(). |
|
|
Definition at line 126 of file GUIDir.hh. Referenced by BuildTable2(). |
|
|
Definition at line 127 of file GUIDir.hh. Referenced by BuildTable2(), and GetSettings(). |
|
|
Definition at line 128 of file GUIDir.hh. Referenced by BuildTable2(). |
|
|
Definition at line 129 of file GUIDir.hh. Referenced by BuildTable2(), and GetSettings(). |
|
|
Definition at line 130 of file GUIDir.hh. Referenced by BuildTable2(). |
|
|
Definition at line 131 of file GUIDir.hh. Referenced by BuildTable2(), and GetSettings(). |
|
|
Definition at line 132 of file GUIDir.hh. Referenced by BuildTable2(). |
|
|
Definition at line 133 of file GUIDir.hh. Referenced by BuildTable2(), and GetSettings(). |
|
|
Definition at line 134 of file GUIDir.hh. Referenced by BuildTable2(). |
|
|
Definition at line 135 of file GUIDir.hh. Referenced by BuildTable2(), GetSettings(), and OnGdkInput(). |
|
|
Definition at line 137 of file GUIDir.hh. Referenced by BuildTable3(), and OnHideToggled(). |
|
|
Definition at line 138 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 139 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 140 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 141 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 142 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 143 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 144 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 145 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 146 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 147 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 148 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 149 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 150 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 151 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 152 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 153 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 154 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 155 of file GUIDir.hh. Referenced by BuildTable3(), and GetSettings(). |
|
|
Definition at line 156 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 157 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 158 of file GUIDir.hh. Referenced by BuildTable3(). |
|
|
Definition at line 159 of file GUIDir.hh. Referenced by BuildTable3(), ConnectSignals(), and OnPaletteActivate(). |
|
|
Definition at line 161 of file GUIDir.hh. Referenced by BuildTable4(), and OnHideToggled(). |
|
|
Definition at line 162 of file GUIDir.hh. Referenced by BuildTable4(). |
|
|
Definition at line 163 of file GUIDir.hh. Referenced by BuildTable4(), and GetSettings(). |
|
|
Definition at line 164 of file GUIDir.hh. Referenced by BuildTable4(). |
|
|
Definition at line 165 of file GUIDir.hh. Referenced by BuildTable4(), and GetSettings(). |
|
|
Definition at line 166 of file GUIDir.hh. Referenced by BuildTable4(). |
|
|
Definition at line 167 of file GUIDir.hh. Referenced by BuildTable4(), and GetSettings(). |
|
|
Definition at line 168 of file GUIDir.hh. Referenced by BuildTable4(). |
|
|
Definition at line 169 of file GUIDir.hh. Referenced by BuildTable4(), and GetSettings(). |
|
|
Definition at line 170 of file GUIDir.hh. Referenced by BuildTable4(), ConnectSignals(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 171 of file GUIDir.hh. Referenced by BuildTable4(), and ConnectSignals(). |
|
|
Definition at line 172 of file GUIDir.hh. Referenced by BuildTable4(), ConnectSignals(), and OnSaveClicks(). |
|
|
Definition at line 174 of file GUIDir.hh. Referenced by BuildTableWorm(). |
|
|
Definition at line 175 of file GUIDir.hh. Referenced by Build(), BuildTableWorm(), ConnectSignals(), GetSettings(), and InitConnection(). |
|
|
Definition at line 176 of file GUIDir.hh. Referenced by Build(), BuildTableWorm(), ConnectSignals(), GetSettings(), InitConnection(), and OnGdkInput(). |
|
|
Definition at line 177 of file GUIDir.hh. Referenced by Build(), BuildDrawingPrims(), BuildTableWorm(), ConnectSignals(), InitConnection(), OnExposeWorm(), and OnGdkInput(). |
|
|
Definition at line 179 of file GUIDir.hh. Referenced by BuildDrawingPrims(), and FreeDrawingPrims(). |
|
|
Definition at line 180 of file GUIDir.hh. Referenced by BuildDrawingPrims(), FreeDrawingPrims(), InitConnection(), OnExposeWorm(), and OnGdkInput(). |
|
|
Definition at line 181 of file GUIDir.hh. Referenced by Build(), BuildDrawingPrims(), and FreeDrawingPrims(). |
|
|
Definition at line 183 of file GUIDir.hh. Referenced by OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 184 of file GUIDir.hh. Referenced by InitConnection(), and OnGdkInput(). |
|
|
Definition at line 185 of file GUIDir.hh. Referenced by InitConnection(), and OnGdkInput(). |
|
|
Definition at line 186 of file GUIDir.hh. Referenced by InitConnection(), and OnGdkInput(). |
|
|
Definition at line 187 of file GUIDir.hh. Referenced by clGUIDir(), Exec(), OnPaletteActivate(), and ~clGUIDir(). |
|
|
Definition at line 188 of file GUIDir.hh. Referenced by BuildDrawingPrims(), Exec(), InitConnection(), OnDelete(), OnExposeWorm(), OnGdkInput(), OnPaletteActivate(), OnSaveClicks(), and StartNewImgFile(). |
|
|
Definition at line 189 of file GUIDir.hh. Referenced by Build(), BuildTable1(), BuildTable2(), BuildTable3(), ConnectSignals(), and GetSettings(). |
|
|
Definition at line 190 of file GUIDir.hh. Referenced by InitConnection(). |
|
|
Definition at line 191 of file GUIDir.hh. Referenced by InitConnection(), OnConnectClick(), OnGdkInput(), and SendSettings(). |
|
|
Definition at line 192 of file GUIDir.hh. Referenced by OnGdkInput(), and SendSettings(). |
|
|
Definition at line 193 of file GUIDir.hh. Referenced by GetSettings(), and OnGdkInput(). |
1.3.3