Choreonoid  1.8
Classes | Namespaces | Macros | Functions
MessageView.h File Reference
#include <cnoid/View>
#include <QString>
#include <string>
#include <iosfwd>
#include "exportdecl.h"

Go to the source code of this file.

Classes

class  cnoid::MessageView
 

Namespaces

 cnoid
 

Macros

#define CNOID_BASE_MVOUT_DECLARED
 

Functions

CNOID_EXPORT std::ostream & cnoid::mvout (bool doFlush=true)
 
CNOID_EXPORT void cnoid::showMessageBox (const std::string &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 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)
 

Macro Definition Documentation

◆ CNOID_BASE_MVOUT_DECLARED

#define CNOID_BASE_MVOUT_DECLARED