公開型
|
typedef QValueList<SlListColumnInfo> | SlListColumnInfos |
enum | ListType { Pid,
CmdLine,
Both
} |
enum | InputDeviceType { BuiltinKeyboard = 1,
SoftwareKeyboard = 2
} |
enum | AppCommand {
NoneCommand = 0,
NewCommand,
ModifyCommand,
DeleteCommand,
ZoomInCommand,
ZoomOutCommand,
CutCommand = 50,
CopyCommand,
PasteCommand
} |
enum | RequiredSize { SmallSize = 0,
LargeSize
} |
静的公開メンバ 適合機種情報はこちら
|
bool | isExecutable (const QString &c) |
ulong | availableMemory () |
bool | invalidFileName (QString &fName) |
QString | getValidFileName (const QString &baseName) |
QString | getCanonicalPath (const QString &fName) |
void | enableAutoPowerOff (bool isOn) |
void | enableAutoPowerOff (bool isOn, bool DimAlso, bool ScreenSaverAlso=FALSE) |
void | enableLockApplication (bool) |
bool | isTheSmbShareFileHasWriteEntry (const QString &shareFName) |
bool | isTheSmbShareFileNowCopy (const QString &shareFName) |
bool | checkTheSmbShareFileMode (const QString &shareFName, char modeMask, char checkMode, bool equality) |
bool | isTheFileLockedBySmbd (const QString &fName) |
bool | isSambaForked () |
void | startSamba () |
void | stopSamba () |
QStringList | procList (const QRegExp &re, uint max=0, enum ListType type=Pid) |
void | dumpMemInfo (bool isShowHeap) |
bool | canCreateTheFile (const QString &) |
QString | getLanguage () |
QSize | getMaximizedWidgetInfo () |
QSize | getScrollbarMetrics () |
int | getDpi () |
SlResolutionScale | getResolutionScale () |
int | getMaximizedWidgetContentsWidth () |
bool | isLandscape () |
void | requestCloseFile (const QString &) |
void | requestOpenFile (const QString &) |
void | insertStandardFontMenu (QPopupMenu *pm) |
void | insertAllFontMenu (QPopupMenu *pm) |
int | getLogicalSizeFromMenuId (int id) |
void | setFontSizeItemChecked (QPopupMenu *pm, int logicalSize) |
int | getFontPointSize (int logicalSize) |
void | toggleFontSize (QPopupMenu *pm, int &logicalSize, bool isLarge=true) |
void | toggleAllFontSize (QPopupMenu *pm, int *fontSize, bool isLarge=true) |
void | SlFontArrange (QWidget *widget) |
void | SlLayoutSpaceArrange (QObject *object) |
bool | checkBatteryError (const QString &module_name, bool force) |
bool | checkBatteryErrorWithoutDialog (const QString &module_name, bool force) |
InputDeviceType | defaultInputDevice () |
void | setListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config &config) |
void | writeListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config &config) |
void | writeListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config &config, bool isLandscape) |
void | rotateListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config &config) |
void | setListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config *config=NULL) |
void | writeListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config *config=NULL) |
void | writeListColumnsWidth (QWidget *w, SlListColumnInfos &infos, bool isLandscape, Config *config=NULL) |
void | rotateListColumnsWidth (QWidget *w, SlListColumnInfos &infos, Config *config=NULL) |
void | temporaryMessageBox (const QString &caption, const QString &text, int msec=10000, QMessageBox::Icon icon=QMessageBox::NoIcon, int button0=0, int button1=0, int button2=0, QWidget *parent=0, const char *name=0, QWidget::WFlags f=QWidget::WStyle_DialogBorder) |
QString | defaultWallPaper () |
AppCommand | appCommandFromKey (const QKeyEvent &e) |
const char* | getTmpPath (RequiredSize) |
const char* | getTmpPath (ulong) |
QString | getObexTmpPath () |
ulong | availableInternalStorage (void) |
QString | moduleNameFromPath (const QString &path) |