VAPOR3 3.9.4
Public Member Functions | List of all members
VFrame Class Reference

#include <VFrame.h>

Inheritance diagram for VFrame:

Public Member Functions

 VFrame ()
 
void addWidget (QWidget *widget)
 
int getNumOfChildWidgets () const
 
int hideChildAtIdx (int idx)
 
int showChildAtIdx (int idx)
 

Detailed Description

A simple class that sets a layout, spacing, and margin policy onto a QFrame for consistency throughout the application.

Definition at line 11 of file VFrame.h.

Constructor & Destructor Documentation

◆ VFrame()

VFrame::VFrame ( )

Member Function Documentation

◆ addWidget()

void VFrame::addWidget ( QWidget *  widget)

◆ getNumOfChildWidgets()

int VFrame::getNumOfChildWidgets ( ) const

◆ hideChildAtIdx()

int VFrame::hideChildAtIdx ( int  idx)

◆ showChildAtIdx()

int VFrame::showChildAtIdx ( int  idx)

The documentation for this class was generated from the following file: