Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorShell::FileView Class Reference

#include <phosphor-shell/include/PhosphorShell/FileView.h>

Inheritance diagram for PhosphorShell::FileView:
[legend]

Signals

void pathChanged ()
 
void contentChanged ()
 
void intervalChanged ()
 
void existsChanged ()
 

Public Member Functions

 FileView (QObject *parent=nullptr)
 
 ~FileView () override
 
QString path () const
 
void setPath (const QString &path)
 
QString content () const
 
int interval () const
 
void setInterval (int interval)
 
bool exists () const
 

Constructor & Destructor Documentation

◆ FileView()

PhosphorShell::FileView::FileView ( QObject *  parent = nullptr)
explicit

◆ ~FileView()

PhosphorShell::FileView::~FileView ( )
override

Member Function Documentation

◆ content()

QString PhosphorShell::FileView::content ( ) const

◆ contentChanged

void PhosphorShell::FileView::contentChanged ( )
signal

◆ exists()

bool PhosphorShell::FileView::exists ( ) const

◆ existsChanged

void PhosphorShell::FileView::existsChanged ( )
signal

◆ interval()

int PhosphorShell::FileView::interval ( ) const

◆ intervalChanged

void PhosphorShell::FileView::intervalChanged ( )
signal

◆ path()

QString PhosphorShell::FileView::path ( ) const

◆ pathChanged

void PhosphorShell::FileView::pathChanged ( )
signal

◆ setInterval()

void PhosphorShell::FileView::setInterval ( int  interval)

◆ setPath()

void PhosphorShell::FileView::setPath ( const QString &  path)

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