Choreonoid
1.5
|
#include <cnoid/View>
#include <string>
#include <iosfwd>
#include <boost/format.hpp>
#include <QString>
#include "exportdecl.h"
Go to the source code of this file.
Classes | |
class | cnoid::MessageView |
Namespaces | |
cnoid | |
Defines the minimum processing for performing pasing file for STL. | |
Macros | |
#define | CNOID_BASE_MVOUT_DECLARED |
Functions | |
CNOID_EXPORT std::ostream & | cnoid::mvout (bool doFlush=false) |
CNOID_EXPORT void | cnoid::showMessageBox (const std::string &message) |
CNOID_EXPORT void | cnoid::showMessageBox (const boost::format &message) |
CNOID_EXPORT void | cnoid::showMessageBox (const char *message) |
CNOID_EXPORT void | cnoid::showMessageBox (const QString &message) |
CNOID_EXPORT void | cnoid::showWarningDialog (const std::string &message) |
CNOID_EXPORT void | cnoid::showWarningDialog (const boost::format &message) |
CNOID_EXPORT void | cnoid::showWarningDialog (const char *message) |
CNOID_EXPORT void | cnoid::showWarningDialog (const QString &message) |
CNOID_EXPORT bool | cnoid::showConfirmDialog (const char *caption, const char *message) |
CNOID_EXPORT bool | cnoid::showConfirmDialog (const std::string &caption, const std::string &message) |
CNOID_EXPORT bool | cnoid::showConfirmDialog (const QString &caption, const QString &message) |
#define CNOID_BASE_MVOUT_DECLARED |