5 #ifndef CNOID_BASE_INFO_BAR_H 6 #define CNOID_BASE_INFO_BAR_H 10 #include <QHBoxLayout> 24 void notify(
const char* message);
25 void notify(
const std::string& message);
26 void notify(
const QString& message);
32 QWidget* indicatorBase;
33 QHBoxLayout* indicatorLayout;
34 QWidget* currentIndicator;
36 void setIndicator(QWidget* indicator);
37 void removeCurrentIndicator();
40 void onFocusChanged(QWidget* old, QWidget* now);
41 void onIndicatorDestroyed(QObject* obj);
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37