Go to the documentation of this file.
   23 #ifndef STD_TABDESKTOP_H 
   24 #define STD_TABDESKTOP_H 
   34 #pragma warning( disable: 4251 ) 
   52   void                     windowOperation( 
const int );
 
   54   void                     setWindowOperations( 
const int, ... );
 
   60   void                     onWindowActivated( 
QWidget* );
 
   61   void                     onArrangeViews();
 
   68   int                      operationFlag( 
const int ) 
const;
 
   76 #pragma warning( default: 4251 )