Changeset 62 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
04/14/06 13:42:25 (3 years ago)
Author:
jordi
Message:

The main presenter now sets the sensitiveness of a "Reload" action, still to implement, thought.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r49 r62  
    133133 
    134134            /// 
     135            /// @brief Changes the sensitivity of the "Reload" action. 
     136            /// 
     137            /// The view must change the sensitivity (it's called enabled or 
     138            /// disabled on some toolkits) of the "Reload" action 
     139            /// (both on the menu and the toolbar or any other place). 
     140            /// 
     141            /// @param sensitive Set to TRUE if need to make sensitive (enable) 
     142            ///                  the action (enable) or FALSE to  
     143            ///                  insensitive (disable) it. 
     144            /// 
     145            virtual void sensitiveReload (gboolean sensitive) = 0; 
     146             
     147            /// 
    135148            /// @brief Changes the sensitivity of the "Rotate Left" action. 
    136149            ///