Subversion Repositories tpanel

Rev

Rev 296 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 296 Rev 321
Line 79... Line 79...
79
            QPropertyAnimation *animation{nullptr};
79
            QPropertyAnimation *animation{nullptr};
80
            ANIMATION_t animate;
80
            ANIMATION_t animate;
81
            bool aniDirection{false};
81
            bool aniDirection{false};
82
            WId wid{0};                     // Used to identify a QTextEdit or QLineEdit
82
            WId wid{0};                     // Used to identify a QTextEdit or QLineEdit
83
            bool remove{false};             // Object is marked for remove. Used with animation.
83
            bool remove{false};             // Object is marked for remove. Used with animation.
-
 
84
            bool connected{false};          // TRUE = there is a connection.
84
        }OBJECT_t;
85
        }OBJECT_t;
85
 
86
 
86
        TObject();
87
        TObject();
87
        ~TObject();
88
        ~TObject();
88
 
89