Removed Dialog/Popup::open/close() methods as they are replaced by the setVisible() method
This commit is contained in:
@@ -31,9 +31,6 @@ public:
|
||||
std::string& getTitle() { return _title; }
|
||||
const std::string& getTitle() const { return _title; }
|
||||
|
||||
void close();
|
||||
void open();
|
||||
|
||||
bool handleImplementation(osgGA::EventVisitor* ev, osgGA::Event* event);
|
||||
|
||||
virtual void createGraphicsImplementation();
|
||||
|
||||
@@ -28,9 +28,6 @@ public:
|
||||
Popup(const Popup& dialog, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
|
||||
META_Node(osgUI, Popup);
|
||||
|
||||
void close();
|
||||
void open();
|
||||
|
||||
virtual void leaveImplementation();
|
||||
|
||||
bool handleImplementation(osgGA::EventVisitor* ev, osgGA::Event* event);
|
||||
|
||||
Reference in New Issue
Block a user