Home
last modified time | relevance | path

Searched refs:m_bMayClose (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dtitlebar.cpp8 TitleBar::TitleBar(QWidget *parent) : QWidget(parent),m_bMayClose(true) in TitleBar()
16 if(m_bMayClose) in TitleBar()
58 m_bMayClose = bMay; in setAppMayClose()
H A Dtitlebar.h24 bool m_bMayClose; variable