#include <lib_paint.h>
Represents a Texture View.
Public Member Functions | |
| Bool | GetShowMesh (Bool &showMesh) | 
| Bool | SetShowMesh (Bool showMesh) | 
| Bool | GetShowMeshWireframe (Bool &showMesh) | 
| Bool | SetShowMeshWireframe (Bool showMesh) | 
| Bool | SetContextFromSelection () | 
| Bool | FitToScreen () | 
Static Public Member Functions | |
| static void | Free (PaintView *&p) | 
Private Member Functions | |
| PaintView () | |
| ~PaintView () | |
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  static | 
Gets the "View > Show UV Display" option status for the view.
| [out] | showMesh | Assigned true if enabled, otherwise false. | 
Sets the "View > Show UV Display" option status for the view.
| [in] | showMesh | true to enable the option. | 
Gets the "View > Show UV Mesh" option status for the view.
| [out] | showMesh | Assigned true if enabled, otherwise false. | 
Sets the "View > Show UV Mesh" option status for the view.
| [in] | showMesh | true to enable the option. | 
| Bool SetContextFromSelection | ( | ) | 
Updates the view context with the current selection.
| Bool FitToScreen | ( | ) | 
Applies the "View > Fit to Screen" feature.