Structural deformable models
|
#include "fxconfig.h"
#include <fx.h>
#include <FXApp.h>
#include <string>
#include "glImage.h"
#include "sensordlg.h"
#include "Brain.h"
Go to the source code of this file.
Classes | |
class | ImageWindow |
Functions | |
bool | setTitle (const std::string &title) |
bool | setStatusText (const std::string &stext) |
bool setStatusText | ( | const std::string & | stext | ) |
Definition at line 77 of file deform.cpp.
References ImageWindow::create(), ImageWindow::drawScene(), ImageWindow::ImageWindow(), NULL, ImageWindow::onCanvasRepaint(), ImageWindow::onCmdOpenGL(), ImageWindow::onConfigure(), ImageWindow::onExpose(), setStatusText(), ImageWindow::setStatusText(), TIMER_INTERVAL, and ImageWindow::~ImageWindow().
Referenced by ImageWindow::onToggleSensorDlg(), ImageWindow::selectSensor(), and setStatusText().
bool setTitle | ( | const std::string & | title | ) |
Definition at line 68 of file deform.cpp.