Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
NewNameMessageBox Class Reference

Asks the user how to proceed after a name clash. More...

#include <Plugin-PropertyVis/Utils.hh>

Inheritance diagram for NewNameMessageBox:

Public Member Functions

 NewNameMessageBox (QString propName)
 

Public Attributes

bool replace
 
bool rename
 
bool cancel
 

Private Slots

void slotReplace ()
 
void slotRename ()
 
void slotCancel ()
 

Private Attributes

QLabel * problemDescription
 
QPushButton * buttonRename
 
QPushButton * buttonReplace
 
QPushButton * buttonCancel
 
QString propName
 

Detailed Description

Asks the user how to proceed after a name clash.

When loading a property the provided name can already be in use. This message box is used to ask the user how to proceed. Cancel loading, set a new name or replace the old property by the new one?

Definition at line 176 of file Utils.hh.


The documentation for this class was generated from the following files: