TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::Grid::ColumnLayout Class Reference

Define the layout of one column. More...

#include <tsGrid.h>

Public Member Functions

bool isBorder () const
 Check if this layout is a border, a separator bar.
 

Detailed Description

Define the layout of one column.

A grid can be filled with columns of text. Each column can contain one or two text fields. This class is never directly manipulated by applications. Instead, the class Grid provides factories named left(), right(), both() and border().

Member Function Documentation

◆ isBorder()

bool ts::Grid::ColumnLayout::isBorder ( ) const
inline

Check if this layout is a border, a separator bar.

Returns
True if this layout is a border.

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