18 #ifndef _MODEL_IMPORT_DIALOG_HH_    19 #define _MODEL_IMPORT_DIALOG_HH_    47       public: std::string GetLinkName() 
const;
    51       public: std::string GetImportPath() 
const;
    55       public: 
void SetLinkName(
const std::string &_name);
    59       public: 
void SetImportPath(
const std::string &_path);
    63       public: 
void SetMessage(
const std::string &_msg);
    67       public: 
void SetTitle(
const std::string &_title);
    70       protected: 
virtual void showEvent(QShowEvent *event);
    73       private slots: 
void OnBrowse();
    76       private slots: 
void OnCancel();
    79       private slots: 
void OnImport();
    82       private: QLineEdit *nameLineEdit;
    85       private: QLineEdit *pathLineEdit;
    88       private: QLabel *messageLabel;
 Forward declarations for the common classes. 
Definition: Animation.hh:33
 
Dialog for saving to file. 
Definition: ImportDialog.hh:34