CamCheckerWindow.cpp File Reference

Implementation for the CamCheckerWindow class. More...

#include <standard.hpp>
#include <string>
#include "CamCheckerWindow.hpp"
#include "CameraCalibrator.hpp"

Include dependency graph for CamCheckerWindow.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define FL_CALLBACK(theClass, func)   static void func(Fl_Widget *w, void *v) { theClass *c = (theClass*)v; c->func(); }

Functions

void onThreshSliderChanged (Fl_Widget *w, void *v)
void onSwitchImages (Fl_Widget *w, void *v)
vector< string > getFilenamesFromDialogWin32 (bool bOpening, const char *extension_filter, const char *defaultExtension)
vector< string > getFilenamesFromDialogFLTK (const char *extension_filter)

Variables

Fl_Menu_Item menuitems []


Detailed Description

Implementation for the CamCheckerWindow class.

Author: Matt Loper

Revision
1.7
Date
2003/05/19 08:43:28

Definition in file CamCheckerWindow.cpp.


Variable Documentation

Fl_Menu_Item menuitems[]
 

Initial value:

 {
        
    { "&File",              0, 0, 0, FL_SUBMENU },
    { "&Open Image(s)...",    FL_CTRL + 'o', openImageFiles, 0, FL_MENU_DIVIDER },
    { "E&xit",                FL_CTRL + 'q', shutdown,       0  },
    { 0 },

    { "&Compute",                0,             0,                                     0, FL_SUBMENU|FL_MENU_INVISIBLE },
        { "Point &locations on this image",FL_CTRL + 'l', findPoints, 0 },
    { "Global &Intrinsics",            FL_CTRL + 'i', findIntrinsics,    0 },
    { 0 },

    { "&View",                0,             0,                                     0, FL_SUBMENU|FL_MENU_INVISIBLE },
        { "&Thresholded",         FL_CTRL + 't', setImageViewThresholded, 0, FL_MENU_RADIO|FL_MENU_VALUE },
    { "Ori&ginal",            FL_CTRL + 'g', setImageViewOriginal,    0, FL_MENU_RADIO },
    { 0 },

        { 0 }
}

Definition at line 53 of file CamCheckerWindow.cpp.


Generated on Mon May 26 11:19:29 2003 for CamChecker by doxygen1.3